Add /milestones endpoint (#8733)
Create a /milestones endpoint which basically serves as a dashboard view for milestones, very similar to the /issues or /pulls page. Closes #8232
This commit is contained in:
parent
7cc16740a5
commit
f6b29012e0
14 changed files with 568 additions and 7 deletions
|
@ -86,6 +86,12 @@ func testLinksAsUser(userName string, t *testing.T) {
|
|||
"/pulls?type=your_repositories&repos=[0]&sort=&state=closed",
|
||||
"/pulls?type=assigned&repos=[0]&sort=&state=closed",
|
||||
"/pulls?type=created_by&repos=[0]&sort=&state=closed",
|
||||
"/milestones",
|
||||
"/milestones?sort=mostcomplete&state=closed",
|
||||
"/milestones?type=your_repositories&sort=mostcomplete&state=closed",
|
||||
"/milestones?sort=&repos=[1]&state=closed",
|
||||
"/milestones?sort=&repos=[1]&state=open",
|
||||
"/milestones?repos=[0]&sort=mostissues&state=open",
|
||||
"/notifications",
|
||||
"/repo/create",
|
||||
"/repo/migrate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue