-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All pertinent `/v1` API endpoints have been re-implemented as tenant-scoped `/v2/tenants/:uuid/*` endpoints, including: - Targets - Stores - Retention Policies - Jobs - Archives - Tasks The `db` database layer has been updated to adopt an object-first approach, where `Create*` and `Update*` methods take an instance of the object to create (or update) and then return a re-read version of that object. Wherever possible, the old "annotation" database style has been removed.
- Loading branch information
Showing
14 changed files
with
2,366 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.