forked from HSLdevcom/digitransit-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URBIBBNA-55-2 remove .pbf extension #10
Closed
Closed
Conversation
This file contains 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
This reverts commit e21d798.
functional changes: - Docker image build: run on all branches (& tags) - deploy only on `bbnavi` branch pushes, instead of `release/bb/angermuende` - Docker caching: instead of pushing `:bb-angermuende`, push `:$CI_COMMIT_BRANCH` cosmetic/meta changes: - patch-upgrade Docker-in-Docker (docker:19.03.0-dind) & docker-compose (docker/compose:1.25.0) images - use GitLab-CI-specific `extends` instead of YAML anchors - move local $PROJECT into global $QUANTUM_PROJECT variable - explain Docker caching mechanism - remove superfluous "tag" stage
Thus, we don't need docker-compose.override.yml anymore.
tag-based deployment See merge request tpwd/bb-navi/digitransit-ui!120
fix deployment: hard-code bbnavi branch, include bbnavi config in quantum stack name See merge request tpwd/bb-navi/digitransit-ui!122
We following the nomenclature here that is already deployed in production.
CI: re-add "bb-" to stack name, expect pre-built image on release tags See merge request tpwd/bb-navi/digitransit-ui!123
dabb.bbnavi.de: remove HTTP basic auth See merge request tpwd/bb-navi/digitransit-ui!124
When deploying via Quantum CLI, because the service name from docker-compose.yml/ stack.yml is concatenated with `$QUANTUM_PROJECT-bb-$BBNAVI_CONFIG-$QUANTUM_ENDPOINT`, we end up with >63 characters, so the deployment fails: - `digitransit-ui-bb-fuerstenberg-havel-tpwd-bb-navi_digitransit-ui` has 64 characters, - `digitransit-ui-bb-fuerstenberg-havel-tpwd-bbnavi_digitransit-ui` has 63 characters.
enable car and park&ride routing by default See merge request tpwd/bb-navi/digitransit-ui!125
Change registry to new URL
Copyright geändert
URLs Fahrraddaten Tileserver
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.
is this feature ready for review?