Commit graph

22 commits

Author SHA1 Message Date
Yohan Boniface
3670b7dca6
Adapt chart to match La Suite's expectations (#2646)
- env vars and config files can be loaded from existing secrets
- chart is deployed on a helm repository

to make the helm repository work with github pages, create an empty
orphaned branch called gh-pages, and under settings>pages>source select
deploy from branch and use gh-pages
2025-04-14 17:36:31 +02:00
David Larlet
1c3cf9a7c5
chore: switch helm chart job to master branch 2025-04-14 11:31:06 -04:00
Yohan Boniface
de3be9bb97 chore: only build doc once in the CI
I've chosen to keep the one in the "lint" step, instead of a
dedicated step, so to prevent one more container to be built at
each run (did I say "to save trees" ?) :p
2025-02-11 13:32:59 +01:00
Yohan Boniface
6530aaa794 chore: do not run CI if no umap code files has been changed
Co-authored-by: David Larlet <david@larlet.fr>
2025-02-11 13:31:28 +01:00
Oscar Hemelaar
8f3f67588a
chore: deploy charts to repository under github pages 2025-01-29 16:22:25 +01:00
Yohan Boniface
1d47bfce0a chore: add redis port in Github workflow 2025-01-24 10:13:00 +01:00
Yohan Boniface
b62085b7aa chore: add REDIS_HOST and REDIS_PORT env vars in CI 2025-01-23 18:02:28 +01:00
Yohan Boniface
7e42331533 wip(sync): add Redis to CI and configure tests settings 2025-01-23 17:20:21 +01:00
Yohan Boniface
467d1c545e chore: add a Github action to autoclose issues after some time
For now, only issues marked with "needs info" or "support" will
be affected.
2024-09-17 09:51:10 +02:00
Jean-Baptiste
32ac9ef051
Fix deprecated warnings in workflows 2024-08-30 21:16:18 +02:00
David Larlet
8f735699b2 exp: bump posgresql to version 14 2024-08-30 20:16:51 +02:00
Yohan Boniface
ad8e45230d chore: bump postgis in the CI
So to bump PostgreSQL to 13, and make Django 5.1 happy
2024-08-13 09:46:41 +02:00
David Larlet
879ee67172
fix: install mocha by hand for CI to launch testjs 2024-08-02 11:10:23 -04:00
David Larlet
4125bd1be0
chore: include vendorized static dependencies 2024-08-02 09:54:54 -04:00
Yohan Boniface
d2ba1deac7 Update .github/workflows/test-docs.yml
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
2024-04-17 14:57:03 +02:00
Yohan Boniface
c79660c354 chore: allow to set playwright timeout from env var
so we can increase it in the CI
2024-04-17 14:57:02 +02:00
David Larlet
5da9b67b2a
Merge branch 'master' into dependabot/pip/django-5.0.1 2024-01-30 14:01:55 -05:00
David Larlet
65f1cdd6b4
lint: use eslint with a browserslist configuration 2024-01-29 16:44:04 -05:00
David Larlet
a159914c53
deps: adaptations for Django 5.x 2024-01-29 14:29:24 -05:00
78945d03fa build: pin versions in pyproject.toml 2024-01-15 12:46:54 +01:00
38ec262f16 [ci] Add a separate target for docs 2023-12-06 11:33:34 +00:00
51c3ee3ce4 [ci] Add support for Github Actions
This runs the tests for different python versions,
with different working sets, and also run
a linter.
2023-11-24 23:31:18 +01:00