drone/internal/api/controller/user
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
..
controller.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
create_access_token.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
create.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
delete_token.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
delete.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
find_email.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
find.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
helper.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
list_tokens.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
list.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
login.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
register.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
update_admin.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
update.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
wire.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00