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 2023.04.2 #1375

Merged
merged 74 commits into from
Apr 21, 2023
Merged

Release 2023.04.2 #1375

merged 74 commits into from
Apr 21, 2023

Commits on Apr 3, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    pre-commit-ci[bot] committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4c84c71 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump django from 4.1.7 to 4.2 in /appcontainer

    Bumps [django](https://github.com/django/django) from 4.1.7 to 4.2.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@4.1.7...4.2)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3083b24 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    693eec7 View commit details
    Browse the repository at this point in the history
  2. chore: update code for configuring static file storage

    replace deprecated approach with new STORAGES setting
    angela-tran committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    080b18a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. chore(deps): bump sentry-sdk from 1.18.0 to 1.19.1 in /appcontainer

    Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.1.
    - [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.18.0...1.19.1)
    
    ---
    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 Apr 5, 2023
    Configuration menu
    Copy the full SHA
    dd39c12 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    211ece4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ac23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d813d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a11b5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7616aca View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    4ef33da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ea843 View commit details
    Browse the repository at this point in the history
  3. test: Test git again

    machikoyasuda committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4852c7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    200184b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/Riverside-Healthcare/djLint: v1.19.16 → v1.19.17](djlint/djLint@v1.19.16...v1.19.17)
    pre-commit-ci[bot] committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6a469f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f3417 View commit details
    Browse the repository at this point in the history
  3. refactor: move dependencies to pyproject.toml

    install using pip against local source
    thekaveman committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6cc41f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bd4343 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d97c01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b981af8 View commit details
    Browse the repository at this point in the history
  7. refactor: split dev/test extra dependencies

    no need for test runs to install dev packages
    thekaveman committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5b5b02f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fix: Docker platform issue (#1354)

    - Requires re-building containers and devcontainer
    machikoyasuda committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    dd3d8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2af9c7 View commit details
    Browse the repository at this point in the history
  3. feat(settings): enforce strict Content Security Policy

    * disallow base-uri
    * disallow object-src
    * disallow unsafe-inline for script-src
    * require nonce for script-src
    thekaveman committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6c65db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b20fa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad9730d View commit details
    Browse the repository at this point in the history
  6. chore(enrollment): add nonce to payment processor script

    use the more generic $.ajax() to download the script and apply the nonce
    before execution
    thekaveman committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    24d954f View commit details
    Browse the repository at this point in the history
  7. feat(sentry): support CSP report-uri directive

    sentry has out of the box support for receiving CSP reports
    https://docs.sentry.io/product/security-policy-reporting/
    thekaveman committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2faabec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    02b5ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f7c9e9 View commit details
    Browse the repository at this point in the history
  3. docs: update interconnections graph

    * add sentry
    * make more generic Courtesy Cards --> Agency Cards
    thekaveman committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0b2b230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bceb52a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/Riverside-Healthcare/djLint: v1.19.17 → v1.23.0](djlint/djLint@v1.19.17...v1.23.0)
    pre-commit-ci[bot] committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9d0c22a View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump cypress from 12.9.0 to 12.10.0 in /tests/cypress

    Bumps [cypress](https://github.com/cypress-io/cypress) from 12.9.0 to 12.10.0.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v12.9.0...v12.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c5227b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    3a1c7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    804bbdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f6081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb97d7 View commit details
    Browse the repository at this point in the history
  5. chore(nginx): add conf file from base image

    cal-itp/docker-python-web defines the default nginx.conf
    
    take a copy so we can override for benefits
    thekaveman committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9ecf172 View commit details
    Browse the repository at this point in the history
  6. feat(nginx): 404 known scraping targets

    based on data from amplitude and sentry
    thekaveman committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4f02d5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3b60ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8737676 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e70b0c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca0731c View commit details
    Browse the repository at this point in the history
  11. fix(tests): mock settings on middleware module

    settings was removed from the session module with rate-limit refactor
    
    this test shouldn't use the session module anyway, as it is testing
    a middleware
    thekaveman committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    53fd701 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78a77c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6fb30ac View commit details
    Browse the repository at this point in the history
  14. refactor(tests): rate limit wait helper

    POST to /eligibility/confirm needs to respect rate limit
    thekaveman committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2ddaaf3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c0a3b5 View commit details
    Browse the repository at this point in the history
  16. fix(nginx): filename optional

    checking for extension only
    thekaveman committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3ba8cc5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f33670 View commit details
    Browse the repository at this point in the history
  18. fix(tests): export rate limit consts

    otherwise these are undefined in the tests that need them
    thekaveman committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5b081bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    120a962 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a1a3c43 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    48fa60b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e1ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    639b786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a997078 View commit details
    Browse the repository at this point in the history
  5. fix(settings): allow unsafe-inline for style-src

    needed for payment processor overlay window
    thekaveman committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9bdef24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0c31c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eafbe09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afca263 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    164a909 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a2cfcf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75e3054 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ae770f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cdec5fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cfeda54 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb6651a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    81d223f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    235b046 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e3b8e91 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dcbb425 View commit details
    Browse the repository at this point in the history
  20. Deploy to test (#1373)

    thekaveman committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ee42f91 View commit details
    Browse the repository at this point in the history