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-03-15major simplification of transaction managerpo_tx_man_simplePaul Okstad
2019-03-14split up transaction file for maintainabilitypo_replication_managerPaul Okstad
2019-03-13move transaction to dedicated packagePaul Okstad
Transaction will be easy to isolate and work as a WIP if we keep it in a dedicated package. Also, this means using interfaces heavily to avoid relying on future features (coordinator, replication). Coordinator is now an interface to abstract the requirements of transactions.
2019-03-13remove old replmanPaul Okstad
2019-03-13PoC for transaction managerPaul Okstad
2019-03-08update design doc for replicationPaul Okstad
2019-03-07Version 1.26.0v1.26.0John Cai
2019-03-07Merge branch 'jc-smart-fetch' into 'master'John Cai
PreFetch RPC: to optimize a full fetch by doing a local clone from the fork source Closes gitlab-ee#9589 See merge request gitlab-org/gitaly!1073
2019-03-07PreFetch RPCJohn Cai
2019-03-07Merge branch 'zj-remove-at-issue-script' into 'master'John Cai
Remove script to generate AT issues See merge request gitlab-org/gitaly!1116
2019-03-07Remove script to generate AT issuesZeger-Jan van de Weg
Back in the day where Gitaly was a migration project, the acceptance testing required an issue to be created. To make sure it was generated correctly a script would generate it. This change removes this script as it's not needed anymore. [ci skip]
2019-03-07Version 1.25.0v1.25.0Zeger-Jan van de Weg
2019-03-07Merge branch 'jc-add-find-all-tags-feature-flag' into 'master'Zeger-Jan van de Weg
Add feature flag for FindAllTags See merge request gitlab-org/gitaly!1106
2019-03-07Merge branch 'zj-praefect-prometheus' into 'master'Zeger-Jan van de Weg
Enable Prometheus for praefect See merge request gitlab-org/gitaly!1108
2019-03-07Enable Prometheus for praefectZeger-Jan van de Weg
Eventhough the listeners were added before, it was chosen to keep that MR more focussed and the config for the listener was to be added later. This commit adds the configuration option, in line with how Gitaly does it.
2019-03-06Merge branch 'zj-start-without-config' into 'master'Paul Okstad
Fix undefined logger panicing See merge request gitlab-org/gitaly!1114
2019-03-06adding feature flag for FindAllTagsJohn Cai
2019-03-06Merge branch 'ci-drop-ruby-2.4' into 'master'Paul Okstad
Stop running tests on Ruby 2.4 See merge request gitlab-org/gitaly!1113
2019-03-06Stop running tests on Ruby 2.4Jacob Vosmaer
2019-03-06Merge branch 'switch-to-embedded-hooks' into 'master'Paul Okstad
Stop using gitlab-shell hooks -- but keep using gitlab-shell config See merge request gitlab-org/gitaly!1088
2019-03-06Stop using gitlab-shell hooks -- but keep using gitlab-shell configJacob Vosmaer
2019-03-06Merge branch 'remote-add-remove-go' into 'master'Jacob Vosmaer
Rewrite remove remote in Go See merge request gitlab-org/gitaly!1051
2019-03-06Version 1.24.0v1.24.0Paul Okstad
2019-03-05Rewrite remove remote in GoMateusz Nowotyński
Part of #1465 Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
2019-03-05Merge branch '45035-force-commit' into 'master'John Cai
Accept Force option for UserCommitFiles to overwrite branch on commit See merge request gitlab-org/gitaly!1077
2019-03-05Fix undefined logger panicingZeger-Jan van de Weg
An oversight made the situation possible where the logger had to log a message while the logger wasn't defined yet. This happened in a case where no config file was passed for example. By defining a the default logger this panic doesn't occur anymore. The configuration options for the logger aren't set yet, so the output is different than what users might expect, but it's better than a panic.
2019-03-05Merge branch 'zj-add-license-check-to-ci' into 'master'Paul Okstad
Add GitLabs license management to Gitaly's CI Closes #1521 See merge request gitlab-org/gitaly!1076
2019-03-05Merge branch 'zj-update-documentation' into 'master'Paul Okstad
Update documentation and add a index See merge request gitlab-org/gitaly!1111
2019-03-05Merge branch 'zj-fix-see-doc-danger' into 'master'John Cai
Fix missing SEE_DOC constant in Danger See merge request gitlab-org/gitaly!1109
2019-03-05Merge branch 'doc-video-training-2' into 'master'John Cai
Link to part 2 training video See merge request gitlab-org/gitaly!1112
2019-03-05Link to part 2 training videoJacob Vosmaer
2019-03-04Run a noop install commandLukas 'Eipi' Eipert
As we vendor the go dependencies, we are going to skip installs
2019-03-04Add GitLabs license management to Gitaly's CIZeger-Jan van de Weg
Last week I had to manually check a license, and I'd rather not do that anymore for anything else that uses that license. This seemed like a fair solution, and allows us to dogfood our own product.
2019-03-04Update changelog title to include RPC namePatrick Bajao
2019-03-01Merge branch 'master' into 'po_praefect_test_coverage'Paul Okstad
# Conflicts: # internal/praefect/server_test.go
2019-03-01Merge branch 'po_praefect_test_coverage' into 'master'Zeger-Jan van de Weg
Increase Praefect unit test coverage See merge request gitlab-org/gitaly!1103
2019-03-01Version 1.23.0v1.23.0John Cai
2019-03-01Merge branch 'jc-remove-search-files-non-chunked' into 'master'Zeger-Jan van de Weg
Remove non-chunked code path for SearchFilesByContent Closes #1464 See merge request gitlab-org/gitaly!1100
2019-03-01Update documentation and add a indexZeger-Jan van de Weg
If one wanted to read all the documentation in the Gitaly repository the best way to do so was opening the doc directory. Structure was missing. This commit updates the documentation and adds an index page.
2019-03-01Fix missing SEE_DOC constant in DangerZeger-Jan van de Weg
Spotted on a MR where I was missing a MR ID, I removed a constant which was required and used. By reintroducing the constant Danger should work correctly again. The docs had to link somewhere, so this change adds documentation too.
2019-03-01Disable ParameterLists cop for #multi_actionPatrick Bajao
See https://gitlab.com/gitlab-org/gitlab-ce/issues/58002 for more info.
2019-03-01Update gitaly-proto to 1.13.0 as wellPatrick Bajao
2019-03-01Fix after rebasePatrick Bajao
2019-03-01Update test to cover more casesPatrick Bajao
2019-03-01Add an assertion to testPatrick Bajao
This checks whether the new commit created is now the latest commit of the target branch.
2019-03-01Refactor test to be clearerPatrick Bajao
This include some refactoring for headerRequest() to make startBranchName, startRepository, and Force optional.
2019-03-01Add changelog for new featurePatrick Bajao
2019-03-01Update gitalypb vendor and gemPatrick Bajao
2019-03-01Accept force option to overwrite branch on commitPatrick Bajao
2019-03-01Update gitaly-proto vendor and gemPatrick Bajao