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 models for ContainerRegistry Sync Config #695

Merged
merged 2 commits into from
Mar 22, 2021

Commits on Mar 18, 2021

  1. Add models for ContainerRegistry Sync Config

    - Add `ContainerRegistryRemote` as a subclass of `core.Remote` to hold
      configuration for syncing container repositories.
    - Add the link model `ContainerRegistryRepos` as a one-to-many linking
      `ContainerRegistryRemote` to `container.Remote`
    - Add `ContainerSyncTask` to save the history if sync tasks
    
    Issue: AAH-432
    rochacbruno committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    51338eb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Lifecycle mixin not needed

    Issue: AAH-432
    rochacbruno committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9268683 View commit details
    Browse the repository at this point in the history