Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e678857
prepare API for publishing
flash1293 Mar 4, 2025
65bf0cd
Merge remote-tracking branch 'upstream/main' into flash1293/experimen…
flash1293 Mar 6, 2025
016a380
make streams documentation work
flash1293 Mar 7, 2025
68ef160
Merge remote-tracking branch 'upstream/main' into flash1293/experimen…
flash1293 Mar 7, 2025
ecdeb48
fix stuff
flash1293 Mar 7, 2025
e537ed0
fix stuff
flash1293 Mar 7, 2025
188bbc6
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine Mar 7, 2025
c96986c
fix types
flash1293 Mar 7, 2025
92ae3c8
Merge branch 'flash1293/experimental-api-docs' of github.com:flash129…
flash1293 Mar 7, 2025
5eef2de
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Mar 7, 2025
9c325ef
Merge branch 'main' into flash1293/experimental-api-docs
flash1293 Mar 10, 2025
668e963
Merge branch 'main' into flash1293/experimental-api-docs
flash1293 Mar 10, 2025
37830d0
Merge branch 'main' into flash1293/experimental-api-docs
flash1293 Mar 11, 2025
5f7ca09
Merge remote-tracking branch 'upstream/main' into flash1293/experimen…
flash1293 Mar 12, 2025
fdb4849
split by internal/public
flash1293 Mar 12, 2025
fc51d9e
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine Mar 12, 2025
e6d38e8
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Mar 12, 2025
5f7b22d
Merge remote-tracking branch 'upstream/main' into flash1293/experimen…
flash1293 Mar 13, 2025
7dc4d8c
fix
flash1293 Mar 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/checks/capture_oas_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source .buildkite/scripts/common/util.sh
.buildkite/scripts/copy_es_snapshot_cache.sh

echo --- Capture OAS snapshot
cmd="node scripts/capture_oas_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/fleet --include-path /api/dashboards"
cmd="node scripts/capture_oas_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/dashboards"
if is_pr && ! is_auto_commit_disabled; then
cmd="$cmd --update"
fi
Expand Down
Loading