-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add "hard reset" operation * Add Esti test for hard reset * make gen * Separate "hard reset" API from regular ("soft") reset API The 2 APIs share almost no parameters. While Git gets away with using the same verb for several different "reset" operations, this is very confusing in OpenAPI. * [CR] Use Graveler branch utilities to hard-reset, check if dirty first * [bug] Validate Ref type Validation reports compile-time type errors at run-time ;-(. * [bug] Reset to "branch~" Was tpyoed to "branch/", which is obviously wrong. * Move API to "experimental" and clean up Swagger leftovers * Use "expected, actual" style in require.Equal in test * [bug] Return created metarange ID on Commit Caused strange failures like [this one](https://github.com/treeverse/lakeFS/actions/runs/7486726066/job/20377896805?pr=7263#step:4:7210)
- Loading branch information
1 parent
89b5772
commit d37c9bc
Showing
33 changed files
with
1,629 additions
and
17 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.