-
Notifications
You must be signed in to change notification settings - Fork 339
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
refactor(api): remove deprecated stamps endpoint #2632
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2632 +/- ##
==========================================
- Coverage 63.51% 63.42% -0.09%
==========================================
Files 233 232 -1
Lines 25901 25776 -125
==========================================
- Hits 16450 16348 -102
+ Misses 7956 7936 -20
+ Partials 1495 1492 -3
Continue to review full report at Codecov.
|
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.
Should be also removed from the Open API spec.
Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @acud)
Kudos, SonarCloud Quality Gate passed! |
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.
done @mrekucci
Reviewable status: 4 of 5 files reviewed, all discussions resolved (waiting on @acud)
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @acud)
endpoints were marked for deprecation in July this year, so they qualify for removal at this point.
This change is