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

Release 2024.03.2 #1947

Merged
merged 34 commits into from Mar 13, 2024
Merged

Release 2024.03.2 #1947

merged 34 commits into from Mar 13, 2024

Conversation

angela-tran
Copy link
Member

@angela-tran angela-tran commented Mar 13, 2024

  • Backoffice API refactor
  • Use new feature from Sentry to recursively scrub events
  • Dependency updates
    • django
    • sentry-sdk
    • django-google-sso
    • calitp-littlepay

angela-tran and others added 30 commits February 29, 2024 19:52
it seems like the top-level check also handles our `docs/requirements.txt`

e.g. we got duplicate PRs for a docs update #1932 and #1933
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.12 to 9.5.13.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.12...9.5.13)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
updates unit test for view function. some fields were needed
on PaymentProcessor to represent Backoffice API config
change test so that getting API token is entirely mocked - I was not
able to figure out how to mock the oauth object on Client
add handling for known case that should be treated as a success
the enrollment view tests have not been updated yet so there are some
expected failures.

they also need to be updated to add back coverage of cases that the
deleted tests used to cover, e.g. HTTP errors from API requests.

some cases from the old tests, e.g. invalid responses, do not apply with
the new code.
remove Customer-API-related fields and add new Backoffice API fields
Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3.
- [Commits](django/django@5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.6 to 1.41.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.40.6...1.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
updates:
- [github.com/pycqa/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
Bumps [django-google-sso](https://github.com/megalus/django-google-sso) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/megalus/django-google-sso/releases)
- [Changelog](https://github.com/megalus/django-google-sso/blob/main/CHANGELOG.md)
- [Commits](megalus/django-google-sso@v5.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: django-google-sso
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@angela-tran angela-tran self-assigned this Mar 13, 2024
@angela-tran angela-tran requested a review from a team as a code owner March 13, 2024 19:11
@github-actions github-actions bot added tests Related to automated testing (unit, UI, integration, etc.) back-end Django views, sessions, middleware, models, migrations etc. migrations [auto] Review for potential model changes/needed data migrations updates actions Related to GitHub Actions workflows labels Mar 13, 2024
Copy link

github-actions bot commented Mar 13, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@angela-tran angela-tran merged commit 4104273 into prod Mar 13, 2024
20 checks passed
@github-actions github-actions bot added the deployment [auto] Pull requests that deploy to test or prod label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions Related to GitHub Actions workflows back-end Django views, sessions, middleware, models, migrations etc. deployment [auto] Pull requests that deploy to test or prod migrations [auto] Review for potential model changes/needed data migrations updates tests Related to automated testing (unit, UI, integration, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants