-
Notifications
You must be signed in to change notification settings - Fork 14.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
chore: remove annotation layer FAB CRUD model view #22178
chore: remove annotation layer FAB CRUD model view #22178
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22178 +/- ##
==========================================
- Coverage 67.00% 66.94% -0.06%
==========================================
Files 1835 1835
Lines 69970 69927 -43
Branches 7590 7590
==========================================
- Hits 46880 46812 -68
- Misses 21124 21149 +25
Partials 1966 1966
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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 looks good and tested by creating a new set of annotations via the CRUD view and adding it to a chart via Explore (both event and interval). One bycatch nit that could be nice to get fixed while we're at it, other than that LGTM.
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
SUMMARY
Remove FAB CRUD model view annotation layer, these endpoints are deprecated on FAB.
Renames routes from
/annotationlayermodelview/*
to/annotationlayer/*
Previous non REST API routes:
Current non REST API routes:
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION