-
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
Changes edit view to json read-only view #112034
Merged
TinaHeiligers
merged 25 commits into
elastic:master
from
TinaHeiligers:so-management/read-only-inspect-view
Sep 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
74e910a
Changes edit view to json read-only view
TinaHeiligers 0b25760
Adds copy to clipboard functionality
TinaHeiligers 238f6da
Adds link to saved objects api for not found error message
TinaHeiligers 9dfde70
Update i18n
TinaHeiligers 8e31205
Cleans up todo comments
TinaHeiligers 148a2b9
Merge branch 'master' into so-management/read-only-inspect-view
TinaHeiligers 1110ff3
Updates test for ensuring we can inspect a saved object in a non-defa…
TinaHeiligers 8c92317
Updates unit test snapshot and refactors security-related saved objec…
TinaHeiligers e2c7143
Merge branch 'master' into so-management/read-only-inspect-view
TinaHeiligers e091640
Merge branch 'master' into so-management/read-only-inspect-view
TinaHeiligers b31a0a8
removes getEditUrl from saved object loader searchSavedObjectType, cr…
TinaHeiligers 3c89d0b
Addresses draft comments
TinaHeiligers 3f2b30d
improves functional tests
TinaHeiligers dac2f76
Fixes som api_integration test
TinaHeiligers 8df5007
Updates unit test snapshots, sets available in relationships flyout a…
TinaHeiligers 9de3eb1
Updates api_integration test making editUrl optional in the schema
TinaHeiligers 121283e
Merge branch 'master' into so-management/read-only-inspect-view
kibanamachine 2c19acc
Merge branch 'master' into so-management/read-only-inspect-view
kibanamachine 3cc2504
Merge branch 'master' into so-management/read-only-inspect-view
TinaHeiligers 7b748d0
Removes serviceRegistry from the top most UI layer
TinaHeiligers ad1d088
moves inline style to scss file
TinaHeiligers 52f2261
Update snapshots
TinaHeiligers e703655
Moves inline style to stylesheet
TinaHeiligers 940588d
Merge branch 'master' into so-management/read-only-inspect-view
TinaHeiligers 8c75ad8
Addresses nits
TinaHeiligers 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
16 changes: 8 additions & 8 deletions
16
...ement/public/management_section/object_view/__snapshots__/saved_object_view.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ment/public/management_section/object_view/components/__snapshots__/inspect.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...t/public/management_section/objects_table/__snapshots__/saved_objects_table.test.tsx.snap
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
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.
The inspect action is now available for all saved object types (we check that the object provided has a type and id to make sure that routing to the Inspect page will be valid). It used to only be available for saved objects that have an
editUrl
defined but is not the case anymore.