drone/types/enum
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
..
enum.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
git.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
grant.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
order_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
order.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
path.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
permission.go [Embedded] Harness Router, Inline Space Creation, Bootstrap, Harness/Admin User Setup (#28) 2022-10-10 21:32:14 -07:00
principal.go Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
repo.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
resource.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
shared.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
space.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
token.go Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
user_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
user.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00