- Notifications
You must be signed in to change notification settings - Fork673
Update notes api for ProjectIssueDiscussionNoteManager and ProjectMergeRequestDiscussionNoteManager#3233
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update notes api for ProjectIssueDiscussionNoteManager and ProjectMergeRequestDiscussionNoteManager#3233
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Pull Request Overview
This PR updates the API for discussion note managers by replacing explicit mixin inheritance with a more concise CRUDMixin approach for both issue and merge request discussion notes.
- Consolidates multiple explicit mixins (GetMixin, CreateMixin, UpdateMixin, DeleteMixin) into a single CRUDMixin for cleaner inheritance
- Updates both ProjectIssueDiscussionNoteManager and ProjectMergeRequestDiscussionNoteManager classes
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3233 +/- ##======================================= Coverage 97.32% 97.32% ======================================= Files 98 98 Lines 6058 6058 ======================================= Hits 5896 5896 Misses 162 162
Flags with carried forward coverage won't be shown.Click here to find out more.
🚀 New features to boost your workflow:
|
@massimiliano96 This looks good to me. Only suggestion is that in one of the commit messages add a So that when it gets merged the issue will get closed. |
15ff9d5
to91dc47a
CompareThere 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
Thanks@massimiliano96
f908f0e
intopython-gitlab:mainUh oh!
There was an error while loading.Please reload this page.
Changes
Add ListMixin to ProjectIssueDiscussionNoteManager and ProjectMergeRequestDiscussionNoteManager