drone/internal/api/render
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
..
platform Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
header_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
header.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00
render_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
render.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
util_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
util.go Add Query and Sorting Capability to ListBranches API (#42) 2022-10-21 20:45:26 -07:00