-
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
Migrate visualization
, annotation
, graph
to saved_object_content_storage
#168520
Migrate visualization
, annotation
, graph
to saved_object_content_storage
#168520
Conversation
4653713
to
62f3470
Compare
…daemon/kibana into 167421/adopt-shared-content-storage
@elasticmachine merge upstream |
visualization
, annotation
, graph
to saved_object_content_storage
visualization
, annotation
, graph
to saved_object_content_storagevisualization
, annotation
, graph
to saved_object_content_storage
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
I'm wondering if there's a way to simulate a dev environment in the API integration tests (make |
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.
Great! Thank you 👏
allowedSavedObjectAttributes: [ | ||
'title', | ||
'description', | ||
'version', |
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.
is version
removal expected?
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 took this list of props from here. In other words, version
wasn't included in the item response before, so I removed it to keep parity with the current API.
Is this the right thing to do?
x-pack/plugins/graph/server/content_management/graph_storage.ts
Outdated
Show resolved
Hide resolved
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.
Code only review. saved_object_content_storage.ts
type change LGTM 👍
@dej611 you know this area better than me, can you review? 🙏 |
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.
Tested locally with Safari and all works 👍
@elasticmachine merge upstream |
…daemon/kibana into 167421/adopt-shared-content-storage
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Public APIs missing comments
History
To update your PR or re-run it, just comment with: |
…ent_storage` (elastic#168520) ## Summary Close elastic#167421 --------- Co-authored-by: kibanamachine <[email protected]>
Summary
Close #167421