drone/app/api/request
Darko Draskovic 3b31d78da6 feat: [CODE-3134]: Add fetch label with include_values query param (#3369)
* Compose/repack LabelWithValues in find label controller
* Merge remote-tracking branch 'origin/main' into dd/fetch-label-with-values
* Revert to non pointer ListQueryFilter
* Replace Label with LabelWithValues in find repo/space label
* Address review comments
* Add pagination to list values and return all values when fetching a single value
* Add new svc label find with values func
* Add fetch space label with include_values query param
* Add fetch label with include_values query param
2025-02-04 19:53:27 +00:00
..
archive_test.go feat: [code-2976]: replace go-chi with chi v5 (#3186) 2024-12-20 18:16:33 +00:00
archive.go
auth.go
check.go
common.go feat: [CODE-3134]: Add fetch label with include_values query param (#3369) 2025-02-04 19:53:27 +00:00
connector.go
context_test.go
context.go feat: [CODE-2865]: ssh support changes (#3052) 2025-01-13 15:56:57 +00:00
diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
execution.go feat: [PIPE-22871]: API for listing executions for a project/space (#2941) 2024-11-08 11:55:40 +00:00
git_test.go
git.go feat: [CODE-3030]: introduce include_git_stats param for list PRs APIs (#3284) 2025-01-17 11:27:23 +00:00
gitspace.go fix: [CDE-332]: gitspaces swagger fix (#2916) 2024-11-04 08:19:40 +00:00
infra_provider.go
label.go feat: [PIPE-24548]: Add label PR label assignment count (#3292) 2025-01-17 17:37:46 +00:00
membership.go
pipeline.go feat: [PIPE-23137]: updated executionInfo struct with more data and added lastExecutions to list space pipelines API (#2958) 2024-11-08 19:08:20 +00:00
principal.go
publickey.go
pullreq.go fix: [CODE-3030]: fix name of include_git_stats param in openapi (#3289) 2025-01-17 12:33:55 +00:00
repo.go fix: [CODE-3057]: Revert "temporary fix for listing more than 30 repos in a single request" (#3324) 2025-01-27 08:06:38 +00:00
rule.go
secret.go
space.go
template.go
time.go fix: [code-2912]: minor improvements, requested changes (#3197) 2024-12-23 16:20:40 +00:00
token.go
util_test.go
util.go feat: [code-2976]: replace go-chi with chi v5 (#3186) 2024-12-20 18:16:33 +00:00
webhook.go