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 (Collapse)Author
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
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Stub ENV in the Gitaly task spec fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Stub ENV in the backup task spec fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
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
Use existing BUNDLE_PATH for gitaly in local tests See merge request !13493
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
Don't include anything to Kernel only because of tasks Closes #36003 See merge request !13380
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 ↵Rémy Coutable
'master' Unset the `RUBYOPT` env variable before installing `gitaly-ruby` Closes #35941 and #35967 See merge request !13313
2017-08-04Print the setup steps and duration and fix an issue resulting in re-setuping ↵Rémy Coutable
GitLab Shell on each test run Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-04Unset the RUBYOPT env variable before installing gitaly-rubyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-04Revert "Merge branch 'fix-gitaly-install' into 'master'"Rémy Coutable
This reverts commit 23c502b43404aa70741462da5d57c23196f6088a, reversing changes made to 1018ab0516fd94d1ffbc05a0ad8499947dd9630d.
2017-08-04fix testsKim "BKC" Carlbäcker
2017-08-02Don't call load_tasks as this would load the tasks twiceRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-01Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern
[CE] Added Legacy Storage format See merge request !13149
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
Fixes an issue where, when using branch versions, the component wouldn't be updated after the first branch checkout. We also save one step, since checking out the FETCH_HEAD with `-f` already does what `reset --hard` did.
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
This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
2017-05-24rake task to reset all rss tokensAlexis Reigel
2017-05-18Enable the RSpec/ExpectOutput copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
2017-05-12Relax rake backup regex to handle CE and EE RCsStan Hu
See http://rubular.com/r/uTDlT85zW1
2017-05-12Fix failing backup filename spec for RCsStan Hu
See http://rubular.com/r/9oI7K8b773 for more details.
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-04Compile gitlab-shell go executablesJacob Vosmaer
2017-05-03Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan
Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-04-28Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker
- Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly
2017-04-26Fix failing specAchilleas Pipinellis
http://rubular.com/r/op7TI9UX6K
2017-04-13Expand components version specification format to allow branchesAlejandro Rodríguez
Currently we specify versions for Gitlab-Shell, Workhorse and Gitaly using version strings, to which we prepend 'v' and assume are tags. These changes allow branches or tags with other name formats to be specified by prepending '=' to the version string (á la govendor). We also simplify the process to reset to the given version (now a branch or tag): Right now there's a check to supposedly try to avoid fetching from the remote the version if it already exist locally. But the previous logic already clones if the directory doesn't exist or fetches if it does, so this check is pointless. We can safely assume the version exists once we get to the reset stage.
2017-04-04Add rake task that prints TOML storage configurationAhmad Sherif
Closes gitaly#173