-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat!: Remove Project (classic) support #3380
Conversation
Signed-off-by: Glenn Lewis <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3380 +/- ##
==========================================
- Coverage 97.72% 92.17% -5.55%
==========================================
Files 153 172 +19
Lines 13390 14704 +1314
==========================================
+ Hits 13085 13554 +469
- Misses 215 1060 +845
Partials 90 90 ☔ View full report in Codecov by Sentry. |
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
Thank you, @stevehipwell ! Awaiting second LGTM+Approval from any other contributor to this repo before merging. |
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.
Signed-off-by: Glenn Lewis <[email protected]>
Thank you, @tomfeigin ! |
BREAKING CHANGE: All support for "Project (classic)" is removed and
Project
responses are replaced byProjectV2
(renamed fromProjectsV2
).Fixes: #3367.