- 02 Aug, 2017 1 commit
-
-
Rémy Coutable authored
If we call `system('rake', 'taks_name')`, `ENV['RUBYOPT']` is set to `'-rbundler/setup'` but some tasks (e.g. `gitlab:gitaly:install` need a clean env since they install their own Gem bundle. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 01 Aug, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Gabriel Mazetto authored
-
- 27 Jul, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Phil Hughes authored
Closes #35615
-
- 20 Jul, 2017 1 commit
-
-
Alejandro Rodríguez authored
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.
-
- 06 Jul, 2017 2 commits
-
-
Timothy Andrew authored
- Change double quotes to single quotes. - Why is `OmniAuth.config.full_host` being reassigned in the integration test? - Use `map` over `map!` to avoid `dup` in the `gitlab:info` rake task - Other minor changes
-
Timothy Andrew authored
- The test for `rake gitlab:env:info` executed the rake task, which mutated the list of omniauth providers, breaking subsequent tests relying on this list. - I've changed the rake task to duplicate the providers list before modifying it.
-
- 05 Jul, 2017 1 commit
-
-
Sean McGivern authored
This reverts merge request !11963
-
- 03 Jul, 2017 2 commits
-
-
Timothy Andrew authored
- Change double quotes to single quotes. - Why is `OmniAuth.config.full_host` being reassigned in the integration test? - Use `map` over `map!` to avoid `dup` in the `gitlab:info` rake task - Other minor changes
-
Timothy Andrew authored
- The test for `rake gitlab:env:info` executed the rake task, which mutated the list of omniauth providers, breaking subsequent tests relying on this list. - I've changed the rake task to duplicate the providers list before modifying it.
-
- 20 Jun, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 14 Jun, 2017 1 commit
-
-
Alejandro Rodríguez authored
This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
-
- 09 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 05 Jun, 2017 1 commit
-
-
Nick Thomas authored
-
- 31 May, 2017 6 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 10 May, 2017 2 commits
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ahmad Sherif authored
-
- 04 May, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 03 May, 2017 1 commit
-
-
Nick Thomas authored
-
- 02 May, 2017 1 commit
-
-
Mike Ricketts authored
-
- 26 Apr, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 19 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 13 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
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.
-
- 12 Apr, 2017 2 commits
-
-
Rémy Coutable authored
Make the `gitlab:gitlab_shell:check` task check that the repositories storage path are owned by the `root` group Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Adam Niedzielski authored
-
- 04 Apr, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#173
-
- 28 Mar, 2017 1 commit
-
-
Sebastian Reitenbach authored
of unlimited width if they cannot detect terminal size, therefore force unlimited terminal size when checking processes via ps.
-
- 21 Mar, 2017 3 commits
-
-
Mike Greiling authored
-
Jacob Vosmaer authored
This helps you understand why the command failed.
-
Jacob Vosmaer authored
-
- 16 Mar, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 08 Mar, 2017 1 commit
-
-
Douwe Maan authored
-
- 03 Mar, 2017 1 commit
-
-
Alejandro Rodríguez authored
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
-
- 28 Feb, 2017 1 commit
-