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

Use RepositoryTracker for KnownRepositories to be consistent with Update #513

Merged

Commits on May 14, 2024

  1. Use RepositoryTracker for KnownRepositories to be consistent with Update

    Currently if the user choose 'Check for Updates' the handler uses the
    ProvisioningUI (that uses RepositoryTracker internally) to choose the
    initial items to offer. The UpdateChecker (aka automatically search for
    updates) on the other hand uses a (potentially) different set of items.
    
    This now adds a new method that allow to pass the repository flags to be
    used when search for an update and delegate it on the callers side to
    use the Provisioning UI.
    laeubi committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7c7b2e8 View commit details
    Browse the repository at this point in the history