GitLab Bot
71da5de44f
Add latest changes from gitlab-org/gitlab@master
2020-08-05 15:09:59 +00:00
GitLab Bot
87f286558d
Add latest changes from gitlab-org/gitlab@master
2020-05-14 15:08:14 +00:00
GitLab Bot
bc692af988
Add latest changes from gitlab-org/gitlab@master
2020-05-09 00:09:39 +00:00
GitLab Bot
5d75b2b9a9
Add latest changes from gitlab-org/gitlab@master
2020-03-25 18:08:10 +00:00
GitLab Bot
0f8c2334f0
Add latest changes from gitlab-org/gitlab@master
2020-01-23 06:08:32 +00:00
Alejandro Rodríguez
eb1a3798ad
Remove storage path dependency of gitaly install task
2018-08-12 18:52:44 -03:00
Ken
c5e385bd5a
36847 - update toml-rb to 1.0.0
...
36847 - add changelog
2018-02-21 22:09:15 +10:30
Robert Speicher
1f309b69df
Merge branch '41972-make-sure-no-warnings' into 'master'
...
Fail static-analysis if there's output to stderr
Closes #41972
See merge request gitlab-org/gitlab-ce!16648
2018-01-29 21:09:09 +00:00
Lin Jen-Shin
ac3d56e0ff
Pass BUNDLE_PATH to install to the same path for test
2018-01-26 21:24:57 +08:00
Lin Jen-Shin
8e87ecbf30
Eliminate the warnings from task helpers
2018-01-26 19:42:48 +08:00
🙈 jacopo beschi 🙉
729f05f0e3
Adds Rubocop rule for line break around conditionals
2018-01-11 16:34:01 +00:00
Jacob Vosmaer (GitLab)
c5e2c0665f
Allow local tests to use a modified Gitaly
2018-01-05 11:31:12 +00:00
Jacob Vosmaer (GitLab)
571f1dda17
Add FetchSourceBranch Gitaly call
2017-11-22 10:19:42 +00:00
Alejandro Rodríguez
c33ca9d807
Use `make install` for Gitaly setups in non-test environments
2017-11-21 17:45:36 +00:00
Jacob Vosmaer (GitLab)
6f1e9f7ef7
Fix slow gitaly dev test bundle
2017-11-21 12:28:02 +00:00
Zeger-Jan van de Weg
4656283c5c
Gitaly namespace service enabled for GitLab
2017-10-05 14:11:32 +02:00
Robert Speicher
4edfad9678
Enable Layout/TrailingWhitespace cop and auto-correct offenses
2017-08-15 13:44:37 -04:00
Jacob Vosmaer
fab0c1eb80
Use existing BUNDLE_PATH for gitaly in local tests
2017-08-11 15:49:50 +02:00
Jacob Vosmaer
5684528081
Unset BUNDLE_GEMFILE when installing Gitaly
2017-08-08 15:34:29 +02:00
Rémy Coutable
feb8974cc8
Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into 'master'
...
Unset the `RUBYOPT` env variable before installing `gitaly-ruby`
Closes #35941 and #35967
See merge request !13313
2017-08-08 09:39:49 +00:00
Rémy Coutable
21937a157d
Print the setup steps and duration and fix an issue resulting in re-setuping GitLab Shell on each test run
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-04 17:27:50 +02:00
Rémy Coutable
201ce2cb55
Unset the RUBYOPT env variable before installing gitaly-ruby
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-04 16:10:52 +02:00
Rémy Coutable
805a28e6a1
Revert "Merge branch 'fix-gitaly-install' into 'master'"
...
This reverts commit 23c502b434 , reversing
changes made to 1018ab0516 .
2017-08-04 15:59:30 +02:00
Kim "BKC" Carlbäcker
a92ccbcb9e
Have raketask tell gitaly where to find shell
2017-08-04 13:54:41 +02:00
Rémy Coutable
6a29d3a487
Ensure we run installation Rake tasks in a clean env in TestEnv
...
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>
2017-08-02 19:02:01 +02:00
Jacob Vosmaer
e99564568b
CI fixes for gitaly-ruby
2017-08-01 10:48:46 +02:00
Jacob Vosmaer
1631ad02fd
Support the fact that Gitaly uses bundler
2017-07-27 16:35:40 +02:00
Jacob Vosmaer
218da88e1a
Enable gitaly token auth when testing
2017-06-20 17:42:54 +02:00
Alejandro Rodríguez
58821ebbb4
Stop using deprecated `path` field on Gitaly messages
...
This revealed an error in our configuration generation in
gitlab:gitaly:install rake task. The fix is included
2017-06-14 19:33:43 -04:00
Mike Ricketts
923d242890
#31560 Add repo parameter to gitaly:install and workhorse:install
2017-05-02 16:58:37 +00:00
Rémy Coutable
a9a1f7a61a
Merge branch 'gitaly-testing-toml' into 'master'
...
Gitaly testing toml
Closes gitaly#182
See merge request !10605
2017-04-25 08:21:06 +00:00
Alejandro Rodríguez
476037b05b
Configure Gitaly through settings file instead of ENV vars
2017-04-18 22:43:41 -03:00
Alejandro Rodríguez
e61325ff43
Expand components version specification format to allow branches
...
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-13 17:32:00 -03:00
Ahmad Sherif
62521f20e4
Add rake task that prints TOML storage configuration
...
Closes gitaly#173
2017-04-04 19:35:35 +02:00
Jacob Vosmaer
3883a5f906
Rake task that can install gitaly at a tag version
2017-03-21 14:55:41 +01:00