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
2018-09-21Version 0.120.1v0.120.10-120-stableZeger-Jan van de Weg
2018-09-21Merge branch 'zj-patch-120' into '0-120-stable'Zeger-Jan van de Weg
Sanitize sentry events' logentry messages See merge request gitlab/gitaly!10
2018-09-18Sanitize sentry events' logentry messagesAlejandro Rodríguez
2018-09-07Version 0.120.0v0.120.0Zeger-Jan van de Weg
2018-09-06Merge branch 'gitaly-server-credentials' into 'master'Zeger-Jan van de Weg
Allow server to receive an hmac token with the client timestamp for auth Closes #1315 See merge request gitlab-org/gitaly!872
2018-09-06Allow server to receive an hmac token with the client timestamp for authAlejandro Rodríguez
2018-09-06Merge branch 'raw-changes-modes' into 'master'Zeger-Jan van de Weg
Return old and new modes on RawChanges See merge request gitlab-org/gitaly!878
2018-09-06Merge branch 'zj-list-directories' into 'master'Zeger-Jan van de Weg
Server implementation ListDirectories See merge request gitlab-org/gitaly!868
2018-09-06Remove the Path references in codeZeger-Jan van de Weg
This used to be in the original proto, but than got removed as me might not need it.
2018-09-06Allow listing of directoriesZeger-Jan van de Weg
With depth limiter, but might have problems with scaling on very big directories. Part of: https://gitlab.com/gitlab-org/gitaly/issues/954
2018-09-06Version 0.119.0v0.119.0Zeger-Jan van de Weg
2018-09-06Return old and new modes on RawChangesAlejandro Rodríguez
This will greatly simplify the implementation of the ElasticSearch indexer
2018-09-06Merge branch 'zj-update-sanitize-take-2' into 'master'Alejandro Rodríguez
Reset sanitize requirements in lockfile See merge request gitlab-org/gitaly!879
2018-09-06Reset sanitize requirements in lockfileZeger-Jan van de Weg
Honestly not quite sure how this number got bumped, but it seems that the minimum version didn't get bumped but the correct version got used by bundler. The report was out of date, as the scanner got removed. However, GitLab tried to find a pipeline with scanning enabled, and did so from before it got removed. So long story short, this was never broken, and while I fixed it I broke something. I _think_ it has to do with the `--no-deployment` flag.
2018-09-05Merge branch 'da-fetch-default-branch-name' into 'master'Zeger-Jan van de Weg
Add server implementation for FindRemoteRootRef See merge request gitlab-org/gitaly!874
2018-09-05Add server implementation for FindRemoteRootRefDouglas Barbosa Alexandre
2018-09-05Merge branch 'zj-update-sanitize' into 'master'Alejandro Rodríguez
Update the sanitize gem to at least 4.6.6 Closes #1322 See merge request gitlab-org/gitaly!876
2018-09-04Use gitaly-proto 0.115.0Douglas Barbosa Alexandre
2018-09-04Update the sanitize gem to at least 4.6.6Zeger-Jan van de Weg
The Gitaly Security dashboard pointed us to the gem that required an update. The gem in question is pulled in as a dependency, but could be bumped. Closes https://gitlab.com/gitlab-org/gitaly/issues/1322
2018-08-31Merge branch 'custom-hooks-symlink' into 'master'Alejandro Rodríguez
Support custom_hooks being a symlink See merge request gitlab-org/gitaly!871
2018-08-28Merge branch 'zj-golang-1.11' into 'master'Jacob Vosmaer
Add Golang 1.11 to the test matrix See merge request gitlab-org/gitaly!870
2018-08-28Add Golang 1.11 to the test matrixZeger-Jan van de Weg
2018-08-27Merge branch 'bvl-merge-base-multiple-revisions' into 'master'Alejandro Rodríguez
Allow merge base to receive more than 2 revisions See merge request gitlab-org/gitaly!869
2018-08-27changelogJacob Vosmaer
2018-08-27Support custom_hooks being a symlinkJacob Vosmaer
2018-08-27Allow merge base to take more than 2 revisionsBob Van Landuyt
`git merge-base` allows finding the common ancestor between more than 2 revisions. gitaly-proto already allows this. Now gitaly validates that it gets at least 2 refs, and we tested finding the common ancestor for more than 2 refs.
2018-08-20Merge branch 'changelog-0.117.2' into 'master'Alejandro Rodríguez
Merge changelog from 0-117-stable See merge request gitlab-org/gitaly!866
2018-08-20Merge branch 'zj-stop-vendering-files' into 'master'Zeger-Jan van de Weg
Stop vendoring some Gitlab::Git::* classes See merge request gitlab-org/gitaly!865
2018-08-20Stop vendoring Attributes parsing filesZeger-Jan van de Weg
2018-08-20Stop vendoring unused Version fileZeger-Jan van de Weg
Ruby implementation calls each Gitaly server, and requests the required data. This won't work on Gitaly, nor is it used.
2018-08-20Stop vendoring Gitlab::Git::{Ref,Branch,Tag}Zeger-Jan van de Weg
2018-08-17Merge changelog from 0-117-stableJacob Vosmaer
2018-08-17Merge branch 'osw-prune-large-patches-by-default' into 'master'Jacob Vosmaer
Prune large patches by default when enforcing limits See merge request gitlab-org/gitaly!858
2018-08-17Prune large patches by defaultOswaldo Ferreira
2018-08-17Merge branch 'fix-collapse-lines' into 'master'Alejandro Rodríguez
Fix patch line size calculation See merge request gitlab-org/gitaly!859
2018-08-17Fix patch size calculations to not include headersAlejandro Rodríguez
2018-08-17Merge branch 'changelog-0.117.1' into 'master'Alejandro Rodríguez
Add changelog for 0.117.1 See merge request gitlab-org/gitaly!864
2018-08-17Add changelog for 0.117.1Jacob Vosmaer
2018-08-17Merge branch 'sh-bump-rouge-3-2-1' into 'master'Jacob Vosmaer
Bump rouge to 3.2.1 See merge request gitlab-org/gitaly!862
2018-08-17Merge branch 'vendor-gitaly-proto' into 'master'Zeger-Jan van de Weg
Add vendor-gitaly-proto script See merge request gitlab-org/gitaly!863
2018-08-17Add vendor-gitaly-proto scriptJacob Vosmaer
2018-08-17Bump rouge to 3.2.1Stan Hu
Corresponding CE merge request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21263
2018-08-16Merge branch 'zj-head-lokc' into 'master'Alejandro Rodríguez
Remove stale HEAD.lock if it exists Closes gitlab-ce#50042 See merge request gitlab-org/gitaly!861
2018-08-16Merge branch 'zj-vendor-gitlab-git-20180815' into 'master'Jacob Vosmaer
Vendor Gitlab::Git at c87ca832263 See merge request gitlab-org/gitaly!860
2018-08-16Vendor Gitlab::Git at c87ca832263Zeger-Jan van de Weg
2018-08-15Merge branch 'sh-bump-gitaly-proto-ruby' into 'master'Jacob Vosmaer
Bump gitaly-proto gem to 0.112.0 See merge request gitlab-org/gitaly!857
2018-08-15Remove stale HEAD.lock if it existsZeger-Jan van de Weg
Stale HEAD.lock files can make merging impossible for users, as reported in https://gitlab.com/gitlab-org/gitlab-ce/issues/50042 This changes removes HEAD.lock files older than 15 minutes, like we do with config.lock, so it closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50042
2018-08-14Bump gitaly-proto to 0.112.0Stan Hu
This matches the version currently used in CE.
2018-08-14Merge branch 'sh-bump-rugged-0.27.4' into 'master'Jacob Vosmaer
Bump rugged to 0.27.4 for security fixes See merge request gitlab-org/gitaly!856
2018-08-14Merge branch 'diff-collapsing' into 'master'Jacob Vosmaer
Fix diffs being collapsed unnecessarily Closes gitlab-ce#49907 See merge request gitlab-org/gitaly!854