-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add name filter to API for GetMilestoneList #12336
Add name filter to API for GetMilestoneList #12336
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.
Otherwise LGTM
@lunny done |
2dd88ed
to
b44f188
Compare
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.
I note you've changed the default to do a sort by deadline then by id - we're probably going to have to update our API to allow this kind of multiple sorting at some point.
it include also a refactor (merge GetMilestones and GetmilestonesByRepoID)
close #12260
neded for https://gitea.com/gitea/go-sdk/issues/383 and https://gitea.com/gitea/tea/pulls/149