Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0048e2d
add OpenAPI specs bundler package
maximpn Nov 23, 2023
56bfb25
make OpenAPI specs version an explicit string
maximpn Nov 23, 2023
76e84ea
resolve duplicated name ListRequestQuery in schemas
maximpn Nov 23, 2023
b026a06
add bundle script to Security Solution plugin
maximpn Nov 23, 2023
0daf6e8
remove x-source-file-path prop after merging documents
maximpn Nov 23, 2023
8d6690c
fix README misprints
maximpn Nov 24, 2023
04058eb
use isPlainObjectType to omit type casting
maximpn Nov 24, 2023
738864c
add processors comments
maximpn Nov 24, 2023
7cfb4c7
add extra type comments
maximpn Nov 24, 2023
a88630e
add supported properties to README
maximpn Nov 24, 2023
5e64248
comment custom prop constants
maximpn Nov 25, 2023
b9712f9
avoid potential bug while using toAbsolutePath
maximpn Nov 25, 2023
a96eb84
get rid of toAbsolutePath in bundleDocument
maximpn Nov 25, 2023
24f155c
add a comment about skipped specs
maximpn Nov 25, 2023
cc23f1c
fix default output file path value
maximpn Nov 25, 2023
2ff26ef
update README
maximpn Nov 25, 2023
dd155ed
extend custom props documentation
maximpn Nov 25, 2023
bea00fa
give source and target specs example
maximpn Nov 25, 2023
ff6ae29
add function's comment
maximpn Nov 25, 2023
ee33bb7
add refs inlining via x-inline
maximpn Nov 25, 2023
2e59063
reorganize utility functions location
maximpn Nov 25, 2023
c0fc1c3
add missing x-inline
maximpn Nov 25, 2023
11ee6a3
remove unused components
maximpn Nov 25, 2023
41e36d9
support circular refs
maximpn Nov 25, 2023
ad561b2
remove examples unnecessary added example files
maximpn Nov 25, 2023
ba006a6
add process document tests
maximpn Nov 27, 2023
0ae7ad5
make output a combination of specs
maximpn Nov 27, 2023
f42d09d
add recursive unit tests
maximpn Nov 27, 2023
6b9973e
display detailed components conflict information
maximpn Nov 27, 2023
682aa13
set target bundler ref's file name
maximpn Nov 28, 2023
7cf74e7
set up testing for OpenAPI bundler
maximpn Nov 28, 2023
5e7930d
add bundler tests
maximpn Nov 28, 2023
28a4fd1
avoid side effects on child nodes after inlining
maximpn Nov 28, 2023
482bab3
add extra tests
maximpn Nov 28, 2023
17e8ec6
[CI] Auto-commit changed files from 'yarn openapi:generate'
kibanamachine Nov 28, 2023
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ x-pack/plugins/observability @elastic/obs-ux-management-team
x-pack/plugins/observability_shared @elastic/observability-ui
x-pack/test/security_api_integration/plugins/oidc_provider @elastic/kibana-security
test/common/plugins/otel_metrics @elastic/obs-ux-infra_services-team
packages/kbn-openapi-bundler @elastic/security-detection-rule-management
packages/kbn-openapi-generator @elastic/security-detection-rule-management
packages/kbn-optimizer @elastic/kibana-operations
packages/kbn-optimizer-webpack-helpers @elastic/kibana-operations
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@
"@kbn/managed-vscode-config-cli": "link:packages/kbn-managed-vscode-config-cli",
"@kbn/management-storybook-config": "link:packages/kbn-management/storybook/config",
"@kbn/mock-idp-plugin": "link:packages/kbn-mock-idp-plugin",
"@kbn/openapi-bundler": "link:packages/kbn-openapi-bundler",
"@kbn/openapi-generator": "link:packages/kbn-openapi-generator",
"@kbn/optimizer": "link:packages/kbn-optimizer",
"@kbn/optimizer-webpack-helpers": "link:packages/kbn-optimizer-webpack-helpers",
Expand Down
Loading