Skip to content
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

Feature Implement ResourceMilestoneEvents #427

Merged
merged 5 commits into from
Apr 18, 2023

Conversation

Rimgelair
Copy link
Contributor

closes #158

Get a list of all milestone events for a single issue.
- Added ResourceMilestoneEvent Model
- Added enum for actions on the ResourceMilestoneEvent
- Added Methods to IssueClient Interface
- Implemented the Methods
- Implemented ResourceMilestoneEvent methods to the IssueClient Imp on the Mock
- Added tests for the Mock
- Fixed issue with Model and test for ResourceMilestoneEvent in the NGitlab Project
@Rimgelair Rimgelair requested a review from a team as a code owner April 18, 2023 03:57
@Rimgelair Rimgelair requested review from meziantou and removed request for a team April 18, 2023 03:57
@Rimgelair Rimgelair changed the title Feature Implement ResourceMilestone Events Feature Implement ResourceMilestoneEvents Apr 18, 2023
Fix no longer used Symbol : 'NGitLab.Mock.ResourceMilestoneEventCollection.Add(NGitLab.Mock.User user, NGitLab.Mock.Milestone milestone, NGitLab.Models.ResourceMilestoneEventAction action) -> void'
@meziantou meziantou requested review from louis-z and removed request for meziantou April 18, 2023 18:01
@louis-z louis-z merged commit cb92094 into ubisoft:main Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementing resource_milestone_events in issue client
2 participants