drone/gitrpc
2023-07-25 00:04:47 +00:00
..
enum fixed linter issues 2023-05-17 21:56:23 +02:00
hash [GITHA] Add Repo Hashing to gitrpc (#156) 2023-06-23 23:39:17 +00:00
internal [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
proto [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
rpc [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
server CODE-610: Remove FormValue and start using Query().Get() for all APIs doing get requests and sync required parameters in swagger schema 2023-07-12 21:16:07 +05:30
blame.go Replace QueryParamAsPositiveInt64 with QueryParamAsPositiveInt64OrDefault where the parameter is optional (#191) 2023-07-13 05:46:16 +00:00
blob.go update gitRPC getBlob api to stream blob content, add 'raw' api. 2023-04-18 11:39:59 -07:00
branch.go [API] Add GetBranch API (#290) 2023-02-01 18:13:27 -08:00
client.go [GITHA] Prepare GITRPC for GITHA changes (HTTP Server, GRPC Operations: Sync, RemoteDefaultBranch, Deterministic CommitID) (#153) 2023-06-22 16:54:18 +00:00
commit.go Replace QueryParamAsPositiveInt64 with QueryParamAsPositiveInt64OrDefault where the parameter is optional (#191) 2023-07-13 05:46:16 +00:00
common.go [GITHA] Prepare GITRPC for GITHA changes (HTTP Server, GRPC Operations: Sync, RemoteDefaultBranch, Deterministic CommitID) (#153) 2023-06-22 16:54:18 +00:00
config.go [MISC] Move configurations to their respective packages (#256) 2023-01-26 17:30:26 -08:00
diff.go return old/new-line-new values used to create cc 2023-05-04 11:08:24 +02:00
errors.go update gitRPC getBlob api to stream blob content, add 'raw' api. 2023-04-18 11:39:59 -07:00
interface.go [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
log_interceptor.go [MISC] Move GitRPC to Read/WriteRequest, Update Create/Delete Branch to use Push, Setup githook Symlink, Accept Incoming X-Request-Id (#157) 2023-01-05 11:03:35 -08:00
mapping.go [GITHA] Add Repo Hashing to gitrpc (#156) 2023-06-23 23:39:17 +00:00
merge.go [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
operations.go [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
params.go [scm-63] fix for empty commits and diff in PR (#228) 2023-01-20 02:27:51 +01:00
ref.go gitrpc error handling - initial work 2023-03-06 16:36:19 +01:00
repo.go [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
smarthttp.go [MISC] Move GitRPC to Read/WriteRequest, Update Create/Delete Branch to use Push, Setup githook Symlink, Accept Incoming X-Request-Id (#157) 2023-01-05 11:03:35 -08:00
sort.go [maint] eb/gitrpc refactor (#51) 2022-11-03 13:17:03 +01:00
stream.go Add git blame API (#346) 2023-03-09 12:55:23 +01:00
submodule.go [MISC] Move GitRPC to Read/WriteRequest, Update Create/Delete Branch to use Push, Setup githook Symlink, Accept Incoming X-Request-Id (#157) 2023-01-05 11:03:35 -08:00
tag.go [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
tree.go [MISC] Move GitRPC to Read/WriteRequest, Update Create/Delete Branch to use Push, Setup githook Symlink, Accept Incoming X-Request-Id (#157) 2023-01-05 11:03:35 -08:00
upload.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
validate.go feat: [CODE-389]: status checks API layer 2023-06-08 12:38:20 +02:00
wire.go [MISC] Move configurations to their respective packages (#256) 2023-01-26 17:30:26 -08:00