10 Commits

Author SHA1 Message Date
Johannes Batzill
dc351cdcef [LINT] Fix All Linting Errors (#609) 2023-09-26 00:56:53 +00:00
Johannes Batzill
a83cd21c17 [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
Johannes Batzill
e88a518da4 [GITRPC] Disable Credential Helper For Puhs (#511) 2023-09-15 21:24:07 +00:00
Abhinav Singh
592466b26b feat: [CODE-858]: introduce push remote service on git rpc (#472) 2023-09-14 02:22:49 +00:00
Marko Gaćeša
1fd4de9ae7 fix importing of empty and large repositories 2023-09-11 14:04:28 +02:00
Johannes Batzill
833e2a08de process gitea error on gitea.OpenRepository failure 2023-07-06 23:09:18 -07:00
Johannes Batzill
63c45cb0db [GITHA] Prepare GITRPC for GITHA changes (HTTP Server, GRPC Operations: Sync, RemoteDefaultBranch, Deterministic CommitID) (#153) 2023-06-22 16:54:18 +00:00
Enver Bisevac
630c9b553f ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
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
Enver Bisevac
578dd13d8d [maint] eb/gitrpc refactor (#51)
* pull/push impl done

* Basic auth for harness

* gitrpc as top level package

* New ctor for package

* gitrpcserver instead of server2
2022-11-03 13:17:03 +01:00