drone/app/api/controller/repo
Atefeh Mohseni Ejiyeh cef6708a1e Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158)
* update migrator mdoule
* added formatted forbidden error helper
* delete work sum
* check branch rule identifier check
* match migrator data contract for webhooks
* self review
* self review
* self review, code cleaning
* resolve conflicts
* updated import api calls
* resolve conflicts
* lint
* bypass pre-receive block ref update on push if it's migrator push
* migrate controller and apis
* pull main
* add migrate routes to terminate path prefix apis
* move apis to migrate pkg
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into atmsn/import_meta
* import branch rules API
* wip import webhooks
2024-08-07 23:40:09 +00:00
..
archive.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
blame.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
check.go feat: add repochecks (#1132) 2024-03-26 22:22:30 +00:00
codeowner_validate.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
commit.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
content_get.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
content_paths_details.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
controller.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +00:00
create_branch.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
create_commit_tag.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
create.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +00:00
default_branch.go improve audit logs (#2242) 2024-07-18 12:15:31 +00:00
delete_branch.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
delete_tag.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
diff.go Add additions and deletions to PRs (#2196) 2024-07-11 10:01:17 +00:00
find.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
get_branch.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
get_commit_divergences.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
get_commit.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
git_info_refs.go pull request import (#2121) 2024-07-06 00:46:36 +00:00
git_service_pack.go pull request import (#2121) 2024-07-06 00:46:36 +00:00
helper.go pull request import (#2121) 2024-07-06 00:46:36 +00:00
import_progress.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
import.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +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 Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
list_commit_tags.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
list_commits.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
list_paths.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
list_pipelines.go [AUTHZ] Fix scope of permission checks for checks without resource (#1119) 2024-03-15 16:10:30 +00:00
list_service_accounts.go [AUTHZ] Fix scope of permission checks for checks without resource (#1119) 2024-03-15 16:10:30 +00:00
merge_check.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
move.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
no_op_checks.go feat: add repochecks (#1132) 2024-03-26 22:22:30 +00:00
pipeline_generate.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
purge.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
raw.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
restore.go pull request import (#2121) 2024-07-06 00:46:36 +00:00
rule_create.go improve audit logs (#2242) 2024-07-18 12:15:31 +00:00
rule_delete.go improve audit logs (#2242) 2024-07-18 12:15:31 +00:00
rule_find.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
rule_list.go Support Public Access (#2021) 2024-05-23 04:56:26 +00:00
rule_update.go improve audit logs (#2242) 2024-07-18 12:15:31 +00:00
soft_delete.go pull request import (#2121) 2024-07-06 00:46:36 +00:00
summary.go fix cleanup for failed repo create, cleanup summary git api (#2064) 2024-05-24 00:38:29 +00:00
update_public_access.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
update.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
wire.go Add label feature (#2073) 2024-07-25 14:57:56 +00:00