drone/app/api/controller/repo
2023-10-30 22:35:52 +00:00
..
blame.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
codeowner_validate.go feat: add codeowner validate api (#733) 2023-10-30 22:16:39 +00:00
commit.go [WIP] Move from space_owner to repo_admin for protection rules (#745) 2023-10-30 22:35:52 +00:00
content_get.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
content_paths_details.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
controller.go [WIP] Move from space_owner to repo_admin for protection rules (#745) 2023-10-30 22:35:52 +00:00
create_branch.go [WIP] Move from space_owner to repo_admin for protection rules (#745) 2023-10-30 22:35:52 +00:00
create_commit_tag.go [WIP] Move from space_owner to repo_admin for protection rules (#745) 2023-10-30 22:35:52 +00:00
create.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
delete_branch.go [WIP] Move from space_owner to repo_admin for protection rules (#745) 2023-10-30 22:35:52 +00:00
delete_tag.go [WIP] Move from space_owner to repo_admin for protection rules (#745) 2023-10-30 22:35:52 +00:00
delete.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
diff.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
find.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
get_branch.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
get_commit_divergences.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
get_commit.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
git_info_refs.go [MISC] Separate Git Smart HTTP Protocol Into Handler and Controller (#717) 2023-10-25 17:23:19 +00:00
git_service_pack.go [MISC] Separate Git Smart HTTP Protocol Into Handler and Controller (#717) 2023-10-25 17:23:19 +00:00
import_cancel.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
import_progress.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
import.go Fix repo listing case for bitbucket (#720) 2023-10-26 08:47:53 +00:00
list_branches.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
list_commit_tags.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
list_commits.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
list_pipelines.go remove sqlx.DB from controllers and services 2023-09-28 14:07:25 +02:00
list_service_accounts.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
merge_check.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
move.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
pipeline_generate.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
raw.go add protection to prevent direct push (#712) 2023-10-24 14:22:06 +00:00
rule_create.go add branch protection: DB and API layer (#671) 2023-10-16 11:33:00 +00:00
rule_delete.go add branch protection: DB and API layer (#671) 2023-10-16 11:33:00 +00:00
rule_find.go add branch protection: DB and API layer (#671) 2023-10-16 11:33:00 +00:00
rule_list.go add branch protection: DB and API layer (#671) 2023-10-16 11:33:00 +00:00
rule_update.go add branch protection: DB and API layer (#671) 2023-10-16 11:33:00 +00:00
update.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
wire.go fix: [CODE-965]: codeowners file parse (#684) 2023-10-18 06:38:50 +00:00