-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[data views] Use versioned router for REST routes #158608
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
3d659b6
version create data view
mattkime 29bbb0c
change version to date
mattkime bc46a64
partial progress
mattkime 588e47c
version all rest routes
mattkime c9100b5
version all rest routes
mattkime 96a43df
fix internal version
mattkime 3f436ba
version alllll the things
mattkime 0b64be4
fix fields_for_wildcard
mattkime 6426e9a
fix test, create type problem
mattkime bcd8c30
fix type
mattkime 5f87326
remove comment
mattkime cca761d
Merge branch 'main' into data_views_versioned_router
mattkime 594080b
cleanup
mattkime 27a81f7
Merge branch 'data_views_versioned_router' of github.com:mattkime/kib…
mattkime 4483f98
Update src/plugins/data_views/server/rest_api_routes/default_data_vie…
mattkime efef50c
Merge branch 'main' into data_views_versioned_router
mattkime 068cf4c
add response validation to create data view
mattkime a905277
Merge branch 'data_views_versioned_router' of github.com:mattkime/kib…
mattkime 0c71ac0
add response validation to create data view
mattkime 41029cf
response schemas and stronger typing for REST endpoints
mattkime 1ccb4de
response schemas and stronger typing for REST endpoints
mattkime ab586b6
response schemas and stronger typing for REST endpoints
mattkime d2d6579
fix integration test
mattkime 59c18e8
Merge branch 'main' into data_views_versioned_router
mattkime 87b1f10
fix get data views schema
mattkime 8f68670
fix get data views schema
mattkime 0831610
runtime field routes
mattkime d82b2af
scripted fields
mattkime 1c1a224
partial progress on better schema and rest response type
mattkime d543eb6
set response schema and type for private apis
mattkime eb28f00
last couple of response types and schemas
mattkime de51ba6
Merge branch 'main' into data_views_versioned_router
mattkime 34f7612
add version to has_data request
mattkime 481bd07
Merge branch 'data_views_versioned_router' of github.com:mattkime/kib…
mattkime 692c23f
Merge branch 'main' into data_views_versioned_router
mattkime 1898e54
response validation fix
mattkime 59e3a2b
scripted field typefix
mattkime 45019d9
fix delete schema
mattkime fd7d2ec
Merge branch 'main' into data_views_versioned_router
mattkime cce8311
api fixes
mattkime ff77f04
remove unneeded test
mattkime 2b2bc05
Merge branch 'main' into data_views_versioned_router
mattkime f49f8cd
restore test, check for empty body
mattkime d325913
fix api functional tests
mattkime ceda6a4
functional test fixes
mattkime 6b282b4
move some functional tests to ts
mattkime 83dc781
fix functional tests
mattkime d7698ba
fix filter functional test
mattkime ed710db
add test for runtime partial update
mattkime 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
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
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
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
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
File renamed without changes.
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.
Just curious what the types marked
any
are for?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.
...I could probably do a better job using these