Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-04refactor spec, add docsJames Lopez
2018-01-04add lock specsJames Lopez
2018-01-04add locks chekJames Lopez
2018-01-04fix specJames Lopez
2018-01-04add new git fsck rake task and specJames Lopez
2017-12-07Remove Rugged::Repository#empty?Zeger-Jan van de Weg
2017-11-24static analysis fixdigitalMoksha
2017-11-24ignore hashed repositories when doing rake gitlab:cleanup:dirsdigitalMoksha
2017-11-22Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)
2017-11-21ignore hashed repos (for now) when using `rake gitlab:cleanup:repos`Brett Walker
2017-11-21Use `make install` for Gitaly setups in non-test environmentsAlejandro Rodríguez
2017-11-21Fix slow gitaly dev test bundleJacob Vosmaer (GitLab)
2017-11-02Remove tokens:reset_all_auth rake taskDouwe Maan
2017-11-02Remove gitlab:users:clear_all_authentication_tokens rake taskDouwe Maan
2017-10-18Stub ENV in the LDAP task spec fileRémy Coutable
2017-10-18Stub ENV in the Gitaly task spec fileRémy Coutable
2017-10-18Stub ENV in the backup task spec fileRémy Coutable
2017-10-05Gitaly namespace service enabled for GitLabZeger-Jan van de Weg
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto
2017-09-25Fixed few gitlab:check tasks that were failing with exceptionGabriel Mazetto
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-14Merge branch 'gitaly-test-bundle-path' into 'master'Rémy Coutable
2017-08-11Use existing BUNDLE_PATH for gitaly in local testsJacob Vosmaer
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-09Merge branch '36003-do-not-include-to-kernel' into 'master'Robert Speicher
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-08Properly set the expectation on the main objectLin Jen-Shin
2017-08-08We shouldn't include utility methods everywhereLin Jen-Shin
2017-08-08Unset BUNDLE_GEMFILE when installing GitalyJacob Vosmaer
2017-08-08Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into 'mas...Rémy Coutable
2017-08-04Print the setup steps and duration and fix an issue resulting in re-setuping ...Rémy Coutable
2017-08-04Unset the RUBYOPT env variable before installing gitaly-rubyRémy Coutable
2017-08-04Revert "Merge branch 'fix-gitaly-install' into 'master'"Rémy Coutable
2017-08-04fix testsKim "BKC" Carlbäcker
2017-08-02Don't call load_tasks as this would load the tasks twiceRémy Coutable
2017-08-01Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern
2017-08-01CI fixes for gitaly-rubyJacob Vosmaer
2017-08-01Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto
2017-07-21Improve version handling on component install tasksAlejandro Rodríguez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Enable gitaly token auth when testingJacob Vosmaer
2017-06-15Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez
2017-05-24rake task to reset all rss tokensAlexis Reigel
2017-05-18Enable the RSpec/ExpectOutput copRémy Coutable
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
2017-05-12Relax rake backup regex to handle CE and EE RCsStan Hu
2017-05-12Fix failing backup filename spec for RCsStan Hu
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-04Compile gitlab-shell go executablesJacob Vosmaer
2017-05-03Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan