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
2017-11-23Vendoring Gitlab::Git requires RequestStore and constantszj-fix-vendor-testingZeger-Jan van de Weg
2017-11-22Merge branch 'potential-endpoint-template' into 'master'Andrew Newdigate
Add template for potential endpoint issues See merge request gitlab-org/gitaly!459
2017-11-22Add template for potential endpoint issuesJacob Vosmaer (GitLab)
2017-11-22Merge branch 'zj-update-license' into 'master'Kim Carlbäcker
Update license and contributing.md See merge request gitlab-org/gitaly!452
2017-11-21Version 0.55.0v0.55.0Jacob Vosmaer
2017-11-21Merge branch 'an/profiling' into 'master'Jacob Vosmaer (GitLab)
Include pprof debug access in the Prometheus listener Closes #707 See merge request gitlab-org/gitaly!442
2017-11-21Include pprof debug access in the Prometheus listenerAndrew Newdigate
2017-11-21Merge branch 'gitaly-ruby-wd' into 'master'Ahmad Sherif
Run gitaly-ruby in the same directory as gitaly See merge request gitlab-org/gitaly!458
2017-11-21Run gitaly-ruby in the same directory as gitalyJacob Vosmaer (GitLab)
2017-11-21Update license and contributing.mdZeger-Jan van de Weg
Project is still MIT licensed, according to: gitlab-com/organization#146
2017-11-17Version 0.54.0v0.54.0Alejandro Rodríguez
2017-11-16Merge branch '718-server-implementation-delete_all_refs_except' into 'master'Ahmad Sherif
Server Implementation RefsService.DeleteRefs Closes #718 See merge request gitlab-org/gitaly!453
2017-11-16Implement RefService.DeleteRefsAlejandro Rodríguez
2017-11-16Add test helpers to clone the test repo on corrupting testsAlejandro Rodríguez
2017-11-16Merge branch 'ci-gemfile-fix' into 'master'Zeger-Jan van de Weg
Fix gitlab-ci to always use the current Gemfile See merge request gitlab-org/gitaly!456
2017-11-16Fix gitlab-ci to always use the current GemfileAlejandro Rodríguez
Since this bypasses the cache configuration relying on /bundle-cache we set up CI caching for the gems under ruby/vendor/bundle. We also split the `build_test` stage into two stages, `build` and `test`.
2017-11-15Merge branch '715-track-sidecar-conns' into 'master'Alejandro Rodríguez
Track gitaly-sidecar connections in prometheus See merge request gitlab-org/gitaly!454
2017-11-15Merge branch 'makefile-fix' into 'master'Ahmad Sherif
Fix `force-ruby-bundle` make target failing for fresh installs See merge request gitlab-org/gitaly!455
2017-11-15Fix `force-ruby-bundle` make target failing for fresh installsAlejandro Rodríguez
2017-11-15Merge branch 'bundle-fix' into 'master'Alejandro Rodríguez
Makefile changes to avoid Gem problems on GDK See merge request gitlab-org/gitaly!448
2017-11-15Add CHANGELOG entry for Makefile changesAlejandro Rodríguez
2017-11-15Force `bundle install` on `make assemble`Alejandro Rodríguez
2017-11-15Use --deployment flag for bundler and allow overwriting itAlejandro Rodríguez
This way we don't pollute bundler settings, and we allow evironments that want to use global gems to be able to do so by runnning `make` with `BUNDLER_FLAGS=--no-deployment`
2017-11-14Track gitaly-sidecar connections in prometheusKim "BKC" Carlbäcker
2017-11-14Merge branch 'bundler-path-discovery' into 'master'Zeger-Jan van de Weg
Use a symlink to pass the linguist path Closes #724 See merge request gitlab-org/gitaly!451
2017-11-13Merge branch 'fetch-source-branch' into 'master'Jacob Vosmaer (GitLab)
Implement RepositoryService::FetchSourceBranch Closes #706 See merge request gitlab-org/gitaly!434
2017-11-13Implement RepositoryService::FetchSourceBranchJacob Vosmaer (GitLab)
2017-11-13Use a symlink to pass the linguist pathJacob Vosmaer
2017-11-11Merge branch 'gitlab-git-f7537ce03a29b' into 'master'Zeger-Jan van de Weg
Vendor gitlab_git at f7537ce03a29b See merge request gitlab-org/gitaly!449
2017-11-10Version 0.53.0v0.53.0Alejandro Rodríguez
2017-11-10Fixes for new gitlab gitJacob Vosmaer
2017-11-10changelogJacob Vosmaer
2017-11-10Vendor gitlab_git at f7537ce03a29bJacob Vosmaer
2017-11-09Merge branch '703-server-implementation-wikiservice-wikigetallpages' into ↵Zeger-Jan van de Weg
'master' Server implementation WikiService::WikiGetAllPages Closes #703 See merge request gitlab-org/gitaly!440
2017-11-08Implement WikiService.WikiGetAllPages RPCAlejandro Rodríguez
2017-11-08DRYify the wiki find_page testsAlejandro Rodríguez
2017-11-08Merge branch 'update-gitlab-git' into 'master'Zeger-Jan van de Weg
Update vendored gitlab_git to 6f045671e665e42c7 See merge request gitlab-org/gitaly!446
2017-11-08Merge branch 'gitaly-proto-0.53.0' into 'master'Alejandro Rodríguez
Use gitaly-proto 0.53.0 See merge request gitlab-org/gitaly!447
2017-11-08Use gitaly-proto 0.53.0Jacob Vosmaer (GitLab)
2017-11-08Update vendored gitlab_git to 6f045671e665e42c7Jacob Vosmaer
2017-11-07Merge branch 'zj-rename-job' into 'master'Andrew Newdigate
Rename code climate to code quality See merge request gitlab-org/gitaly!445
2017-11-07Merge branch 'zj-wiki-get-pages-versions' into 'master'Zeger-Jan van de Weg
Initial implementation of Wiki::GetPageVersions See merge request gitlab-org/gitaly!430
2017-11-07Rename code climate to code qualityZeger-Jan van de Weg
GitLab is moving to a more generic naming, so we're changing it too for Gitaly.
2017-11-07Merge branch '709-flaky-auth-test' into 'master'Zeger-Jan van de Weg
Fix flaky auth-test Closes #709 See merge request gitlab-org/gitaly!444
2017-11-06Fix flaky auth-testKim "BKC" Carlbäcker
2017-11-06Merge branch 'proto-update-52' into 'master'Zeger-Jan van de Weg
Update gitaly-proto to v0.52.0 See merge request gitlab-org/gitaly!441
2017-11-06Implement Wiki::GetPageVersionsZeger-Jan van de Weg
- Dont share a repository between tests on Wikis Previously we'd reuse the same repository. If two tests used the same page or where counting the number of pages it would've broken other test. The parent commit on this one, had that problem. This is not fixed for the entire wiki package.
2017-11-06Update gitaly-proto to v0.52.0Alejandro Rodríguez
2017-11-03Merge branch 'zj-dup-defer-server-stop' into 'master'Alejandro Rodríguez
Remove duplicate defer function call See merge request gitlab-org/gitaly!437
2017-11-03Merge branch 'zj-expire-artifacts' into 'master'Andrew Newdigate
Expire CI artifacts when they're not needed See merge request gitlab-org/gitaly!439