Story #5044
closedStory #3802: [Epic] As a user, I can override a remote's settings when making a request to start a sync
As a plugin writer, I have docs on how to have custom Remote fields be usable for 1-time options
0%
Description
The plugin writer docs should have a section that covers how to add this. Effectively the plugin writer must:
1. Include custom Remote fields by subclassing RepositoryURLSerializer similar to how RepositoryURLSerializer subclassed RemoteSerializer in core.
2. Have the plugin's view specify their subclassed serializer.
The core provided feature should be identified that get_object() method work generically so the plugin writer does not have to take an additional step to overlay custom attributes.
Updated by ttereshc over 5 years ago
- Sprint/Milestone set to 3.0.0
- Sprint set to Sprint 55
Updated by dkliban@redhat.com over 5 years ago
- Sprint changed from Sprint 55 to Sprint 56
Updated by bmbouter over 5 years ago
- Sprint/Milestone deleted (
3.0.0) - Sprint deleted (
Sprint 56)
One time options is being pulled out of 3.0 due it not being completed and no stakeholder or user currently requesting it.
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to CLOSED - WONTFIX
Users should create a new remote and use that remote for a one time sync.