drone/internal/api/controller/repo
Enver Bisevac ad619c7e3c [feat]ability to commit files using REST api (#82)
* initial work on commit files

* minor improvements, grpc server interceptors and more

* compare file old sha and current sha

* added some validation steps

* config immutable, introduce temp repos dir

* handler added to standalone

* fix CI linter, fix minor bug on update

* wire generator files
2022-11-22 19:24:40 +01:00
..
commit.go [feat]ability to commit files using REST api (#82) 2022-11-22 19:24:40 +01: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