Skip to content

Commit

Permalink
Dereference stop_at parameter for LogCommit actiom (#7224)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo authored Dec 31, 2023
1 parent 1465ac5 commit a811d2d
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 42 deletions.
4 changes: 2 additions & 2 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3152,13 +3152,13 @@ paths:
type: boolean
- in: query
name: since
description: Show commits more recent than a specific date-time
description: Show commits more recent than a specific date-time. In case used with stop_at parameter, will stop at the first commit that meets any of the conditions.
schema:
type: string
format: date-time
- in: query
name: stop_at
description: a reference to stop at
description: A reference to stop at. In case used with since parameter, will stop at the first commit that meets any of the conditions.
schema:
type: string
responses:
Expand Down
7 changes: 5 additions & 2 deletions clients/java-legacy/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/java-legacy/docs/RefsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions clients/java/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/java/docs/RefsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/java/src/main/java/io/lakefs/clients/sdk/RefsApi.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/python-legacy/docs/RefsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/python-legacy/lakefs_client/api/refs_api.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/python/docs/RefsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a811d2d

Please sign in to comment.