Bug #36852
closedLast smart proxy sync date should have a way to query per environment
Description
Today smart proxy sync on the UI can only be done on a global smart proxy level. The UI is also designed to return this task as last sync for all envs in the capsule. This isn't always accurate since an env can be newly added(never synced) or the last sync may have run for an individual CV on publish/promote.
Can't think of a good way to isolate env out of capsule sync task queries since env goes into input params and not the resource for the capsule sync task which is always the capsule. We'd have to look up all capsule sync tasks since last complete sync and look at input params for those.
We could introduce a new model and save this in the DB for quicker access but that'd mean modifying task to keep these records updated.
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/10779 added
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases Katello 4.11.0 added
Updated by Samir Jha about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a2611464f75812e9bc453b15160582e4754615e6.
Updated by Ian Ballou 11 months ago
- Subject changed from Last capsule sync date should have a way to query per environment to Last smart proxy sync date should have a way to query per environment