Skip to content

Commit

Permalink
Recommend in OpenAPI docs to add the source commit to other fields
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Jan 5, 2025
1 parent 3c8641b commit fedacd4
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 17 deletions.
8 changes: 4 additions & 4 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,10 @@ components:
type: boolean
default: true
description: |
If set, set only the destination branch as a parent, which
"squashes" the merge to appear as a single commit on the
destination branch.
If set, set only the destination branch as a parent, which "squashes" the merge to
appear as a single commit on the destination branch. The source commit is no longer
a part of the merge commit; consider adding it to the 'metadata' or 'message'
fields.
BranchCreation:
type: object
required:
Expand Down
7 changes: 4 additions & 3 deletions clients/java/api/openapi.yaml

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

2 changes: 1 addition & 1 deletion clients/java/docs/Merge.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.

2 changes: 1 addition & 1 deletion clients/python/docs/Merge.md

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

2 changes: 1 addition & 1 deletion clients/python/lakefs_sdk/models/merge.py

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

2 changes: 1 addition & 1 deletion clients/rust/docs/Merge.md

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

2 changes: 1 addition & 1 deletion clients/rust/src/models/merge.rs

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

8 changes: 4 additions & 4 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,10 @@ components:
type: boolean
default: true
description: |
If set, set only the destination branch as a parent, which
"squashes" the merge to appear as a single commit on the
destination branch.
If set, set only the destination branch as a parent, which "squashes" the merge to
appear as a single commit on the destination branch. The source commit is no longer
a part of the merge commit; consider adding it to the 'metadata' or 'message'
fields.
BranchCreation:
type: object
required:
Expand Down

0 comments on commit fedacd4

Please sign in to comment.