drone/gitrpc
2023-04-18 11:39:59 -07:00
..
enum gitrpc error handling - initial work 2023-03-06 16:36:19 +01:00
internal update gitRPC getBlob api to stream blob content, add 'raw' api. 2023-04-18 11:39:59 -07:00
proto update gitRPC getBlob api to stream blob content, add 'raw' api. 2023-04-18 11:39:59 -07:00
rpc update gitRPC getBlob api to stream blob content, add 'raw' api. 2023-04-18 11:39:59 -07:00
server Code-161 Add Git Repo Deletion API (GitRPC) and handle creation failure 2023-03-31 15:19:45 -07:00
blame.go fix blame API result field naming 2023-04-03 09:43:16 +02: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 Add git blame API (#346) 2023-03-09 12:55:23 +01:00
commit.go fix blame API result field naming 2023-04-03 09:43:16 +02:00
common.go [SCM-55] initial work on PR metadata (#262) 2023-01-31 02:08:23 +01:00
config.go [MISC] Move configurations to their respective packages (#256) 2023-01-26 17:30:26 -08:00
diff.go Add code comments 2023-04-13 14:12:01 +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 Add code comments 2023-04-13 14:12:01 +02: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 Add code comments 2023-04-13 14:12:01 +02:00
merge.go update gitRPC getBlob api to stream blob content, add 'raw' api. 2023-04-18 11:39:59 -07:00
operations.go [MISC] Expose Content Encoding as Enum across APIs (#359) 2023-02-27 18:50:52 -08: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 Code-161 Add Git Repo Deletion API (GitRPC) and handle creation failure 2023-03-31 15:19:45 -07: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 [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
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
wire.go [MISC] Move configurations to their respective packages (#256) 2023-01-26 17:30:26 -08:00