drone/app/api/handler/repo
Darko Draskovic 0cb3c8a4cf Add render pagination and incremental search to labels (#2311)
* Remove unused upsert method from label value store
* Add render pagination and incremental search to labels
2024-07-30 15:43:31 +00:00
..
archive.go fix complex file extensions like tar.gz (#2143) 2024-07-15 14:41:58 +00:00
blame.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
calculate_commit_divergence.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
codeowner_validate.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
commit.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
content_get.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
content_paths_details.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
create_branch.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
create_commit_tag.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
create.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
default_branch.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
delete_branch.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
delete_tag.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
diff.go [code-1016] Replace gitea Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
find_redirect.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
find.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
get_branch.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
get_commit.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
git_info_refs.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
git_service_pack.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
import_progress.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
import.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
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_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 Add label feature (#2073) 2024-07-25 14:57:56 +00:00
label_value_update.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00
list_branches.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
list_commit_tags.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
list_commits.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
list_paths.go Add Repo Path Listing API (#1197) 2024-04-10 20:04:08 +00:00
list_pipelines.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
list_service_accounts.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
merge_check.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
move.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
pipeline_generate.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
purge.go Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
raw.go feat: add etag for raw api (#2018) 2024-05-03 20:03:37 +00:00
restore.go Support Space Soft Delete, Restore, and Purge (#1076) 2024-03-21 23:34:19 +00:00
rule_create.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
rule_delete.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
rule_find.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
rule_list.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
rule_update.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
soft_delete.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
summary.go Add repo summary endpoint (#2037) 2024-05-23 18:45:28 +00:00
update_public_access.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
update.go Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
upload_file.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00