feat: reading centralisation host from the flavor config - #131
Open
maximeroucher wants to merge 55 commits into
Open
feat: reading centralisation host from the flavor config#131maximeroucher wants to merge 55 commits into
maximeroucher wants to merge 55 commits into
Conversation
maximeroucher
force-pushed
the
feat/centralisation-host-config
branch
2 times, most recently
from
August 3, 2026 22:32
47c209a to
2239756
Compare
Config now comes from --dart-define-from-file=config.json, which the release workflows already pass, so the .env asset removed in the previous commit no longer has to exist for the app to boot. Ported from 0352171 on codegen-clean-rebase, without that commit's unrelated hasUserPermission and date-picker changes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
maximeroucher
force-pushed
the
codegen-clean
branch
from
August 4, 2026 16:35
dee177f to
8e49570
Compare
maximeroucher
force-pushed
the
feat/centralisation-host-config
branch
from
August 4, 2026 16:52
2239756 to
8c4245c
Compare
maximeroucher
force-pushed
the
codegen-clean
branch
2 times, most recently
from
August 5, 2026 12:21
3f09a99 to
e2e1491
Compare
maximeroucher
force-pushed
the
feat/centralisation-host-config
branch
2 times, most recently
from
August 5, 2026 13:01
455c717 to
5cf4459
Compare
maximeroucher
force-pushed
the
codegen-clean
branch
from
August 6, 2026 09:13
e2e1491 to
7d2230d
Compare
maximeroucher
force-pushed
the
feat/centralisation-host-config
branch
from
August 6, 2026 09:16
5cf4459 to
298f39b
Compare
maximeroucher
force-pushed
the
feat/centralisation-host-config
branch
from
August 6, 2026 09:59
298f39b to
28bce3a
Compare
The links catalogue and the module icons were pinned to https://links.myemapp.proximapp.fr/ in the source. Both now derive from a CENTRALISATION_HOST dart-define so each instance can point at its own catalogue. The define keeps the current URL as its default value, so builds whose config.json has not been updated yet behave exactly as before.
maximeroucher
force-pushed
the
feat/centralisation-host-config
branch
from
August 6, 2026 10:55
28bce3a to
fb57682
Compare
armanddidierjean
force-pushed
the
codegen-clean
branch
from
August 18, 2026 08:24
f9ac5c8 to
73d194a
Compare
maximeroucher
force-pushed
the
codegen-clean
branch
from
August 19, 2026 17:47
73d194a to
3eeaff8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reads the centralisation host from the flavor config instead of a hardcoded value.