- 06 Feb, 2019 1 commit
-
-
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.
-
- 28 Jan, 2019 1 commit
-
-
Marin Jankovski authored
Improve existing issue templates for security releases
-
- 14 Jan, 2019 1 commit
-
-
Tiago Botelho authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 Jan, 2019 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 03 Jan, 2019 1 commit
-
-
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.
-
- 18 Dec, 2018 1 commit
-
-
James Lopez authored
-
- 14 Dec, 2018 1 commit
-
-
Jasper Maes authored
-
- 14 Nov, 2018 2 commits
-
-
Jan Provaznik authored
-
Jan Provaznik authored
* updates Gemfile * uses Rails 5 unless explicitly disabled
-
- 25 Oct, 2018 1 commit
-
-
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.
-
- 24 Oct, 2018 1 commit
-
-
James Lopez authored
-
- 18 Oct, 2018 1 commit
-
-
William George authored
-
- 10 Oct, 2018 1 commit
-
-
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.
-
- 21 Sep, 2018 1 commit
-
-
Marcel Amirault authored
-
- 17 Sep, 2018 1 commit
-
-
Marcel Amirault authored
-
- 15 Aug, 2018 1 commit
-
-
Michael Kozono authored
-
- 11 Jul, 2018 1 commit
-
-
Stan Hu authored
-
- 25 Jun, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 14 May, 2018 4 commits
-
-
James Lopez authored
-
James Lopez authored
-
blackst0ne authored
-
James Lopez authored
-
- 17 Apr, 2018 1 commit
-
-
James Lopez authored
-
- 10 Apr, 2018 1 commit
-
-
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'
-
- 03 Apr, 2018 1 commit
-
-
blackst0ne authored
-
- 21 Mar, 2018 1 commit
-
-
blackst0ne authored
-
- 20 Feb, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 26 Jan, 2018 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 19 Jan, 2018 1 commit
-
-
Sean McGivern authored
-
- 08 Dec, 2017 1 commit
-
-
Bob Van Landuyt authored
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
-
- 13 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
Resolves gitlab-org/gitlab-ce#36417
-
- 09 Aug, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 22 Jul, 2017 1 commit
-
-
Jacopo authored
Added the type attribute to a CHANGELOG entry. When you create a new entry the software asks for the category of the change and sets the associated type in the file.
-
- 23 Jun, 2017 1 commit
-
-
Takuya Noguchi authored
-
- 21 Mar, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 06 Feb, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 10 Jan, 2017 1 commit
-
-
Mike Greiling authored
-