-
Notifications
You must be signed in to change notification settings - Fork 9
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 2024.03.2 to test #1946
Merged
Merged
Deploy 2024.03.2 to test #1946
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
…ran flows under Demonstration
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
updates: - [github.com/pycqa/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
this is a new feature in the Sentry SDK as of version 1.41.0 see more: https://github.com/getsentry/sentry-python/releases/tag/1.41.0
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] <[email protected]>
github-actions
bot
added
tests
Related to automated testing (unit, UI, integration, etc.)
actions
Related to GitHub Actions workflows
back-end
Django views, sessions, middleware, models, migrations etc.
migrations
[auto] Review for potential model changes/needed data migrations updates
labels
Mar 13, 2024
thekaveman
approved these changes
Mar 13, 2024
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
github-actions
bot
added
the
deployment
[auto] Pull requests that deploy to test or prod
label
Mar 13, 2024
16 tasks
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.)
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.