-
Notifications
You must be signed in to change notification settings - Fork 0
New Release v0.1.0 - #minor #19
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
Merged
Conversation
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
From my POV, this shouldn't be needed. As long as we make sure that there's an .env file available, the tools that need it will load it
Dependency of pylint, which apparently wasn't resolved properly
PB 897 fix secret key and WSGI settings loading
PB-897 Move the wsgi.py file to the correct location
PB-897 Change the execute permissions of wsgi.py
Fixate django to 5.0.7, as upgrading to 5.1 would not work since we still use postgres 12 Install some other packages needed around running this in k8s
Taking the file from service-stac, which is needed to make this running in our k8s cluster
PB-897 Deployment work
The DB port for location development (bound by docker compose) shouldn't be 5432, otherwise we have problems connecting to the machines in the cloud, because our port forwarding is also configured to use that port
PB-897 Minor fixes related to deployment and setup
Add new targets for docker images Remove duplicates
PB-897 Improve Makefile
PB-911 Introduce type checker
asteiner-swisstopo
approved these changes
Sep 10, 2024
PB-897 Fix the year in the license
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.
Creating the first release image for setting up the INT and PROD deployment.
This release contains initial bootstrap work.