Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add endpoint to clean up old index backups (#176)
* [ISSUE-172] Define delete old indexes backups endpoint * Implementing delete index backup handler * Create handler for deleting old resources * Add tests for deleteIndexBackup operaton * Cleanup code and fix failing build * Use Java8 way of dealing with datetime, add tests of DeleteIndexBackupRequestHandler, small code tweaks * Remove VersionedResourceObject.java which was renamed to VersioneResource.java * Add multiple versioned resources with different creation dates in the DeleteBackupIndexHandler * Regenerate grpc-gateway after changing DeleteIndexBackupResponse * Change the logger string formatting * Run spotlessapply to reformat code
- Loading branch information