- Feb 13, 2018
-
-
Robert Speicher authored
This script toggles a Git pre-push hook that will prevent pushing to remotes other than dev when the harness is enabled.
-
- Feb 01, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 30, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 26, 2018
-
-
Lin Jen-Shin authored
However keep backward compatibility
-
Lin Jen-Shin authored
Otherwise it could be confusing
-
Lin Jen-Shin authored
TODO: fix offenders
-
- Jan 25, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 23, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 04, 2018
-
-
Filipa Lacerda authored
This reverts merge request !16061
-
- Jan 02, 2018
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Stan Hu authored
The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up MySQL properly with limits. Closes #41517
-
- Dec 26, 2017
-
-
Lin Jen-Shin authored
-
- Dec 23, 2017
-
-
Dmitriy Zaporozhets authored
-
blackst0ne authored
-
- Dec 20, 2017
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
- Dec 19, 2017
-
-
Lin Jen-Shin authored
Without this patch, I would end up with: ``` An error occurred in a `before(:suite)` hook. Failure/Error: raise "could not connect to gitaly at #{socket.inspect} after #{sleep_time} seconds" RuntimeError: could not connect to gitaly at "tmp/tests/gitaly/gitaly.socket" after 10 seconds ``` Digging into it, it's because `scripts/gitaly-test-spawn` could not spawn the process, because it cannot find the installed gems. I personally installed all my gems under $HOME, namely with: * `gem install rake --user-install` or: * `bundle install --path ~/.gem` The gems would be installed to `~/.gem/ruby/2.4.0/gems`, where the version is Ruby ABI version. Now we're changing $HOME, making RubyGems think that the gems would be installed to `tmp/tests/ruby/2.4.0/gems` which is apparently not the case. In order to workaround this, we could preserve $GEM_PATH populated by RubyGems, ignoring the default path based on $HOME.
-
- Dec 15, 2017
-
-
Balasankar C authored
-
Balasankar C authored
-
Balasankar C authored
-
Balasankar C authored
-
Balasankar C authored
-
Balasankar C authored
-
- Dec 11, 2017
-
-
Grzegorz Bizon authored
-
- Dec 01, 2017
-
-
Balasankar C authored
-
- Nov 30, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Nov 24, 2017
-
-
Grzegorz Bizon authored
-
- Nov 23, 2017
-
-
Lin Jen-Shin authored
-
- Nov 17, 2017
-
-
Achilleas Pipinellis authored
-
- Nov 16, 2017
-
-
Achilleas Pipinellis authored
We need to make room for Runner and Omnibus docs. This change makes sure the correct values are defined based on CI_PROJECT_NAME.
-
- Nov 10, 2017
-
-
Stan Hu authored
We have run into permission issues with MySQL triggers in #36633 that would have been caught earlier either if our migration tests or GitLab QA tests had been testing against non-superuser users. This change creates a non-superuser that has access to the GitLab test database and uses that. Closes #39932
-
- Nov 03, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 17, 2017
-
-
bogdanvlviv authored
-
- Sep 29, 2017
-
-
Sean McGivern authored
Changelogs without a .yml extension won't be picked up, and will be ignored completely, so fail the pipeline when one of those is found.
-