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 to stage #628

Merged
merged 27 commits into from
Jul 9, 2024
Merged

Deploy to stage #628

merged 27 commits into from
Jul 9, 2024

Commits on Jun 30, 2024

  1. Bump mypy from 1.10.0 to 1.10.1

    Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a975bc3 View commit details
    Browse the repository at this point in the history
  2. Bump ruff from 0.4.10 to 0.5.0

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.10...0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9fe5b7a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    7c5e6b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c26aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e98986a View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.9...v0.5.0)
    pre-commit-ci[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0a9f57b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c546739 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #622 from UW-GAC/maint/ci/ubuntu-22.04-upgrade

    Add ubuntu-22.04 defaults to CI
    amstilp authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4521a7f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #621 from UW-GAC/combined-prs-branch

    Combined PRs
    amstilp authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6127127 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #612 from UW-GAC/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    amstilp authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    da386a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    4d52aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca4fa1 View commit details
    Browse the repository at this point in the history
  3. Fix migration tests for new ResearchCenter factory

    After updating the Research Center factory, migration tests using that
    factory broke because it was trying to create/save the members_group
    and uploaders_group fields. Update the tests to create the RCs directly
    instead of through factories.
    amstilp committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3dad804 View commit details
    Browse the repository at this point in the history
  4. Show the member and uploader groups on the RC detail page

    Also show tables of the Accounts that are in those groups.
    amstilp committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6a911b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Bump ruff from 0.5.0 to 0.5.1

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.5.1.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.0...0.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3d85d80 View commit details
    Browse the repository at this point in the history
  2. Bump django-debug-toolbar from 4.4.2 to 4.4.5

    Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 4.4.2 to 4.4.5.
    - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
    - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
    - [Commits](django-commons/django-debug-toolbar@4.4.2...4.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: django-debug-toolbar
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    04d8ac6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    0beb5cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c73567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a234b View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.1](astral-sh/ruff-pre-commit@v0.5.0...v0.5.1)
    pre-commit-ci[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ccd2890 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b1df1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8433cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c835d9 View commit details
    Browse the repository at this point in the history
  4. Redo migrations before merge

    Collapse all migrations into one before merging.
    amstilp committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9adee43 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #627 from UW-GAC/feature/associate-rcs-with-member…

    …-and-uploader-groups
    
    Associate RCs and Partners with member and uploader groups
    amstilp authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5878203 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #625 from UW-GAC/combined-prs-branch

    Combined PRs
    amstilp authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ccd5603 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #626 from UW-GAC/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    amstilp authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    55fea17 View commit details
    Browse the repository at this point in the history