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

20230913 misc #807

Merged
merged 10 commits into from
Sep 20, 2023
Merged

20230913 misc #807

merged 10 commits into from
Sep 20, 2023

Commits on Sep 13, 2023

  1. feat(api): don't send email for database IntegrityError

    Those occur rather frequently when there's a race between two requests such
    that serializer validation doesn't see the conflicting record, but database
    constraints then fail. Observation of 120 such cases over three years has
    not revealed anything that would need fixing.
    peterthomassen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    aa948f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ff3d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c01ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b5b3e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35380bb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. chore(deps): update dnspython requirement in /test/e2e2

    Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version.
    - [Release notes](https://github.com/rthalley/dnspython/releases)
    - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst)
    - [Commits](rthalley/dnspython@v2.4.1...v2.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: dnspython
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and peterthomassen committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ea3c63e View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dnspython requirement in /api

    Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version.
    - [Release notes](https://github.com/rthalley/dnspython/releases)
    - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst)
    - [Commits](rthalley/dnspython@v2.4.1...v2.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: dnspython
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and peterthomassen committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f5dc2ed View commit details
    Browse the repository at this point in the history
  3. chore(deps): update celery requirement from ~=5.3.1 to ~=5.3.4 in /api

    Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version.
    - [Release notes](https://github.com/celery/celery/releases)
    - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
    - [Commits](celery/celery@v5.3.1...v5.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: celery
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and peterthomassen committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    46031f9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update coverage requirement from ~=7.2.7 to ~=7.3.1 in /api

    Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.2.7...7.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and peterthomassen committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6b2c490 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump sass from 1.64.2 to 1.67.0 in /www/webapp

    Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.67.0.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.64.2...1.67.0)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and peterthomassen committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d8f1819 View commit details
    Browse the repository at this point in the history