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 2024.03.2 to test #1946

Merged
merged 33 commits into from
Mar 13, 2024
Merged

Deploy 2024.03.2 to test #1946

merged 33 commits into from
Mar 13, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    971dfe9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. docs(pathways): add youtube videos for agency card, older adult, vete…

    …ran flows under Demonstration
    machikoyasuda committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    04f8ecb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    c9adcba View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    6aa03f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix(dependabot): remove duplicate pip check

    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
    thekaveman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    99ddea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    a5cb987 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump mkdocs-material from 9.5.12 to 9.5.13

    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>
    dependabot[bot] committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a72e3d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b15d14 View commit details
    Browse the repository at this point in the history
  4. refactor(enrollment): request access token using Backoffice API

    updates unit test for view function. some fields were needed
    on PaymentProcessor to represent Backoffice API config
    angela-tran committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6e238c3 View commit details
    Browse the repository at this point in the history
  5. refactor(enrollment): get API token before getting enrollment token

    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
    angela-tran committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    08d20eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b79b9c2 View commit details
    Browse the repository at this point in the history
  7. refactor(enrollment): implement enrollment using Backoffice API

    add handling for known case that should be treated as a success
    angela-tran committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fbc3a48 View commit details
    Browse the repository at this point in the history
  8. refactor(enrollment): delete unused code and tests

    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.
    angela-tran committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0c0ecb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8b7b52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3809b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c6bb80 View commit details
    Browse the repository at this point in the history
  12. refactor(model): update PaymentProcessor model and migration

    remove Customer-API-related fields and add new Backoffice API fields
    angela-tran committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ed26642 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cdb379e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3bfb9e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    88be9f3 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump django from 5.0.2 to 5.0.3

    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>
    dependabot[bot] committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b55fd53 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump sentry-sdk from 1.40.6 to 1.41.0

    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>
    dependabot[bot] committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5d7ef46 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/pycqa/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
    pre-commit-ci[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    df728fe View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    41194b2 View commit details
    Browse the repository at this point in the history
  2. feat(sentry): recursively scrub PII from event data

    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
    thekaveman committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    750818b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e689d View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump django-google-sso from 5.0.0 to 6.0.1

    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>
    dependabot[bot] committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f3a3f2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34f03d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70a7188 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    731d31d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    739f8ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97aacbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8657192 View commit details
    Browse the repository at this point in the history