Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 2 | -2/+2 |
| | |||||
* | Merge branch '41972-make-sure-no-warnings' into 'master' | Robert Speicher | 2018-01-29 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | Fail static-analysis if there's output to stderr Closes #41972 See merge request gitlab-org/gitlab-ce!16648 | ||||
| * | Eliminate the warnings from task helpers | Lin Jen-Shin | 2018-01-26 | 1 | -1/+0 |
| | | |||||
* | | Pass BUNDLE_PATH to install to the same path for test42290-pass-BUNDLE_PATH | Lin Jen-Shin | 2018-01-26 | 1 | -1/+5 |
|/ | |||||
* | Refactoring spec for the gitlab:uploads:check rake task | Douglas Barbosa Alexandre | 2018-01-08 | 1 | -6/+5 |
| | |||||
* | Make Rubocop happy | Douglas Barbosa Alexandre | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Add spec for gitlab:uploads rake tasks | Douglas Barbosa Alexandre | 2018-01-08 | 1 | -0/+28 |
| | |||||
* | refactor spec, add docs | James Lopez | 2018-01-04 | 1 | -8/+8 |
| | |||||
* | add lock specs | James Lopez | 2018-01-04 | 1 | -0/+13 |
| | |||||
* | add locks chek | James Lopez | 2018-01-04 | 1 | -1/+3 |
| | |||||
* | fix spec | James Lopez | 2018-01-04 | 1 | -9/+5 |
| | |||||
* | add new git fsck rake task and spec | James Lopez | 2018-01-04 | 1 | -0/+27 |
| | |||||
* | Remove Rugged::Repository#empty? | Zeger-Jan van de Weg | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | static analysis fix | digitalMoksha | 2017-11-24 | 1 | -1/+0 |
| | |||||
* | ignore hashed repositories when doing rake gitlab:cleanup:dirs | digitalMoksha | 2017-11-24 | 1 | -10/+37 |
| | |||||
* | Add FetchSourceBranch Gitaly call | Jacob Vosmaer (GitLab) | 2017-11-22 | 1 | -0/+1 |
| | |||||
* | ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` | Brett Walker | 2017-11-21 | 1 | -0/+41 |
| | |||||
* | Use `make install` for Gitaly setups in non-test environments | Alejandro Rodríguez | 2017-11-21 | 1 | -7/+9 |
| | |||||
* | Fix slow gitaly dev test bundle | Jacob Vosmaer (GitLab) | 2017-11-21 | 1 | -2/+2 |
| | |||||
* | Remove tokens:reset_all_auth rake task | Douwe Maan | 2017-11-02 | 1 | -6/+0 |
| | |||||
* | Remove gitlab:users:clear_all_authentication_tokens rake task | Douwe Maan | 2017-11-02 | 1 | -38/+0 |
| | |||||
* | Stub ENV in the LDAP task spec file | Rémy Coutable | 2017-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Stub ENV in the Gitaly task spec file | Rémy Coutable | 2017-10-18 | 1 | -8/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Stub ENV in the backup task spec file | Rémy Coutable | 2017-10-18 | 1 | -145/+70 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Gitaly namespace service enabled for GitLab | Zeger-Jan van de Weg | 2017-10-05 | 1 | -7/+10 |
| | |||||
* | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-path | Gabriel Mazetto | 2017-09-28 | 1 | -0/+52 |
| | |||||
* | Fixed few gitlab:check tasks that were failing with exception38280-undefined-run_command-when-running-rake-gitlab-check | Gabriel Mazetto | 2017-09-25 | 1 | -0/+20 |
| | |||||
* | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gitaly-test-bundle-path' into 'master' | Rémy Coutable | 2017-08-14 | 1 | -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-path | Jacob Vosmaer | 2017-08-11 | 1 | -5/+16 |
| | | |||||
* | | Enable the RSpec/HookArgument cop and auto-correct offenses | Robert Speicher | 2017-08-10 | 2 | -3/+3 |
|/ | |||||
* | Merge branch '36003-do-not-include-to-kernel' into 'master' | Robert Speicher | 2017-08-09 | 3 | -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-kernel | Lin Jen-Shin | 2017-08-09 | 2 | -16/+16 |
| | | |||||
| * | We shouldn't include utility methods everywhere | Lin Jen-Shin | 2017-08-08 | 1 | -1/+2 |
| | | |||||
* | | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Unset BUNDLE_GEMFILE when installing Gitaly | Jacob Vosmaer | 2017-08-08 | 1 | -1/+1 |
|/ | |||||
* | Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into ↵ | Rémy Coutable | 2017-08-08 | 1 | -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-fix | Rémy Coutable | 2017-08-04 | 1 | -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-ruby | Rémy Coutable | 2017-08-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Revert "Merge branch 'fix-gitaly-install' into 'master'" | Rémy Coutable | 2017-08-04 | 1 | -4/+6 |
| | | | | | | | | | | This reverts commit 23c502b43404aa70741462da5d57c23196f6088a, reversing changes made to 1018ab0516fd94d1ffbc05a0ad8499947dd9630d. | ||||
* | | fix testsgitaly-386-shell-config | Kim "BKC" Carlbäcker | 2017-08-04 | 1 | -0/+2 |
|/ | |||||
* | Don't call load_tasks as this would load the tasks twicefix-gitaly-install | Rémy Coutable | 2017-08-02 | 1 | -6/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '28283-legacy-storage-format' into 'master' | Sean McGivern | 2017-08-01 | 1 | -3/+3 |
|\ | | | | | | | | | [CE] Added Legacy Storage format See merge request !13149 | ||||
| * | Rename path_with_namespace -> disk_path when dealing with the filesystem | Gabriel Mazetto | 2017-08-01 | 1 | -3/+3 |
| | | |||||
* | | CI fixes for gitaly-ruby | Jacob Vosmaer | 2017-08-01 | 1 | -4/+14 |
|/ | |||||
* | Improve version handling on component install tasks34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specified | Alejandro Rodríguez | 2017-07-20 | 1 | -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 Bizon | 2017-06-21 | 4 | -28/+28 |
| | |||||
* | Enable gitaly token auth when testing | Jacob Vosmaer | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | Stop using deprecated `path` field on Gitaly messages | Alejandro Rodríguez | 2017-06-14 | 2 | -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 tokens | Alexis Reigel | 2017-05-24 | 1 | -0/+6 |
| |