-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OAS] Publish OAS bundles to bump.sh #197482
Merged
Merged
Changes from 37 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2c10eaa
first iteration: wip
jloleysens 0d7653c
updated sh
jloleysens 7646b79
comment
jloleysens 3b01ee4
a fix and more logging
jloleysens 58b6c9c
update copy
jloleysens 1799a0e
variable
jloleysens 93c7d9b
use vault!
jloleysens f9bea42
updated script after tests
jloleysens 0f3034d
update package lock
jloleysens 78237aa
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 5bbfd9a
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens f921f70
install bump sh in step only and remove from package.json
jloleysens 2a4a86f
Revert "install bump sh in step only and remove from package.json"
jloleysens b861b28
install deps
jloleysens 342067c
echo
jloleysens 97ae62f
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens c09a7bb
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens d72bdc4
push to 8x-unreleased and add some more logs
jloleysens 512d13e
use npx
jloleysens 7d3e03a
do not break on-merge pipeline
jloleysens 99a9191
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens a2bdc89
new bump-cli version
jloleysens a766a61
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 84b42aa
package-lock.json
jloleysens 6538002
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 4107c59
do overlays when capturing OAS in final merge
jloleysens 20d93ff
fix comment
jloleysens 58bc49d
vuln link
jloleysens 7c0b56e
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 6b1518d
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine 07d7808
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 6e6aff1
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine 9eb56c1
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 34f2fdb
move to other folder
jloleysens b5d9bc5
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine 2aec5a3
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens f3f0c15
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 0f73589
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens d07f158
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine 1e2389a
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens 3161661
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine 4de95f7
Merge branch 'main' into oas/ci-to-publish-oas
jloleysens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be safe I think we should not break the on-merge pipeline for this. I tested the script locally and it works, but... you never know.