summaryrefslogtreecommitdiff
path: root/spec/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-1/+1
|
* static analysis fixdigitalMoksha2017-11-241-1/+0
|
* ignore hashed repositories when doing rake gitlab:cleanup:dirsdigitalMoksha2017-11-241-10/+37
|
* Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)2017-11-221-0/+1
|
* ignore hashed repos (for now) when using `rake gitlab:cleanup:repos`Brett Walker2017-11-211-0/+41
|
* Use `make install` for Gitaly setups in non-test environmentsAlejandro Rodríguez2017-11-211-7/+9
|
* Fix slow gitaly dev test bundleJacob Vosmaer (GitLab)2017-11-211-2/+2
|
* Remove tokens:reset_all_auth rake taskDouwe Maan2017-11-021-6/+0
|
* Remove gitlab:users:clear_all_authentication_tokens rake taskDouwe Maan2017-11-021-38/+0
|
* Stub ENV in the LDAP task spec fileRémy Coutable2017-10-181-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Stub ENV in the Gitaly task spec fileRémy Coutable2017-10-181-8/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Stub ENV in the backup task spec fileRémy Coutable2017-10-181-145/+70
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-7/+10
|
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-0/+52
|
* Fixed few gitlab:check tasks that were failing with exception38280-undefined-run_command-when-running-rake-gitlab-checkGabriel Mazetto2017-09-251-0/+20
|
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
|
* Merge branch 'gitaly-test-bundle-path' into 'master'Rémy Coutable2017-08-141-5/+16
|\ | | | | | | | | Use existing BUNDLE_PATH for gitaly in local tests See merge request !13493
| * Use existing BUNDLE_PATH for gitaly in local testsgitaly-test-bundle-pathJacob Vosmaer2017-08-111-5/+16
| |
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-102-3/+3
|/
* Merge branch '36003-do-not-include-to-kernel' into 'master'Robert Speicher2017-08-093-17/+18
|\ | | | | | | | | | | | | Don't include anything to Kernel only because of tasks Closes #36003 See merge request !13380
| * Properly set the expectation on the main object36003-do-not-include-to-kernelLin Jen-Shin2017-08-092-16/+16
| |
| * We shouldn't include utility methods everywhereLin Jen-Shin2017-08-081-1/+2
| |
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-3/+3
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Unset BUNDLE_GEMFILE when installing GitalyJacob Vosmaer2017-08-081-1/+1
|/
* Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into ↵Rémy Coutable2017-08-081-4/+6
|\ | | | | | | | | | | | | | | | | 'master' Unset the `RUBYOPT` env variable before installing `gitaly-ruby` Closes #35941 and #35967 See merge request !13313
| * Print the setup steps and duration and fix an issue resulting in re-setuping ↵35941-fix-testing-issue-following-gitaly-install-fixRémy Coutable2017-08-041-1/+1
| | | | | | | | | | | | GitLab Shell on each test run Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Unset the RUBYOPT env variable before installing gitaly-rubyRémy Coutable2017-08-041-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Revert "Merge branch 'fix-gitaly-install' into 'master'"Rémy Coutable2017-08-041-4/+6
| | | | | | | | | | This reverts commit 23c502b43404aa70741462da5d57c23196f6088a, reversing changes made to 1018ab0516fd94d1ffbc05a0ad8499947dd9630d.
* | fix testsgitaly-386-shell-configKim "BKC" Carlbäcker2017-08-041-0/+2
|/
* Don't call load_tasks as this would load the tasks twicefix-gitaly-installRémy Coutable2017-08-021-6/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-011-3/+3
|\ | | | | | | | | [CE] Added Legacy Storage format See merge request !13149
| * Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-3/+3
| |
* | CI fixes for gitaly-rubyJacob Vosmaer2017-08-011-4/+14
|/
* Improve version handling on component install tasks34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specifiedAlejandro Rodríguez2017-07-201-13/+2
| | | | | | | 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.
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-214-28/+28
|
* Enable gitaly token auth when testingJacob Vosmaer2017-06-201-0/+1
|
* Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-142-2/+13
| | | | | This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
* rake task to reset all rss tokensAlexis Reigel2017-05-241-0/+6
|
* Enable the RSpec/ExpectOutput coprubocop-expect-outputRémy Coutable2017-05-181-11/+11
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't reuse gRPC channelsJacob Vosmaer2017-05-151-1/+0
| | | | | | 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.
* Relax rake backup regex to handle CE and EE RCssh-relax-backup-rake-specStan Hu2017-05-121-1/+1
| | | | See http://rubular.com/r/uTDlT85zW1
* Fix failing backup filename spec for RCssh-fix-failing-rc1-backup-specStan Hu2017-05-111-1/+1
| | | | See http://rubular.com/r/9oI7K8b773 for more details.
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Compile gitlab-shell go executablesJacob Vosmaer2017-05-041-0/+4
|
* Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan2017-05-021-2/+2
|\ | | | | | | | | Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930
| * Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-2/+2
| |
* | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-2/+4
|/ | | | | | - Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly
* Fix failing specgl-version-backup-fileAchilleas Pipinellis2017-04-261-1/+1
| | | | http://rubular.com/r/op7TI9UX6K
* Expand components version specification format to allow branchesbranch-versionsAlejandro Rodríguez2017-04-133-52/+45
| | | | | | | | | | | | | | 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.
* Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-tomlAhmad Sherif2017-04-041-0/+32
| | | | Closes gitaly#173