-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * merge * openapi3 * lint fixes * better error handling and return no content when needed * remove python swagger validator - supports only version 2 * fix compilation * do not set content type if no response payload * check the right status code for delete repository * fix system tests * remove swagger variables and add extention to exclude specific validation * code review fixes * fix upload * oapi validation error use the same json error response format * auth middileware checks return error * merge two metrics handlers * supply swagger spec * code review changes * document the reason we added OapiRequestValidatorWithOptions * nessie upload object code update * fix benchmarks upload * loadtest default client endpoint and better error message * make merge body optional for compatibility * fix lakectl output templates and reuse api base url * return status code on auth attach detach * logging and remove unused * better errors * fix ID field case * code review changes * max per page documentation * better error handling * fix commit log metadata access from go template * code review changes * commit log support for old clients * fix struct names for lakectl templates * log actions check branch name is not empty * deprecated comment * add todo
- Loading branch information
Showing
90 changed files
with
8,189 additions
and
9,119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
run: | ||
tests: false | ||
skip-dirs: | ||
- api/gen | ||
- metastore/give/gen-go | ||
- pkg/metastore/give/gen-go | ||
timeout: 5m | ||
|
||
linters: | ||
|
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.