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

Refactor to introduce a Repo value type #140

Merged
merged 7 commits into from
Mar 6, 2024
Merged

Refactor to introduce a Repo value type #140

merged 7 commits into from
Mar 6, 2024

Commits on Mar 4, 2024

  1. Only create database connections for database tests

    This makes it easier to run tests inside an IDE because non-database
    tests don't insist on having the database URL provided.
    benbc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ea7126e View commit details
    Browse the repository at this point in the history
  2. Fix warnings from ruff

    benbc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2003a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0254377 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    8a020a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ed11d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29b7b63 View commit details
    Browse the repository at this point in the history
  4. Include security metrics for repos that are later archived

    It's fine to exclude all archived repos when looking at the current
    state, but the data might be useful for looking at historical trends.
    benbc committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9b16b6d View commit details
    Browse the repository at this point in the history