aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_issue_milestone_test.go
Commit message (Collapse)AuthorAgeFilesLines
* [API] Milestone endpoints accept names too (#12649)65432020-09-141-0/+5
| | | | | | | | | * API: Milestone endpoints accept names too * add test * rename Co-authored-by: Lauris BH <lauris@nix.lv>
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-0/+12
| | | | | | | | | Adds a name filter to the API for GetMilestoneList Includes a small refactor: merge GetMilestones and GetMilestonesByRepoID Close #12260 Needed for https://gitea.com/gitea/go-sdk/issues/383 and https://gitea.com/gitea/tea/pulls/149
* API allow to create closed milestones (#11745)65432020-06-091-0/+13
| | | | | | | | * API allow to create closed milestones * set CloseDate too Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-0/+47
* Fix milestone API state parameter unhandled * Fix test