Skip to content
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

Deploy to prod #386

Merged
merged 216 commits into from
Jan 20, 2024
Merged

Deploy to prod #386

merged 216 commits into from
Jan 20, 2024

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Jan 20, 2024

No description provided.

amstilp and others added 30 commits November 20, 2023 11:47
ugettext_lazy was deprecated in Django 3.0
v3.3.0 deprecates saving the model after the post_generation method.
Follow the factoryboy instructions for handling this warning:
https://factoryboy.readthedocs.io/en/stable/changelog.html#id1
Django 4.1 introduces a new warning about changes in Django 5.0.
Modify form rendering in the template following the Django advice:
https://docs.djangoproject.com/en/4.2/releases/4.1/#forms

This only appears to affect the CDSA Invalidation form/view, since
the other forms use the crispy tag to render them.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [responses](https://github.com/getsentry/responses) from 0.21.0 to 0.24.1.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.21.0...0.24.1)

---
updated-dependencies:
- dependency-name: responses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [django-simple-history](https://github.com/jazzband/django-simple-history) from 3.1.1 to 3.4.0.
- [Release notes](https://github.com/jazzband/django-simple-history/releases)
- [Changelog](https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst)
- [Commits](jazzband/django-simple-history@3.1.1...3.4.0)

---
updated-dependencies:
- dependency-name: django-simple-history
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/checkout-4

Bump actions/checkout from 3 to 4
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.0.0 to 6.6.0.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.0.0...6.6.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ory-3.4.0

Bump django-simple-history from 3.1.1 to 3.4.0
This should be handled by dependabot.
amstilp and others added 27 commits January 11, 2024 17:02
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.3.1...1.4.0)

---
updated-dependencies:
- dependency-name: freezegun
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [faker](https://github.com/joke2k/faker) from 13.15.1 to 22.2.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v13.15.1...v22.2.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [chardet](https://github.com/chardet/chardet) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/chardet/chardet/releases)
- [Commits](chardet/chardet@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: chardet
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules) from 0.2.8 to 0.3.0.
- [Release notes](https://github.com/pyasn1/pyasn1-modules/releases)
- [Changelog](https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt)
- [Commits](pyasn1/pyasn1-modules@v0.2.8...v0.3.0)

---
updated-dependencies:
- dependency-name: pyasn1-modules
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.6 to 20.25.0.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.24.6...20.25.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.10.0 to 6.1.1.
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v5.10.0...v6.1.1)

---
updated-dependencies:
- dependency-name: importlib-resources
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [identify](https://github.com/pre-commit/identify) from 2.5.31 to 2.5.33.
- [Commits](pre-commit/identify@v2.5.31...v2.5.33)

---
updated-dependencies:
- dependency-name: identify
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0.
- [Commits](PyCQA/flake8@6.1.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…s-6.1.1

Bump importlib-resources from 5.10.0 to 6.1.1
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.10 to 2.31.0.20240106.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…1.0.20240106

Bump types-requests from 2.31.0.10 to 2.31.0.20240106
This status indicates CDSAs that were replaced by newer agreements.
We do not maintain a link to the CDSA that it is replacing in django;
that is handled in outside pre-tracking.
These lines are not code, just documentation of a variable, so they
shouldn't count against our coverage metric.
@amstilp amstilp marked this pull request as ready for review January 20, 2024 00:38
@amstilp amstilp merged commit e24a9e8 into deploy/production Jan 20, 2024
3 checks passed
@amstilp
Copy link
Contributor Author

amstilp commented Jan 20, 2024

Something in here broke staging and prod :( The site worked fine until I logged out my admin user, and then it gave a 500 server error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant