-
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
Add snapshotsUrl to Cloud plugin public interface. #110328
Conversation
Pinging @elastic/kibana-core (Team:Core) |
3ce6c30
to
63815a0
Compare
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@@ -54,6 +54,7 @@ export interface CloudSetup { | |||
deploymentUrl?: string; | |||
profileUrl?: string; | |||
organizationUrl?: string; | |||
snapshotsUrl?: string; |
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.
nit: We've made a change to the setup
contract and need to update the cloud plugin tests too.
Considering that we want to track consumption of the url, we should at the very least have a test in place to make sure it is there.
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 catch! Will do.
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.
Tentatively approving since the change is small but I really would like to have a test for something that we want to track.
💚 Build SucceededMetrics [docs]Public APIs missing comments
Page load bundle
History
To update your PR or re-run it, just comment with: |
* Add unit tests for Cloud plugin setup interface.
Fixes #110311