drone/internal/api/controller/repo
Johannes Batzill 60f0ea969d [API] Add API For Commit Divergence Calulation (#77)
This commit contains the following changes:
- Add `commits/calculate_divergence` API to calculate commit divergence of reference pairs
- Rename `serviceAccounts` to `service_accounts` to follow REST best practices
2022-11-16 16:53:31 -08:00
..
controller.go add GITURL to repo apis list and create (#64) 2022-11-08 19:35:49 -08:00
create_branch.go repoStore findref fixed 2022-11-14 13:08:28 +01:00
create_path.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
create.go add GITURL to repo apis list and create (#64) 2022-11-08 19:35:49 -08:00
delete_branch.go repoStore findref fixed 2022-11-14 13:08:28 +01:00
delete_path.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
delete.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
find.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
get_commit_divergences.go [API] Add API For Commit Divergence Calulation (#77) 2022-11-16 16:53:31 -08:00
get_content.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
list_branches.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
list_commit_tags.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
list_commits.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
list_paths.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
list_service_accounts.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
move.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
update.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
wire.go add GITURL to repo apis list and create (#64) 2022-11-08 19:35:49 -08:00