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
2019-04-03Skip raw data for all pages requestid-skip-raw-data-for-all-pagesIgor Drozdov
2019-04-03Merge branch 'remove-test-code' into 'master'Paul Okstad
Remove test dependency in main binaries Closes #1584 See merge request gitlab-org/gitaly!1171
2019-04-03Remove test dependency in main binariesJacob Vosmaer
2019-04-02Version 1.31.0v1.31.0Zeger-Jan van de Weg
2019-04-02Merge branch 'doc-training-6' into 'master'Paul Okstad
Add link to training session 6 See merge request gitlab-org/gitaly!1170
2019-04-02Add link to training session 6Jacob Vosmaer
2019-04-02Merge branch 'zj-remove-get-raw-changes-ruby' into 'master'Paul Okstad
Remove unused Ruby implementation of GetRawChanges See merge request gitlab-org/gitaly!1169
2019-04-02Merge branch 'zj-remove-remote-ruby-removal' into 'master'Paul Okstad
Remove Ruby implementation of remove remote See merge request gitlab-org/gitaly!1164
2019-04-01Merge branch '24704-get-archive-by-path' into 'master'Paul Okstad
Accept Path option for GetArchive RPC See merge request gitlab-org/gitaly!1142
2019-04-01Accept Path option for GetArchive RPCPatrick Bajao
Updates the GetArchive RPC to accept a `Path` option. This option will be used when calling `git archive` for archiving a directory in a repository.
2019-04-01Remove unused Ruby implementation of GetRawChangesZeger-Jan van de Weg
Ported in https://gitlab.com/gitlab-org/gitaly/merge_requests/1026, over two months ago. This makes it safe to remove now.
2019-03-29Merge branch 'nicer-make-errors' into 'master'John Cai
Improve make (go install) errors See merge request gitlab-org/gitaly!1166
2019-03-29Improve make (go install) errorsJacob Vosmaer
2019-03-29Merge branch 'objectpool-explicit-not-found' into 'master'Jacob Vosmaer
UnlinkRepositoryFromObjectPool: stop removing objects/info/alternates See merge request gitlab-org/gitaly!1151
2019-03-29UnlinkRepositoryFromObjectPool: stop removing objects/info/alternatesJacob Vosmaer
2019-03-29Merge branch 'prioritise-local-path' into 'master'Jacob Vosmaer
Prefer local binaries See merge request gitlab-org/gitaly!1160
2019-03-29Remove Ruby implementation of remove remoteZeger-Jan van de Weg
In https://gitlab.com/gitlab-org/gitaly/merge_requests/1051 the ruby code got ported to Go, which left this code for one release. This commit removes the now dead code. Part of: https://gitlab.com/gitlab-org/gitaly/issues/1465
2019-03-29Merge branch '1569-use-overlay2-storage-driver-on-docker' into 'master'Paul Okstad
Always use overlay2 storage driver on Docker build Closes #1569 See merge request gitlab-org/gitaly!1148
2019-03-29Merge branch 'zj-drop-go-1-10' into 'master'Paul Okstad
Drop support for Golang 1.10 Closes #1516 See merge request gitlab-org/gitaly!1149
2019-03-29Version 1.30.0v1.30.0John Cai
2019-03-29Merge branch 'jc-remove-find-all-tags-ff' into 'master'Paul Okstad
Remove FindAllTags feature flag Closes #1535 See merge request gitlab-org/gitaly!1155
2019-03-28Prefer local binariesAlessio Caiazza
2019-03-28Merge branch 'sh-fix-ref-matcher-regexp' into 'master'Zeger-Jan van de Weg
Fix too lenient ref wildcard matcher See merge request gitlab-org/gitaly!1158
2019-03-28Merge branch 'id-add-wiki-pages-direction' into 'master'Zeger-Jan van de Weg
WikiGetAllPages RPC: Add params for sorting See merge request gitlab-org/gitaly!1081
2019-03-28Fix too lenient ref wildcard matcherStan Hu
As discovered in https://gitlab.com/gitlab-org/gitlab-ee/issues/9407#note_154754244, a wildcard pattern `*-stable` would match `1-2-stable-test`, when it should not. The CE implementation had the right regexp anchors, but in trying to improve the Gitaly implementation we inadvertently dropped them.
2019-03-27Merge branch 'doc-proto-dummy' into 'master'John Cai
Update dummy example to use gitalypb instead of pb See merge request gitlab-org/gitaly!1157
2019-03-27Update dummy example to use gitalypb instead of pbJacob Vosmaer
2019-03-27WikiGetAllPages RPC: Add params for sortingIgor Drozdov
2019-03-27Merge branch 'sh-bump-rugged-0.28.1' into 'master'John Cai
Bump Rugged to 0.28.1 See merge request gitlab-org/gitaly!1154
2019-03-26Drop support for Golang 1.10Zeger-Jan van de Weg
Fixes https://gitlab.com/gitlab-org/gitaly/issues/1516
2019-03-26remove FindAllTags feature flagJohn Cai
2019-03-26Merge branch 'sh-bump-github-linguist' into 'master'John Cai
Bump github-linguist to 6.4.1 See merge request gitlab-org/gitaly!1153
2019-03-26Merge branch 'repack-delta-islands' into 'master'John Cai
Use delta islands in RepackFull and GarbageCollect Closes #1382 See merge request gitlab-org/gitaly!1110
2019-03-26Use delta islands in RepackFull and GarbageCollectJacob Vosmaer
2019-03-26Merge branch 'doc-gitaly-ssh' into 'master'John Cai
Add gitaly-ssh README with comparison to gitlab-shell See merge request gitlab-org/gitaly!1145
2019-03-26Add gitaly-ssh README with comparison to gitlab-shellJacob Vosmaer
2019-03-26Merge branch 'doc-gitaly-training-5' into 'master'John Cai
Add link to Gitaly training 5 See merge request gitlab-org/gitaly!1150
2019-03-26Add link to Gitaly training 5Jacob Vosmaer
2019-03-26Apply suggestion to changelogs/unreleased/sh-bump-github-linguist.ymlZeger-Jan van de Weg
2019-03-26Bump github-linguist to 6.4.1Stan Hu
This resolves a Ruby 2.5-compatibility issue that was fixed in 6.3.0: https://github.com/github/linguist/pull/4195 The CommitLanguages RPC appears to still work despite throwing errors in the Gitaly logs due to `make_tmpname` no longer being present in Ruby 2.5. May relate to https://gitlab.com/gitlab-org/gitaly/issues/1570.
2019-03-26Bump Rugged to 0.28.1Stan Hu
This resolves a minor link issue in libgit2 with deprecated functions: https://github.com/libgit2/libgit2/releases
2019-03-25Merge branch 'jc-object-create-keep-resf' into 'master'Zeger-Jan van de Weg
Keep origin remote and refs when creating an object pool See merge request gitlab-org/gitaly!1136
2019-03-25Always use overlay2 storage driver on Docker buildTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-23Merge branch 'doc-changelog' into 'master'Paul Okstad
Add missing changelog entry See merge request gitlab-org/gitaly!1146
2019-03-23Add missing changelog entryJacob Vosmaer
2019-03-21Merge branch 'zj-gitalybot-applies-milestone' into 'master'Jacob Vosmaer
Have GitalyBot apply the milestone if it can Closes #1557 See merge request gitlab-org/gitaly!1140
2019-03-21Version 1.29.0v1.29.0Zeger-Jan van de Weg
2019-03-21Merge branch 'jc-find-all-tags-fix' into 'master'Zeger-Jan van de Weg
Handle edge case of annotated tags without messages See merge request gitlab-org/gitaly!1134
2019-03-20Merge branch 'chomp-bytes' into 'master'Paul Okstad
Introduce text.ChompBytes helper See merge request gitlab-org/gitaly!1144
2019-03-20Introduce text.ChompBytes helperJacob Vosmaer