drone/gitrpc/internal/service
Johannes Batzill c55c53deab [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70)
This change adds the following:
- create / delete branch
- basic error propagation from git to user (notfound, conflict, invalidinput)
- create repo root folder in server instead of service constructor
2022-11-10 20:57:31 -08:00
..
blob.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
branch.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
commit.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
env.go [maint] eb/gitrpc refactor (#51) 2022-11-03 13:17:03 +01:00
http.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
interface.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
mapping.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
path.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
ref.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
repo.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
submodule.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
tag.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
tree.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
upload.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00