drone/internal/api/openapi
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
..
account.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
openapi_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
openapi.go server urls added, resource moved to the root path (#35) 2022-10-18 02:24:20 +02:00
repo.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
resource.go Fix Default Branch Creation (#37) 2022-10-17 19:09:46 -07:00
shared.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
space.go Add Standalone API to Harness Router (#40) 2022-10-19 18:35:40 -07:00
user.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
users.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00