- Aug 30, 2019
-
-
Ash McKenzie authored
rails_helper.rb's only logic was to require spec_helper.rb.
-
- Aug 13, 2019
-
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 01, 2019
-
-
Aleksei Lipniagov authored
-
- Jul 30, 2019
-
-
Thong Kuah authored
-
- Jul 12, 2019
-
-
Heinrich Lee Yu authored
Updates changed method names and fixes spec failures
-
- Jul 09, 2019
-
-
Qingyu Zhao authored
Two changes: 1. Move bin/web to bin/web_unicorn(removed PUMA switching logic) Introduce new shadow script bin/web. Now we have 3 scripts working together: bin/web, bin/web_puma, bin/web_unicorn In bin/web, it checks ENV['USE_WEB_SERVER']: - if value is 'puma' or value is not set, call bin/web_puma - if value is 'unicorn', call bin/web_unicorn - report error if other values given 2. Gitlab rails allow ENV setting to override timeout - ENV['GITLAB_RAILS_RACK_TIMEOUT'] for service_timeout - ENV['GITLAB_RAILS_WAIT_TIMEOUT'] for wait_timeout
-
- Feb 28, 2019
-
-
Nick Thomas authored
-
- Feb 14, 2019
-
-
Alessio Caiazza authored
-
pshutsin authored
-
- Feb 06, 2019
-
-
Yorick Peterse authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24962 the stable branches were incorrectly changed to `stable-X-Y`. This commit fixes this so we correctly use `X-Y-stable`.
-
Yorick Peterse authored
This removes the requirement and any mention of targeting security branches when working on security releases. The release process documentation changes for these CE changes can be found in merge request https://gitlab.com/gitlab-org/release/docs/merge_requests/97. The proposal to remove security branches was approved in https://gitlab.com/gitlab-org/release/framework/issues/165#note_138139016.
-
- Jan 28, 2019
-
-
Marin Jankovski authored
Improve existing issue templates for security releases
-
- Jan 14, 2019
-
-
Tiago Botelho authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 07, 2019
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Jan 03, 2019
-
-
Grzegorz Bizon authored
This adds additional options that make it easier to use this script: 1. It adds `--dry-run` option that only displays Git commands that are going to be executed. 2. It adds `--remote` option that makes it possible to override Git remote name.
-
- Dec 18, 2018
-
-
James Lopez authored
-
- Dec 14, 2018
-
-
Jasper Maes authored
-
- Nov 14, 2018
-
-
Jan Provaznik authored
-
Jan Provaznik authored
* updates Gemfile * uses Rails 5 unless explicitly disabled
-
- Oct 25, 2018
-
-
Andrew Newdigate authored
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
-
- Oct 24, 2018
-
-
- Oct 18, 2018
-
-
William George authored
-
- Oct 10, 2018
-
-
Zeger-Jan van de Weg authored
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
-
- Sep 21, 2018
-
-
- Sep 17, 2018
-
-
- Aug 15, 2018
-
-
- Jul 11, 2018
-
-
Stan Hu authored
-
- Jun 25, 2018
-
-
- May 14, 2018
-
-
James Lopez authored
-
James Lopez authored
-
blackst0ne authored
-
James Lopez authored
-
- Apr 17, 2018
-
-
James Lopez authored
-
- Apr 10, 2018
-
-
blackst0ne authored
1. Add support for `RAILS5=1|true` for the `bin/spinach` command. 2. Synchronize used spinach versions both for rails4 and rails5. For rails5 it was accidently used spinach 0.10.1 instead of 0.8.10. That brought some problems on running spinach tests. Example of failure message: NoMethodError: undefined method `line' for #<Spinach::Scenario:0x000000000c86ba80> Did you mean? lines /builds/gitlab-org/gitlab-ce/features/support/env.rb:52:in `before_scenario_run'
-
- Apr 02, 2018
-
-
blackst0ne authored
-
- Mar 21, 2018
-
-
blackst0ne authored
-
- Feb 20, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 26, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-