Commit Graph

37 Commits

Author SHA1 Message Date
Valentin Deniaud cebdcf5bbf misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 14:49:55 +02:00
Benjamin Dauvergne 6835120e65 environment: prevent a race condition in get_or_create_local_hobo (#73207)
gitea/hobo/pipeline/head This commit looks good Details
Uniqueness is guaranteed by the new uniqueness constraint on local=True.
2023-03-16 16:30:50 +01:00
Benjamin Dauvergne 157a69fab6 misc: fix warning about deprecated connection.get_tenant() (#73294)
gitea-wip/hobo/pipeline/pr-main This commit looks good Details
2023-01-12 12:04:49 +01:00
Paul Marillonnet b739d3cab7 environment: avoid buggy base_url truncate at BO service creation (#69002) 2022-09-13 10:50:59 +02:00
Frédéric Péters 9877b65265 misc: remove usage of django.utils.six (#63684) 2022-04-15 18:28:51 +02:00
Emmanuel Cazenave 85bd9f6b15 misc: extract wait_operationals function (#60897) 2022-03-31 15:20:39 +02:00
Emmanuel Cazenave 577438f7fa environment: store local hobo info in Hobo model (#61944) 2022-03-15 12:32:56 +01:00
Frédéric Péters 700e91af3d Revert "environment: store local hobo info in Hobo model (#60572)"
This reverts commit 00f897753b.
2022-02-18 08:47:20 +01:00
Frédéric Péters 62220edc86 add section to create/deploy applications (#60699) 2022-02-17 16:05:53 +01:00
Emmanuel Cazenave 00f897753b environment: store local hobo info in Hobo model (#60572) 2022-02-16 16:40:08 +01:00
Valentin Deniaud bee6b57876 sms: allow templated urls (#46778) 2021-07-29 18:17:19 +02:00
Frédéric Péters 872f39774a trivial: apply black 2021-05-14 18:40:09 +02:00
Nicolas Roche 60e5bd28d0 environment: import and export parameters (#33672) 2020-10-14 17:21:01 +02:00
Frédéric Péters 0012761656 general: use HTTP API to provision users & groups (#43245) 2020-05-29 12:24:18 +02:00
Frédéric Péters 2f839757a5 misc: use new location for django.urls imports (#42967) 2020-05-15 18:35:18 +02:00
Frédéric Péters e063c29314 misc: don't create setting variables on get() (#42114) 2020-04-28 09:09:41 +02:00
Frédéric Péters 66094c66e2 misc: don't create variables on get() (#41961) 2020-04-22 12:08:05 +02:00
Nicolas Roche e0a3f76626 seo: add robots_txt views (#20263) 2020-04-14 09:07:39 +02:00
Benjamin Dauvergne 9635e4c8f5 environment: factorize get_setting_variable from franceconnect (#29240) 2019-09-19 15:23:36 +02:00
Benjamin Dauvergne 12ea459888 environment: rename get_setting_variable to get_variable (#29240) 2019-09-19 15:23:36 +02:00
Benjamin Dauvergne 9bf094388a environment: coding style (#29240) 2019-09-19 15:23:36 +02:00
Frédéric Péters 4c39a9d35f misc: use django.utils.six (#35368) 2019-08-12 13:58:48 +02:00
Christophe Siraut 6583fa518f environment: use current domain name for services creation form (#34212) 2019-08-12 13:44:32 +02:00
Frédéric Péters 8e4c517e48 manager: add popup to set theme options (global title) (#18493) 2017-09-08 13:53:57 +02:00
Benjamin Dauvergne bc4a264c24 trivial: fix typo (#9363) 2015-12-17 10:24:27 +01:00
Benjamin Dauvergne 067edfa213 environment/utils: handle case of a FakeTenant (fixes #9363) 2015-12-17 10:14:18 +01:00
Frédéric Péters d9b862c986 misc: expose an entry in menu.json ("system") (#7763) 2015-10-19 09:15:17 +02:00
Benjamin Dauvergne a005f3c2ac environment/utils.py: use the tenant to build absolute URI to hobo (#8170) 2015-09-07 15:56:35 +02:00
Frédéric Péters b24d30aa82 general: distribute profile in hobo.json (#7171)
This adds hobo/deploy/, in charge of creating the hobo.json content and
distributing it to agents (via a post_save signal calling to celery).
2015-05-08 12:25:20 +02:00
Frédéric Péters 8d53aa9766 middleware: add service base URLs to template vars settings (#6644) 2015-03-09 10:06:01 +01:00
Frédéric Péters d2c08711ad general: do not expose users that do not have a password set (#6511) 2015-02-16 14:05:47 +01:00
Frédéric Péters 447a5c0c65 general: advertise hobo itself as a service (#6503)
This is useful to get it automatically registered as a service provider, but
this requires a new settings (BASE_URL) as it cannot be determined
automatically in all circumstances (management commands for example).
2015-02-16 14:05:47 +01:00
Frédéric Péters ad989bebf0 export list of admin users to agents (#5367) 2014-10-03 10:24:43 +02:00
Frédéric Péters ed37e011b9 make it possible to add variables to specific services (#5329) 2014-08-28 16:20:47 +02:00
Frédéric Péters 8404eef58b use celery to push notification changes to agents (#4577) 2014-08-28 16:20:47 +02:00
Frédéric Péters aae4464f1a fill home page with links to admin zones 2014-03-25 18:47:36 +01:00
Frédéric Péters e1418d06b6 add functions listing services into a utils module (and use it) 2014-03-25 18:47:36 +01:00