-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Move actions to NP #44707
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
Move actions to NP #44707
Conversation
|
Pinging @elastic/kibana-app-arch |
6ac5821 to
6212d27
Compare
spalger
left a comment
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.
Please re-request review from @elastic/kibana-operations when ready
6212d27 to
f9414d2
Compare
💚 Build Succeeded |
f9414d2 to
8dbaad0
Compare
💚 Build Succeeded |
8dbaad0 to
1901fe0
Compare
💔 Build Failed |
|
ping @ppisljar :) |
💔 Build Failed |
7afc4ac to
cabb92a
Compare
💚 Build Succeeded |
cabb92a to
99b60e8
Compare
💚 Build Succeeded |
99b60e8 to
90888b4
Compare
💚 Build Succeeded |
ppisljar
left a comment
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.
LGTM, tested in chrome linux
💚 Build Succeeded |
💚 Build Succeeded |
crob611
left a comment
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.
Changes in Canvas look fine
* move actions to np * fix jest and types

Summary
Built on top of #44503. This moves the ui actions framework to the new platform. Other changes included:
Dev docs
The actions API that was previously a part of the Embeddable API is now it's own new platform plugin.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers