elasticsearch/qa/smoke-test-http
David Turner 1fae3e7501
Extract SnapshotSortKey (#106015)
The behaviour of the get-snapshots API varies quite considerably
depending on the sort key chosen. Today this logic is implemented using
scattered `switch` statements and other conditionals but it'd be clearer
if we delegated this stuff to the sort key instances themselves. This
commit moves the sort key enum to the top level and replaces one of the
`switch` statements with a method on the enum instances.
2024-03-06 15:27:57 +00:00
..
src/javaRestTest/java/org/elasticsearch Extract SnapshotSortKey (#106015) 2024-03-06 15:27:57 +00:00
build.gradle Refactor RestMainAction into separate module (#95881) 2023-05-10 14:39:00 +02:00