-
Notifications
You must be signed in to change notification settings - Fork 6
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
Merge develop into staging, 2024 Apr 10 edition #1404
Merged
Merged
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
Take CSRF_TRUSTED_ORIGINS setting from host variable
Use CANTUSDB_HOST for ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS settings
Prepare repo for use of ansible deployment
Rename Office -> Service in public-facing views
jacobdgm
approved these changes
Apr 11, 2024
just confirming that a1d98b1 does, in fact, rename Office to Service and not Server...! |
Yeah, it is correct in the code! |
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Dylan Hillerbrand <[email protected]>
Co-authored-by: Dylan Hillerbrand <[email protected]>
Co-authored-by: Dylan Hillerbrand <[email protected]>
by removing several patches around self.client.post, and adding a patch around a self.client.get that had been missing one
Co-authored-by: Dylan Hillerbrand <[email protected]>
…pi unexpectedly returns a list
…api unexpectedly returns a dict
…eck for ValueError which should be raised when a path without a leading slash is passed into the function
Chant Create: Reimplement Suggested Chants feature
views.chant: Remove unused function
lucasmarchd01
approved these changes
May 1, 2024
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.
This PR contains only the contents of #1386.
When this is merged to
staging
, we'll begin to use the new staging server.