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

Add support for repo archiving #1165

Merged
merged 5 commits into from
Feb 27, 2024
Merged

Commits on Feb 12, 2024

  1. Simplify storage of repositories

    It was only used for sequential iteration.
    Kobzol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    850dc9b View commit details
    Browse the repository at this point in the history
  2. Store archived flag for repos

    Archived repositories are loaded from `repos/archive`.
    Kobzol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ef81a34 View commit details
    Browse the repository at this point in the history
  3. Add check for duplicated repositories

    It could now be a problem because we store repositories under the `archive` directory. It could also produce an error before though, if someone set the same org/name combination for two repositories in two different files.
    Kobzol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4ba6668 View commit details
    Browse the repository at this point in the history
  4. Use all_repos in validation

    Kobzol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d3672e9 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Kobzol committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f43aaa1 View commit details
    Browse the repository at this point in the history