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 (Expand)Author
2017-05-05Set GL_REPOSITORY env variable if it's set on ReceivePack requestAlejandro Rodríguez
2017-05-05Implement CommitDelta RPCAhmad Sherif
2017-05-05Remove unused stream reader codeJacob Vosmaer
2017-05-03Parse a typechange diff correctlyAhmad Sherif
2017-05-01Handle a stream of whitespace-only diffsAhmad Sherif
2017-05-01Extend Paths and IgnoreWhitespaceChange CommitDiff testsAhmad Sherif
2017-05-01Unescape things like tabs and new lines in diff files namesAhmad Sherif
2017-05-01Add support for CommitDiff PathsAhmad Sherif
2017-05-01Add support for CommitDiff IgnoreWhitespaceChangeAhmad Sherif
2017-05-01Use raw data mainly for diff parsingAhmad Sherif
2017-04-25Use gitaly-proto/helper stream io helpersJacob Vosmaer
2017-04-24Fix Commit::IsAncestorKim "BKC" Carlbäcker
2017-04-21Unify helper.GitCommand and helper.GitCommandReaderAlejandro Rodríguez
2017-04-19Remove unused imporTKim "BKC" Carlbäcker
2017-04-19Have FindRefName return empty-string on nil-commitsKim Carlbäcker
2017-04-18Update docs: 'need not' -> 'should not'Jacob Vosmaer
2017-04-13Signal not existing repository with gRPC code `NotFound`Alejandro Rodríguez
2017-04-11Use config.StoragePath in GetRepoPathJacob Vosmaer
2017-04-11Add doc comments in configJacob Vosmaer
2017-04-11Reject empty storage names and pathsJacob Vosmaer
2017-04-11Add config.StoragePath()Jacob Vosmaer
2017-04-11Add config.ValidateStorages()Jacob Vosmaer
2017-04-11Quick fix for tests broken by gitlab-test updateJacob Vosmaer
2017-04-06remove unnecessary assertionsKim "BKC" Carlbäcker
2017-04-06Don't over test thingsKim "BKC" Carlbäcker
2017-04-06Config-file using envconfig and tomlKim "BKC" Carlbäcker
2017-04-03Use table-format tests for Diff serviceAhmad Sherif
2017-03-31Update errors style for (upload|receive)-packAhmad Sherif
2017-03-31Update errors style for diff-related codeAhmad Sherif
2017-03-31Implement {upload,receive}-pack RPCsAhmad Sherif
2017-03-30Implement helper.GetRepoPath()Ahmad Sherif
2017-03-29Update refs tests to use the correct test repo pathAhmad Sherif
2017-03-28Merge branch '128-rpc-design-projects-branchescontroller-index' into 'master' Jacob Vosmaer (GitLab)
2017-03-28Implement FindLocalBranches Ref operationAlejandro Rodríguez
2017-03-24Clone gitlab-test repo only onceAhmad Sherif
2017-03-15More tests for CommitIsAncestorKim "BKC" Carlbäcker
2017-03-10ci-status.json & ci-environment-status.jsonKim "BKC" Carlbäcker
2017-03-08Add handling for diff file with multi-byte namesAhmad Sherif
2017-03-06Drop using /dev/null as a diff path; it's not being used in the appAhmad Sherif
2017-03-06Only consume chunks if len(line) > 0Ahmad Sherif
2017-03-06Merge branch 'fix/parsing-when-git-diff-fails' into 'master' Jacob Vosmaer (GitLab)
2017-03-06Fix infinite parsing loop when git diff failsAhmad Sherif
2017-03-03Rename one of the Git command handlers to avoid name conflictAlejandro Rodríguez
2017-03-03Merge branch 'refs' into 'master' Jacob Vosmaer (GitLab)
2017-03-02Implement refs operationsAlejandro Rodríguez
2017-03-02Consume "No newline at end of file" as part of the chunkAhmad Sherif
2017-03-01Use a helper function to test if a byte slice has a prefix out of a listAhmad Sherif
2017-03-01Rename internal/helper/{helper => cmd}.go to avoid cluttering helpers in one ...Ahmad Sherif
2017-02-28Add git commmand helperAlejandro Rodríguez
2017-02-28Implement CommitDiff RPCAhmad Sherif