minder
minder copied to clipboard
Add a status-like object to providers to report on long-running tasks
When we add potentially long-running tasks such as auto-registering many repositories we need to report on their status:
- how many repositories were already tried
- which were registered
- which failed
Evan suggested that we might create a status-like object to providers that would be returned on provider get and contain such status.