-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 and deprecate old CSS templates endpoints #28387
chore: remove and deprecate old CSS templates endpoints #28387
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #28387 +/- ##
===========================================
+ Coverage 60.48% 83.22% +22.73%
===========================================
Files 1931 521 -1410
Lines 76236 37211 -39025
Branches 8568 0 -8568
===========================================
- Hits 46114 30970 -15144
+ Misses 28017 6241 -21776
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@expose_api(name="read", url="/api/read", methods=["GET"]) | ||
@has_access_api | ||
@permission_name("list") | ||
@deprecated(eol_version="5.0.0") |
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.
Could we just remove this? not used on the frontend and a REST API exists for this for some time now
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.
@dpgaspar We discussed this during the release meeting and we agreed to remove these legacy endpoints during a breaking window even if they are not under v1
. That's what we did in the past and we just want to be mindful that someone out there might still be using the endpoint.
@mistercrunch might wanna scope out the CI issue. |
mmmh, ran the same command as CI but locally and it worked:
re-triggered CI. Looked like what happens when trying to reference an issue that does not exist yet... Not sure what happened. |
This is not a required check, feel free to merge with that check failing while I look into it |
SUMMARY
Removing server side rendered pages endpoints from CSS templates view.
Also deprecating
csstemplateasyncmodelview/api/read
endpoint.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION