drone/internal/api/controller/repo
Johannes Batzill f655c2fae3 Add Standalone API to Harness Router (#40)
To simplify UI code we are going to expose both Harness API and Standalone API (restricted to harness embedded functionalities) when running in harness mode.

Furthermore, this PR adds a middleware that allows us to reuse standalone Handlers for Harness API for operations that don't require any request/response manipulation.
2022-10-19 18:35:40 -07:00
..
controller.go Fix Default Branch Creation (#37) 2022-10-17 19:09:46 -07:00
create_path.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
create.go Fix Default Branch Creation (#37) 2022-10-17 19:09:46 -07:00
delete_path.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
delete.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
find.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
get_content.go Add Standalone API to Harness Router (#40) 2022-10-19 18:35:40 -07:00
helper.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
list_branches.go Add Standalone API to Harness Router (#40) 2022-10-19 18:35:40 -07:00
list_commits.go Add Standalone API to Harness Router (#40) 2022-10-19 18:35:40 -07:00
list_paths.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
list_service_accounts.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
move.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
update.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
wire.go Fix Default Branch Creation (#37) 2022-10-17 19:09:46 -07:00