Skip to content

Fix #7136: Add paging and extend API GetCommitStatuses #7141

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

Merged
merged 12 commits into from
Jul 25, 2019
Merged
Prev Previous commit
Next Next commit
Update routers/api/v1/repo/status.go
Co-Authored-By: techknowlogick <[email protected]>
  • Loading branch information
zeripath and techknowlogick authored Jun 6, 2019
commit ec7192f87b0d5fbfa125b2c47c48b3f16273a8fc
2 changes: 1 addition & 1 deletion routers/api/v1/repo/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func GetCommitStatusesByRef(ctx *context.APIContext) {
// - name: page
// in: query
// description: page number of results
// type: int
// type: integer
// required: false
// - name: sort
// in: query
Expand Down