Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve task comments and error messages * Add functions to handle lists of tasks * ResourceInProgress and ResourceComplete check whether a set of tasks for a given resource is in progress * SkimTasksList and client.SkimTasksList remove completed tasks from a list * WaitTaskListCompletion and WaitTaskListCompletionMonitor wait for the completion of a list of tasks * client.GetTaskByHREF and client.GetTaskById retrieve a single task by ID or HREF * Add Mime constant for Media Item * Update ExternalCatalogSubscription struct * Fix field order * Fix ExpectedSslThumbprint type (string, not bool) * Add task monitoring function MinimalShowTask * Add methods to retrieve and sync catalog items * Add functions to subscribe and sync admin catalogs * Add complete catalog subscription test * Fix minor staticcheck issues * Add changelog item * Add method AdminCatalog.UpdateSubscriptionParams * Add task query elements * Add task management functions Many catalog subscription ops require task management fine tuning * Upgrade Go requirement to 1.19 This upgrade is needed by the usage of `url.JoinPath`, which was introduced in Go 1.19 * Add go version requirement to gosec action Signed-off-by: Giuseppe Maxia <[email protected]>
- Loading branch information