drone/internal/api
Johannes Batzill 5337c46a4f Add Query and Sorting Capability to ListBranches API (#42)
This change adds the following to the list branches api:
- 'query' parameter for querying branches using arbitrary substrings
- 'sort' parameter for sorting the branches (name and date supported)
- 'direction' parameter for specifing the direction of the sorted output
2022-10-21 20:45:26 -07:00
..
auth [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
controller Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
handler Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
middleware [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
openapi Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
render Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
request Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
usererror [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
api.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00