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-05-09Bump Gitaly-Proto to v1.28.0zj-update-gitaly-protoZeger-Jan van de Weg
Since the notification.proto got removed, the test would fail on Gitaly. This change fixes that. https://gitlab.com/gitlab-org/gitaly-proto/merge_requests/298
2019-05-09Merge branch 'jc-use-perl-regexp' into 'master'Zeger-Jan van de Weg
Use --perl-regexp for code search See merge request gitlab-org/gitaly!1241
2019-05-09Merge branch 'sh-upgrade-ruby-2.6' into 'master'Zeger-Jan van de Weg
Upgrade to Ruby 2.6 See merge request gitlab-org/gitaly!1228
2019-05-08Upgrade to Ruby 2.6Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2019-05-08use --perl-regexp for code searchJohn Cai
2019-05-07Merge branch 'jv-fix-changelog-1.38.0' into 'master'John Cai
Add missing changelog entry for MR 1203 See merge request gitlab-org/gitaly!1242
2019-05-07Add missing changelog entry for MR 1203Jacob Vosmaer
2019-05-06Version 1.42.0v1.42.0Jacob Vosmaer
2019-05-06Merge branch 'jv-sketch-cache-data-structure' into 'master'Paul Okstad
Use simpler data structure for cat-file cache See merge request gitlab-org/gitaly!1233
2019-05-06Use simpler data structure for cat-file cacheJacob Vosmaer
2019-05-06Merge branch 'jv-release-publish' into 'master'Zeger-Jan van de Weg
Split out the "publish" step from _support/release See merge request gitlab-org/gitaly!1231
2019-05-06Split out the "publish" step from _support/releaseJacob Vosmaer
2019-05-06Version 1.41.0v1.41.0Jacob Vosmaer
2019-05-06Merge branch 'changelog-1199' into 'master'Zeger-Jan van de Weg
Add missing changelog for MR 1199 Closes #1650 See merge request gitlab-org/gitaly!1238
2019-05-06Add missing changelog for MR 1199Jacob Vosmaer
2019-05-06Merge branch '30093-apply-bfg-object-map-streaming' into 'master'Jacob Vosmaer
Implement the ApplyBfgObjectMapStream RPC See merge request gitlab-org/gitaly!1199
2019-05-03Add the ApplyBfgObjectMapStream RPCNick Thomas
2019-05-02Version 1.40.0v1.40.0John Cai
2019-05-02Merge branch 'jc-do-not-close-ttl-channel' into 'master'Paul Okstad
Do not close the TTL channel twice See merge request gitlab-org/gitaly!1235
2019-05-02Do not close the TTL channel twiceJohn Cai
2019-05-02Version 1.39.0v1.39.0John Cai
2019-05-02Merge branch 'feat/sentry-environment' into 'master'Paul Okstad
feat: add sentry environment See merge request gitlab-org/gitaly!1216
2019-05-02feat: add sentry environmentRoger Meier
2019-05-02Merge branch 'jc-fix-catfile-batch' into 'master'Jacob Vosmaer
Fix CacheItem pointer in cache See merge request gitlab-org/gitaly!1234
2019-05-02Fix CacheItem pointer in cacheJohn Cai
2019-05-01Version 1.38.0v1.38.0John Cai
2019-05-01Merge branch 'sh-upgrade-rubocop' into 'master'John Cai
Upgrade Rubocop to 0.68.1 See merge request gitlab-org/gitaly!1229
2019-05-01Merge branch 'jc-add-catfile-cache' into 'master'John Cai
Add cache for batch files Closes #1505 See merge request gitlab-org/gitaly!1203
2019-05-01add cache for batch filesJohn Cai
adding a global cache for catfile batch. Integrate this with a feature flag in FindCommits.
2019-05-01Upgrade Rubocop to 0.68.1Stan Hu
Correct and exempt some cop failures. This is needed to support Ruby 2.6.
2019-05-01Version 1.37.0v1.37.0John Cai
2019-04-30Merge branch 'jv-changelog-1.35.1' into 'master'John Cai
Update changelog for 1.35.0 and 1.35.1 See merge request gitlab-org/gitaly!1226
2019-04-30Update changelog for 1.35.0 and 1.35.1Jacob Vosmaer
2019-04-30Merge branch 'has-gitalternates' into 'master'Paul Okstad
Add DisconnectGitAlternates RPC See merge request gitlab-org/gitaly!1141
2019-04-30Add DisconnectGitAlternates RPCJacob Vosmaer
2019-04-29Version 1.36.0v1.36.0Jacob Vosmaer
2019-04-29Revert "Version 1.35.1"Jacob Vosmaer
This reverts commit fdf1ce8bf5f1d5917bd9ec3237ef06c6a8a3499c. We erroneously tagged v1.35.1 on the master branch during a security release. This messed up the changelog. By reverting, we are restoring the changelog to a correct state.
2019-04-29Merge remote-tracking branch 'dev/master'Jacob Vosmaer
2019-04-26Merge branch 'jc-close-logruswriter' into 'master'Paul Okstad
Close logrus writer when command finishes Closes #1644 See merge request gitlab-org/gitaly!1225
2019-04-26Close logrus writer when command finishesJohn Cai
2019-04-26Merge branch 'add-new-rebase' into 'master'Paul Okstad
Add new two-phase Rebase RPC See merge request gitlab-org/gitaly!1208
2019-04-26Add new two-step Rebase RPCLuke Duncalfe
Adds a new Rebase RPC which is two-step. It yields the rebase commit SHA to the client after the first request, and expects the client to make a second request with Apply: true for the session to be complete. https://gitlab.com/gitlab-org/gitlab-ee/issues/5966 See particuarly the comment in that issue here: https://gitlab.com/gitlab-org/gitlab-ee/issues/5966#note_150894306
2019-04-26Merge branch 'do-not-write-commit-graph-using-commit-graph' into 'master'Paul Okstad
git gc invocation: don't write commit-graph with core.commitGraph=true See merge request gitlab-org/gitaly!1224
2019-04-26git gc invocation: don't write commit-graph with core.commitGraph=trueÆvar Arnfjörð Bjarmason
This amends code just added in 52ec70ee ("GarbageCollect RPC writes commit graph and enables via config", 2019-04-24). This isn't needed, and will result in "gc" dying in obscure circumstances on git versions before v2.22.0 (not released yet) if the existing graph were to be corrupted. See git-vcs/git@43d3561805 ("commit-graph write: don't die if the existing graph is corrupt", 2019-03-25). This isn't needed, and "git gc" as of v2.22.0 pretty does the equivalent of core.commitGraph=false now when writing out the graph, because we don't want a screwy existing graph to ruin our day when we write the new one. Also, having written all this explanation I find that this change isn't technically needed because 52ec70ee misspelled the config key as "commitGrap" instead of "commitGrap*h*", but let's remove this line anyway.
2019-04-25Merge branch 'jc-ensure-pool-exists-before-linking' into 'master'John Cai
Ensure pool exists in LinkRepositoryToObjectPool rpc See merge request gitlab-org/gitaly!1222
2019-04-25Merge branch 'sh-use-3way-merge-for-squash' into 'master'John Cai
Use 3-way merge for squashing commits See merge request gitlab-org/gitaly!1214
2019-04-25Use 3-way merge for squashing commitsStan Hu
A high number of squashes fail because some lines in the target branch changed in another commit. However, this failure doesn't happen if you attempt to squash a branch and merge it in this way: 1. git checkout my-branch 2. git rebase -i HEAD~N (where N is some number of commits) 3. git checkout master 4. git merge my-branch The fourth step does a 3-way merge. To emulate this behavior, we add `--3way` to the parameters when we attempt to apply the patch onto the target branch. Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/10661
2019-04-25Merge branch 'jc-add-stderr-to-err' into 'master'John Cai
Log stderr returned by the command Closes #1491 See merge request gitlab-org/gitaly!1167
2019-04-25Merge branch 'sec-process' into 'master'John Cai
Sec process See merge request gitlab-org/gitaly!1221
2019-04-25Use constant for escapedNewLineJohn Cai