Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-12Simplify converation issuesconversation-templateJacob Vosmaer
2017-07-12Version 0.18.0v0.18.0Alejandro Rodríguez
2017-07-12Merge branch 'commits-between-reverse' into 'master'Alejandro Rodríguez
Fix CommitsBetween implementation See merge request !204
2017-07-12Add changelog for CommitsBetween fixesAlejandro Rodríguez
2017-07-12Disallow possibly malicious revisions starting with `-`Alejandro Rodríguez
2017-07-12Add and populate `body` field of `GitCommit`Alejandro Rodríguez
2017-07-12Reverse order of commits, as gitlab-rails expects themAlejandro Rodríguez
2017-07-12Merge branch 'update-templates-2' into 'master'Andrew Newdigate
Update templates again See merge request !214
2017-07-12Update templates againAndrew Newdigate
2017-07-12Merge branch 'updated_templates' into 'master'Andrew Newdigate
Updated Templates See merge request !213
2017-07-12Updated TemplatesAndrew Newdigate
2017-07-12Merge branch ↵Jacob Vosmaer (GitLab)
'108-we-should-be-using-a-fully-qualified-path-to-the-git-executable' into 'master' Add config to specify a git binary path Closes #108 See merge request !177
2017-07-12Add config to specify a git binary pathAlejandro Rodríguez
2017-07-12Version 0.17.0v0.17.0Alejandro Rodríguez
2017-07-11Merge branch 'rename-auth-unenforced' into 'master'Andrew Newdigate
Rename auth 'unenforced' to 'transitioning' See merge request !209
2017-07-11Rename auth 'unenforced' to 'transitioning'Jacob Vosmaer
2017-07-11Merge branch '358-repo-existence-check-should-also-look-for-refs' into 'master'Jacob Vosmaer (GitLab)
Also check for "refs" folder for repo existence Closes #358 See merge request !207
2017-07-10Also check for "refs" folder for repo existenceAlejandro Rodríguez
2017-07-07Version 0.16.0v0.16.0Jacob Vosmaer
2017-07-07Merge branch 'blobservice-getblob' into 'master'Jacob Vosmaer (GitLab)
Implement BlobService.GetBlob See merge request !202
2017-07-07Reuse catfile packageJacob Vosmaer
2017-07-07Implement BlobService.GetBlobJacob Vosmaer
2017-07-07Version 0.15.0v0.15.0Ahmad Sherif
2017-07-07Merge branch 'feature/count-commits-rpc' into 'master'Jacob Vosmaer (GitLab)
Implement CountCommits RPC Closes #352 See merge request !203
2017-07-06Implement CountCommits RPCAhmad Sherif
2017-07-06Merge branch 'migration-process-updates' into 'master'Andrew Newdigate
Update the migration process as per retrospective See merge request !165
2017-07-06Merge branch 'cog-commads-process' into 'master'Andrew Newdigate
Update Migration Process to use cog commands See merge request !192
2017-07-05Merge branch '315-conversation-commits_between' into 'master'Jacob Vosmaer (GitLab)
Commit::CommitsBetween server implementation See merge request !197
2017-07-05Merge branch 'master' into '315-conversation-commits_between'Jacob Vosmaer (GitLab)
# Conflicts: # CHANGELOG.md
2017-07-05Adapt to gitaly-proto v0.12.0Alejandro Rodríguez
2017-07-05Refactor helpers to improve code readibility and structureAlejandro Rodríguez
2017-07-05Implement Commit#Between grpc callAlejandro Rodríguez
2017-07-05Merge branch '143-inherit-tz' into 'master'Jacob Vosmaer (GitLab)
Inherit the TZ environment variable See merge request !201
2017-07-04propagate TZ env-var to sub-processesKim "BKC" Carlbäcker
2017-07-04Adjust to new commit message structureAlejandro Rodríguez
Separate the commit handling logic to make it reusable
2017-07-03Merge branch 'zj-repo-exists' into 'master'Jacob Vosmaer (GitLab)
Repo exists implemenation Closes #335 See merge request !200
2017-07-03Implement RepositoryExists request and responseZ.J. van de Weg
Needed to perform this request was only the helper already implemented, however this one method RepoPath(), first checked the storage, constructed a path, guarded against path traversal, and checked if the path passed was a git repo. My implementation tries to split these concern without changing the API for now. The request can only respond with an `InvalidArgument` error code. If it returns an error, the `Exists` property is not set. In other cases it checks if the directory has the `objects` folder and `HEAD` file.
2017-07-03Merge branch 'parallel-make' into 'master'Jacob Vosmaer (GitLab)
Makefile: add ".NOTPARALLEL:" See merge request !198
2017-06-30Version 0.14.0v0.14.0Jacob Vosmaer
2017-06-30Merge branch 'cancel-middleware' into 'master'Jacob Vosmaer (GitLab)
Add cancellation reporting middleware Closes #334 See merge request !199
2017-06-30Log errors from canceled request with codes.CanceledJacob Vosmaer
2017-06-30Move middlewares out of internal/serviceJacob Vosmaer
2017-06-27Merge branch '213-ssh-integration-test' into 'master'Jacob Vosmaer (GitLab)
Integration Tests for SSH Upload/ReceivePack Closes #213 See merge request !178
2017-06-27SSH Upload/ReceivePack Integration TestsKim "BKC" Carlbäcker
2017-06-26Merge branch 'rename-services' into 'master'Jacob Vosmaer (GitLab)
Renamed services See merge request !194
2017-06-26Renamed servicesAndrew Newdigate
2017-06-26Merge branch 'streamhelpers' into 'master'Jacob Vosmaer (GitLab)
Use stream helpers from top-level package See merge request !196
2017-06-26Use stream helpers from top-level packageJacob Vosmaer
2017-06-23Makefile: add ".NOTPARALLEL:"Luke Shumaker
Several of the dependency lists say "clean-build ${BUILD_DIR}/_build", which is intended to clean the build dir, then recreate it. Of course, if the user has `make` set to build dependencies in parallel, then that won't work. Now, I'm not a fan of putting "clean" as a dependency of a constructive step. It's sloppy. But hey, it's not my project.
2017-06-22Version 0.13.0v0.13.0Jacob Vosmaer