Commit Graph

1828 Commits

Author SHA1 Message Date
Lauréline Guérin 25be449635
application: post bundle (#89032)
gitea/hobo/pipeline/head This commit looks good Details
2024-04-04 14:24:09 +02:00
Lauréline Guérin cfdd2e8b9c
translation update
gitea/hobo/pipeline/head This commit looks good Details
2024-03-21 13:45:12 +01:00
Lauréline Guérin d123e136ff
application: increment version number on bundle generation (#88373)
gitea/hobo/pipeline/head This commit looks good Details
2024-03-21 10:08:44 +01:00
Nicolas Roche 159f93a783 celery: remove deprecated settings warnings (#86725)
gitea/hobo/pipeline/head This commit looks good Details
2024-03-01 16:25:54 +01:00
Lauréline Guérin 5423cdf475
application: enable lingo components (#86290)
gitea/hobo/pipeline/head This commit looks good Details
2024-03-01 15:06:56 +01:00
Benjamin Dauvergne f560c2e1cc misc: prevent stringified WSGIRequest to be sent to journald (#87556)
gitea/hobo/pipeline/head This commit looks good Details
2024-02-28 12:36:49 +01:00
Benjamin Dauvergne c9b19e9306 misc: send debug logs to journald (#87556)
- remove all code related to sending/parsing debug logs in
  /var/log/<app>/debug.
- add test on DebugLogFilter.
- configure JournalHandler to take debug logs if settings.DEBUG_LOG is True
2024-02-28 12:36:49 +01:00
Frédéric Péters 4daf3d5137 applications: pass accept-language in API calls (#87249)
gitea/hobo/pipeline/head This commit looks good Details
2024-02-21 13:29:16 +01:00
Serghei Mihai 3e0347cc90 provisionning: fix user roles provision warnings (#87144)
gitea/hobo/pipeline/head This commit looks good Details
2024-02-19 15:34:44 +01:00
Frédéric Péters e6c0555f78 misc: always declare lingo_url if lingo is deployed (#86405)
gitea/hobo/pipeline/head This commit looks good Details
2024-02-01 08:55:10 +01:00
Frédéric Péters 2daa7b3170 misc: limite single links action labels to screen readers (#82255)
gitea/hobo/pipeline/head This commit looks good Details
2023-12-20 09:57:35 +01:00
Paul Marillonnet 383de29796 misc: deprecate unused django admin app (#84884)
gitea/hobo/pipeline/head This commit looks good Details
2023-12-19 10:43:14 +01:00
Benjamin Dauvergne 532e61f488 authentic2: when provisionning one use do it synchronously (#84815)
gitea/hobo/pipeline/head This commit looks good Details
2023-12-18 18:56:44 +01:00
Benjamin Dauvergne 2de52d9eb2 misc: fix checking for authentic2 context (#84843)
gitea/hobo/pipeline/head This commit looks good Details
INSTALLED_APPS in authentic2.settings does not contain the string
'authentic2' anymore, we should not use it as a flag for the authentic2
context.
2023-12-18 18:17:15 +01:00
Frédéric Péters 2052668f72 debian: set TENANT_LIMIT_SET_CALLS (#84710)
gitea/hobo/pipeline/head There was a failure building this commit Details
2023-12-18 13:19:29 +01:00
Frédéric Péters c0bba7ceb4 translation update
gitea/hobo/pipeline/head This commit looks good Details
2023-12-15 10:57:52 +01:00
Frédéric Péters b27942fad9 applications: add/display authors and license metadata (#84609)
gitea/hobo/pipeline/head This commit looks good Details
2023-12-12 09:51:25 +01:00
Frédéric Péters a35ab6d8fa trivial: fix typo in renaming message (#84515)
gitea/hobo/pipeline/head This commit looks good Details
2023-12-09 17:38:21 +01:00
Frédéric Péters 8917ae5581 tests: import login from local module (#84516)
gitea/hobo/pipeline/head This commit looks good Details
2023-12-09 17:14:57 +01:00
Frédéric Péters 6337be88ee tests: add empty tests/__init__.py (#84516)
gitea/hobo/pipeline/head There was a failure building this commit Details
2023-12-09 17:11:19 +01:00
Frédéric Péters edcd930dee applications: add explicit call to notify after new variables (#83979)
gitea/hobo/pipeline/head This commit looks good Details
2023-11-27 15:37:29 +01:00
Lauréline Guérin cd20f86100
translation update
gitea/hobo/pipeline/head This commit looks good Details
2023-11-17 11:57:34 +01:00
Lauréline Guérin 5ca1647b04
translation update
gitea/hobo/pipeline/head This commit looks good Details
2023-11-17 10:27:07 +01:00
Benjamin Dauvergne 1a9dbed99e provisionning: only send user to wcs, combo, chrono, lingo and fargo (#82004)
gitea/hobo/pipeline/head This commit looks good Details
2023-11-13 10:06:54 +01:00
Lauréline Guérin 8107b3083e
applications: compare elements definitions (#81496)
gitea/hobo/pipeline/head This commit looks good Details
2023-11-10 10:32:20 +01:00
Lauréline Guérin ee8ee01378 applications: compare manifest of two versions (#81283)
gitea/hobo/pipeline/head This commit looks good Details
2023-11-10 10:31:35 +01:00
Lauréline Guérin 2c97a5b217 applications: build role during bundle generation (#82760)
gitea/hobo/pipeline/head This commit looks good Details
2023-11-10 10:18:06 +01:00
Lauréline Guérin d96e8117fa
application: don't fail sort if a service is down (#82952)
gitea/hobo/pipeline/head This commit looks good Details
2023-11-03 10:55:55 +01:00
Frédéric Péters aef9a9b339 tests: adapt for latest commit (#82017)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-31 18:17:32 +01:00
Frédéric Péters 62211149b6 templatetags: work around multiple spaces in newer num2words output (#82017)
gitea/hobo/pipeline/head There was a failure building this commit Details
2023-10-31 18:11:52 +01:00
Frédéric Péters 67609853be setup: allow num2words >= 0.5.9 (#82017)
gitea/hobo/pipeline/head There was a failure building this commit Details
2023-10-31 17:57:40 +01:00
Thomas NOËL 78d41f6316 debian: add uwsgi/hobo SyslogIdentifier in service (#82977)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-31 13:20:24 +01:00
Emmanuel Cazenave fc55e5fb71 setup: compute pep440 compliant dirty version number (#81731)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-30 17:22:53 +01:00
Frédéric Péters c2da9523ec translation update
gitea/hobo/pipeline/head This commit looks good Details
2023-10-27 16:46:48 +02:00
Frédéric Péters 0e5dc8cd0b trivial: fix typo (#82373) 2023-10-27 16:44:02 +02:00
Lauréline Guérin 3d1536687d
applications: check legacy elements on install (#82373)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-27 16:17:27 +02:00
Lauréline Guérin 2660050395 applications: fix confirm page with empty response from bundle-check (#82703)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-27 15:52:31 +02:00
Lauréline Guérin 34c88ba2fc applications: enable chrono components (#82703) 2023-10-27 15:52:31 +02:00
Frédéric Péters c3383b8491 translation update
gitea/hobo/pipeline/head This commit looks good Details
2023-10-27 14:13:29 +02:00
Frédéric Péters 95da23e8b7 agent: use wcs-manage to run hobo_deploy/notify commands (#81976)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-27 09:47:02 +02:00
Frédéric Péters dd16a73f55 applications: add a feature flag for combo elements (#78738)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-05 18:55:21 +02:00
Frédéric Péters de7c799fd7 applications: add support for combo (#78738) 2023-10-05 18:55:21 +02:00
Frédéric Péters 2681d1717e tox: keep on testing drf 3.12 only for now (#81948)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-05 10:48:27 +02:00
Frédéric Péters 2b50b850db setup: allow djangorestframework 3.14 (#81948)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-05 10:11:17 +02:00
Serghei Mihai 56bba71638 tests: fix roles deployment test (#81920)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-03 16:21:32 +02:00
Frédéric Péters b1fca9c6e9 applications: create roles in instance OU (#76273)
gitea/hobo/pipeline/head There was a failure building this commit Details
2023-10-03 10:24:29 +02:00
Frédéric Péters aa50d4e71b ci: keep on using pylint 2 while pylint-django is not ready (#81905)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-03 06:18:53 +02:00
Frédéric Péters 47cf813c0c applications: mark elements with a not-installed status at first (#81783)
gitea/hobo/pipeline/head This commit looks good Details
2023-10-02 10:18:05 +02:00
Frédéric Péters 8954399cfa debian: remove references to obsolete wcs-au-quotidien.cfg file (#81843)
gitea/hobo/pipeline/head Build queued... Details
2023-10-02 09:38:23 +02:00
Paul Marillonnet 5c2b51f671 translation update (#71526)
gitea/hobo/pipeline/head This commit looks good Details
2023-09-21 15:24:41 +02:00