drone/app/api/handler/repo
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.go
blame.go
calculate_commit_divergence.go
codeowner_validate.go
commit.go
content_get.go
content_paths_details.go
create_branch.go
create_commit_tag.go
create.go
default_branch.go
delete_branch.go
delete_tag.go
diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
find_redirect.go
find.go
get_branch.go
get_commit.go
git_info_refs.go
git_service_pack.go
import_progress.go
import.go
label_define.go
label_delete.go
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
label_save.go
label_update.go
label_value_define.go
label_value_delete.go
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
list_branches.go
list_commit_tags.go
list_commits.go
list_paths.go
list_pipelines.go
list_service_accounts.go
merge_check.go
move.go
pipeline_generate.go
purge.go
raw.go
rebase.go
restore.go
rule_create.go
rule_delete.go
rule_find.go
rule_list.go
rule_update.go
soft_delete.go
squash.go
summary.go
update_public_access.go
update.go
upload_file.go