-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Upgrade Django; Fix GH Actions; Chores #957
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
nils-wisiol
force-pushed
the
20240826_misc
branch
from
August 30, 2024 15:25
3ea9bba
to
53864d3
Compare
nils-wisiol
changed the title
Upgrade Django; Fix GH Actions
Upgrade Django; Fix GH Actions; Chores
Aug 30, 2024
peterthomassen
force-pushed
the
20240826_misc
branch
from
September 9, 2024 20:43
53864d3
to
6a64933
Compare
peterthomassen
force-pushed
the
20240826_misc
branch
from
September 9, 2024 20:48
6a64933
to
bc05984
Compare
The binary hosted in the Docker registry can go away if tests aren't run for a longer period of time. This way we do not depend on the registry.
This change is necessary as docker-compose is depricated since July 2023 and GitHub removed docker-compose from their action runner images on 1 Apr 2024. More info: actions/runner-images#9557
Updates the requirements on [captcha](https://github.com/lepture/captcha) to permit the latest version. Updates `captcha` to 0.6.0 - [Release notes](https://github.com/lepture/captcha/releases) - [Changelog](https://github.com/lepture/captcha/blob/master/docs/changelog.rst) - [Commits](lepture/captcha@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: captcha dependency-type: direct:production dependency-group: pip-api ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.4...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...43.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1.19...3.2.1) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit /manually/ squashes migrations pertaining the user.email field. This was necessary due to upstream removal of CIEmailField, resulting in an extra index in the api database that made migration 0031 fail. The manual fix was to move all changes pertaining user.email to migration 0001. Among all affected migrations, the one with the highest number is 0031. This commit also Django-squashes migrations 1 through 31 (including) to make clear that database versions in this range aren't supported anymore. If you maintain a desec-stack deployment and this breaking change is a problem, please contact support@desec.io. Thanks!
peterthomassen
force-pushed
the
20240826_misc
branch
from
September 9, 2024 20:52
bc05984
to
0d1bd55
Compare
nils-wisiol
approved these changes
Sep 9, 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.
No description provided.