drone/internal/api/handler/repo
2023-08-14 17:17:08 +02:00
..
blame.go Replace QueryParamAsPositiveInt64 with QueryParamAsPositiveInt64OrDefault where the parameter is optional (#191) 2023-07-13 05:46:16 +00:00
calculate_commit_divergence.go [API] Add API For Commit Divergence Calulation (#77) 2022-11-16 16:53:31 -08:00
commit.go [feat]ability to commit files using REST api (#82) 2022-11-22 19:24:40 +01:00
content_get.go dedicated api to get the last commit info 2023-08-10 18:42:10 +02:00
content_paths_details.go dedicated api to get the last commit info 2023-08-10 18:42:10 +02:00
create_branch.go feat: Update HTTP status code to 201 when returning from successful create operations 2023-06-01 15:09:17 +05:30
create_commit_tag.go [Tags] Improvements towards creation / listing /deletion (#220) 2023-07-25 00:04:47 +00:00
create_path.go feat: Update HTTP status code to 201 when returning from successful create operations 2023-06-01 15:09:17 +05:30
create.go feat: Update HTTP status code to 201 when returning from successful create operations 2023-06-01 15:09:17 +05:30
delete_branch.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
delete_path.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
delete_tag.go Add Validate to Service and Handler 2023-05-15 22:14:55 +05:30
delete.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
diff.go fix commit adn files changed counters 2023-08-14 17:17:08 +02:00
find.go add GITURL to repo apis list and create (#64) 2022-11-08 19:35:49 -08:00
get_branch.go [API] Add GetCommit API (#291) 2023-02-01 18:50:54 -08:00
get_commit.go [API] Add GetCommit API (#291) 2023-02-01 18:50:54 -08:00
http_git.go 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
list_branches.go Add Tag Listing API (#49) 2022-10-28 13:10:26 -07:00
list_commit_tags.go Add Tag Listing API (#49) 2022-10-28 13:10:26 -07:00
list_commits.go fix commit adn files changed counters 2023-08-14 17:17:08 +02:00
list_paths.go Add search capability to repo and space listing (for child spaces) (#44) 2022-10-24 18:57:55 -07:00
list_service_accounts.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
merge_check.go fix for merge-check response 2023-03-30 20:51:25 +02:00
move.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
raw.go update gitRPC getBlob api to stream blob content, add 'raw' api. 2023-04-18 11:39:59 -07:00
update.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
upload_file.go repo path fixed on gitrpc server 2022-11-09 00:10:55 +01:00