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

harden: Only store registered repositories #1155

Merged
merged 1 commit into from
Oct 10, 2023
Merged

harden: Only store registered repositories #1155

merged 1 commit into from
Oct 10, 2023

Commits on Oct 9, 2023

  1. harden: Only store registered repositories

    This changes the logic of the repo register to only store registered repositories
    as opposed to registering everything and then verifying if they're registered or not.
    
    This also uncovered that we weren't really checking for issues in registration... So,
    this changed that logic.
    
    This also adds a new provider called `repo-lister` which enables implementors to list
    repositories. This is handy for the auto-enrollment flow, which requires us to list remote
    repositories, compare them to the registered ones, and then enroll.
    
    We might not have auto-enrollment (webhook creation) for other providers... but it would be
    handy to be able to list repos so we could then build requests that manually register the repos
    to mediator.
    JAORMX committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2945e5c View commit details
    Browse the repository at this point in the history