drone/app/api/handler/space
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
..
create.go
events.go
export_progress.go
export.go
find.go
import_repositories.go
import.go
label_define.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
label_delete.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
label_find.go feat: [CODE-3134]: Add fetch label with include_values query param (#3369) 2025-02-04 19:53:27 +00:00
label_list.go Add render pagination and incremental search to labels (#2311) 2024-07-30 15:43:31 +00:00
label_save.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
label_update.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
label_value_define.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
label_value_delete.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
label_value_list.go feat: [CODE-3134]: Add fetch label with include_values query param (#3369) 2025-02-04 19:53:27 +00:00
label_value_update.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
list_connectors.go
list_executions.go feat: [PIPE-22871]: API for listing executions for a project/space (#2941) 2024-11-08 11:55:40 +00:00
list_gitspaces.go feat: [CDE-522]: send total gitspaces without applying user filters in header (#3089) 2024-12-02 07:03:22 +00:00
list_pipelines.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
list_repos.go Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
list_secrets.go
list_service_accounts.go feat: [CODE-1805]: Add service account rule bypass list support (#3297) 2025-01-31 17:46:24 +00:00
list_templates.go
list.go Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
membership_add.go
membership_delete.go
membership_list.go
membership_update.go
move.go
pr_list.go add pullreq list API for spaces (#2606) 2024-08-29 11:49:33 +00:00
purge.go Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
restore.go Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
rule_create.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_delete.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_find.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_list.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
rule_update.go feat: [CODE-2568]: Add rules API for space level (#2865) 2024-11-19 12:52:27 +00:00
soft_delete.go Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
update_public_access.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
update.go
usage.go fix: [code-2912]: minor improvements, requested changes (#3197) 2024-12-23 16:20:40 +00:00