11 Commits

Author SHA1 Message Date
Florian du Garage Num
1a9977e454 remove hard-coded uid 1000
Some checks failed
Sync with private repo / sync (push) Has been cancelled
Run tests / tests (3.12) (push) Has been cancelled
Run tests / tests (3.9) (push) Has been cancelled
2025-09-30 21:41:58 +02:00
Danyal Faheem
04f4275236
fix: do not add cairn-postgresql and cairn-clickhouse dependencies when they are running externally (#57)
* fix: don't add cairn-postgresql as a dependency when CAIRN_RUN_POSTGRESQL is false

* fix: don't manage cairn-clickhouse permissions CAIRN_RUN_CLICKHOUSE is false

* fix: add missing CAIRN_POSTGRESQL_HOST and CAIRN_POSTGRESQL_PORT settings to allow usage with external postgresql DBs
2025-03-14 17:48:06 +05:00
Régis Behmo
5bf17dda91 feat: upgrade to Palm
This upgrade includes SSO login. Finally! We can now login to Superset
via the LMS. Thanks to OARS for providing the base security manager
implementation!
2023-06-15 00:13:57 +02:00
Régis Behmo
41b0e5bcc8 feat: upgrade to olive 2022-11-24 19:03:19 +01:00
Régis Behmo
281e4ce7e6 fix: correctly configure redis instance
Superset was ignoring the cairn-redis container, so we decided to remove it.
But the superset celery worker was writing to the /0 database, which conflicts
with the default celery database from the lms/cms. We fix this issue by running
in a different database.
The CELERY_RESULT_BACKEND seemed to be completely useless, so we got rid of it.
2022-10-17 15:47:21 +02:00
Régis Behmo
4161ff4f58 fix: permissions error when mounting custom migrations
See: https://discuss.overhang.io/t/custom-reg-form-extrainfo-does-not-exits-in-cairn/2508/8
2022-03-10 17:51:58 +01:00
Régis Behmo
2e28c5d551 fix: "unhealthy" superset containers
Superset container were reported as "unhealthy" because the healthcheck
was not testing the right port.
2022-03-09 09:55:41 +01:00
Régis Behmo
b1f9cabed3 fix: chown: cannot read directory clickhouse error
The error was caused by the fact that the clickhouse container attempts to chown
the data directory.

See: https://discuss.overhang.io/t/cairn-clickhouse-failed/2414
2022-02-21 12:02:28 +01:00
Régis Behmo
5e53a77d3f fix: permissions of clickhouse job 2021-12-24 12:34:41 +01:00
Régis Behmo
bf13620a2e feat: custom migrations 2021-11-25 11:39:01 +01:00
Régis Behmo
e8d3008dea rename to cairn 2021-06-08 13:35:34 +02:00