-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cherry-pick plugin permissions from Enterprise #359
Conversation
Plugin permissions were implemented in an old version, cherrypick to DHC https://deephaven.atlassian.net/browse/DH-11752 https://gitlab.eng.illumon.com/illumon/iris/merge_requests/6181/diffs Fixes deephaven#326
Breaking change with the change in PropTypes in jsapi-shim. |
Codecov Report
@@ Coverage Diff @@
## main #359 +/- ##
==========================================
+ Coverage 5.66% 17.37% +11.71%
==========================================
Files 2 51 +49
Lines 212 5514 +5302
Branches 35 1294 +1259
==========================================
+ Hits 12 958 +946
- Misses 200 4292 +4092
- Partials 0 264 +264
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: Vlad Babich <[email protected]>
Plugin permissions were implemented in an old version, cherrypick to DHC
https://deephaven.atlassian.net/browse/DH-11752
https://gitlab.eng.illumon.com/illumon/iris/merge_requests/6181/diffs
Fixes #326