Actions
Feature #35104
openTracker #35103: RFE - Sync Plans should have the ability to sync specific repository
Extend Sync plans models and controller to allow adding repositories
Status:
New
Priority:
Normal
Assignee:
-
Category:
Sync Plans
Target version:
-
Description
Create a new type field for sync plans with possible values of Product and Repository.
a) Create model associations between Sync plans + repositories.
b) Add repository based queries to sync plan actions (Add/Remove, Automated remove upon disabling repositories, Run).
c) Migration to set existing sync plans to “product” type.
Updated by Samir Jha almost 3 years ago
a) Create model associations between Sync plans + repositories.
This will be a 1:n relationship similar to the sync plan:product data model.
Actions