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-09-19Merge branch 'security-1892-backport-1-53' into '1-53-stable'1-53-stableJohn Cai
Backport !39 into 1-53-stable See merge request gitlab/gitaly!40
2019-09-19Backport !39 into 1-53-stablePaul Okstad
2019-08-16Version 1.53.3v1.53.3Jacob Vosmaer
2019-08-16Merge branch 'bvl-backport-stale-worktree-cleanup-53' into '1-53-stable'Zeger-Jan van de Weg
[Backport] Properly clean up worktrees after commit operations See merge request gitlab-org/gitaly!1432
2019-08-15Properly clean up worktrees after commit operationsStan Hu
Removing the worktree directory leaves a worktree in a disconnected state, since the Git metadata is still present. This can be cleaned up via `git worktree prune`, but we shouldn't have to rely on that. Leaving a disconnected worktree can cause unintended problems. For example, `git rev-list <SHA> --not --all` may erroneously return an empty list if the worktree branch contains a reference to that commit.
2019-08-01Version 1.53.2v1.53.2Jacob Vosmaer
2019-08-01Merge branch 'security-1799-1-53-stable' into '1-53-stable'Jacob Vosmaer
Cherry pick commits into v1.53.2 See merge request gitlab/gitaly!37
2019-08-01Cherry pick commits into v1.53.2Paul Okstad
2019-07-26Version 1.53.1v1.53.1Jacob Vosmaer
2019-07-26Add security changelogsJacob Vosmaer
2019-07-26Merge branch 'security-1-53-1' into '1-53-stable'Jacob Vosmaer
Security cherry-picks for v1.53.1 See merge request gitlab/gitaly!32
2019-07-26Do not follow redirect when cloning repo from URLAdam Hegyi
2019-07-26Use require.Contains to verify err messageIgor Drozdov
2019-07-26Hardcode http.followRedirects as "false"Kerri Miller
Feedback from @jacobvosmaer was YAGNI, and I agree, especially in the context of this coming in for a security fix.
2019-07-26Test fetching remote url with a redirectIgor Drozdov
2019-07-26Add http.followRedirects directive to `git fetch` commandKerri Miller
WIP
2019-07-11Version 1.53.0v1.53.0Zeger-Jan van de Weg
2019-07-10Merge branch 'jv-prometheus-demo' into 'master'Paul Okstad
Add prometheus demo video link See merge request gitlab-org/gitaly!1363
2019-07-10Add prometheus demo video linkJacob Vosmaer
2019-07-10Merge branch 'jv-prom-best-practices' into 'master'John Cai
Refer to prometheus best practices in STYLE.md See merge request gitlab-org/gitaly!1364
2019-07-10Refer to prometheus best practices in STYLE.mdJacob Vosmaer
2019-07-10Merge branch 'zj-praefect-version' into 'master'John Cai
Export the Praefect version running Closes #1499 See merge request gitlab-org/gitaly!1358
2019-07-10Fix the changelog entries missingZeger-Jan van de Weg
2019-07-10Merge branch 'webide-commit-use-correct-parent' into 'master'Jacob Vosmaer
Support start_sha parameter in UserCommitFiles See merge request gitlab-org/gitaly!1308
2019-07-10Support start_sha parameter in UserCommitFilesMarkus Koller
This supports passing a `start_sha` parameter to the commits API in the Rails app, see https://gitlab.com/gitlab-org/gitlab-ce/issues/60609
2019-07-10Update CHANGELOG.md for 1.52.0Zeger-Jan van de Weg
[ci skip]
2019-07-09Merge branch 'jc-remove-remotes-for-object-pool' into 'master'Paul Okstad
Do not add linked repos as remotes on pool repository Closes #1529 See merge request gitlab-org/gitaly!1356
2019-07-09Export the Praefect version runningZeger-Jan van de Weg
Praefect didn't expose the version running, which makes debugging harder. This change follows conventions set by Gitaly. A few ways of exposing the version are implemented: 1. Through the `-version` flag 2. Logging the version at boot of the server 3. A prometheus metric, the metric is stale, but the labels are not Closes https://gitlab.com/gitlab-org/gitaly/issues/1499
2019-07-09Do not add linked repos as remotes on pool repositoryJohn Cai
2019-07-09Merge branch 'docs-sm-clarify-responsibility' into 'master'Paul Okstad
Update beginners_guide.md See merge request gitlab-org/gitaly!1348
2019-07-09Update beginners_guide.mdShinya Maeda
2019-07-08Merge branch 'po-make-clean-gitignore' into 'master'Zeger-Jan van de Weg
Make git work even harder for us: `make clean` references .gitignore files See merge request gitlab-org/gitaly!1354
2019-07-08Make git work even harder for usPaul Okstad
Generally, when we want to "clean" (i.e. remove artifacts from) the repo, we only want to remove artifacts that have been explicitly listed in the .gitignore files. This modification generalizes this pattern so that we can focus on maintaining .gitignore files across the repo, rather than have to remember to also updating this makefile.
2019-07-08Merge branch 'sh-upgrade-rouge' into 'master'John Cai
Upgrade Rouge to 3.5.1 See merge request gitlab-org/gitaly!1355
2019-07-08Merge branch 'jv-hashfile' into 'master'Zeger-Jan van de Weg
Add hashfile reader See merge request gitlab-org/gitaly!1347
2019-07-08Add hashfile readerJacob Vosmaer
2019-07-06Upgrade Rouge to 3.5.1Stan Hu
This reduces unnecessary duplication of gems and saves some disk space by matching the CE/EE version: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30431.
2019-07-06Merge branch 'zj-dockerfile-minor-update' into 'master'John Cai
Update Git version and remove GitLab-Shell clone See merge request gitlab-org/gitaly!1351
2019-07-06Merge branch 'jc-praefect-docker-compose' into 'master'Paul Okstad
Adding docker-compose for praefect testing cluster See merge request gitlab-org/gitaly!1350
2019-07-06Adding docker-compose for praefect testing clusterJohn Cai
2019-07-05Merge branch 'jv-host-gitaly-proto' into 'master'Zeger-Jan van de Weg
Start preparation for migrating .proto files See merge request gitlab-org/gitaly!1349
2019-07-05Start preparation for migrating .proto filesJacob Vosmaer
2019-07-04Merge branch 'jv-remove-namespace-check' into 'master'John Cai
Remove gitaly migration era namespace check See merge request gitlab-org/gitaly!1352
2019-07-04Remove gitaly migration era namespace checkJacob Vosmaer
2019-07-04Version 1.51.0v1.51.0Zeger-Jan van de Weg
2019-07-03Merge branch 'fstype-bsd-support' into 'master'John Cai
Fix file system type detection on *BSD and Darwin. See merge request gitlab-org/gitaly!1344
2019-07-03Fix file system type detection on *BSD and Darwin.Michael Hofmann
This commit adds support for DragonFly BSD, FreeBSD and OpenBSD to the internal/helper/fstype package and fixes the implementation on Darwin. On each of these platforms, fstype.FileSystem will call statfs(2) and use the f_fstypename member of struct statfs to determine the file system type. Unfortunately, the Go wrapper for this struct uses differently named fields on OpenBSD and the other supported systems. For this reason, a separate implementation for OpenBSD is included.
2019-07-03Merge branch 'support-ref-in-merge-to-ref' into 'master'John Cai
Add support first_parent_ref in UserMergeToRef See merge request gitlab-org/gitaly!1210
2019-07-03Update Git version and remove GitLab-Shell cloneZeger-Jan van de Weg
Our Dockerfile is hardly used, but it does still hold value. This commit bumps the version of the Git package, to a supported version. Also removes the cloned version of GitLab-Shell, as the required parts are absorbed already now.
2019-07-03Merge branch 'jv-clone-analyzer' into 'master'Zeger-Jan van de Weg
Add HTTP clone analyzer See merge request gitlab-org/gitaly!1338