- 04 Sep, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 31 Aug, 2017 2 commits
-
-
Zeger-Jan van de Weg authored
Behind an application setting, which defaults to false, this commit implements the implied CI/CD config. Which means that in the case we can't find the `.gitlab-ci.yml` on the commit we want to start a pipeline for, we fall back to an implied configuration. For now the Bash template has been copied to `Auto-Devops.gitlab-ci.yml` so the tests actually work. Fixes #34777
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- 30 Aug, 2017 1 commit
-
-
Michael Kozono authored
-
- 29 Aug, 2017 1 commit
-
-
Pawel Chojnacki authored
Update Prometheus Client MMAP gem to version that fixes performance degradation caused by workers churn
-
- 28 Aug, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 24 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
This avoids loading the `OmniAuthCallbacksController` at boot time so it doesn't mess up the `before_action`-chain
-
- 22 Aug, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
Also includes a change in allowing uploaded files, as there was a mismatch in object_id between classes, disallowing params[:file], which is a UploadedFile, newly loaded. The params checked against the older version. Fixes gitlab-org/gitlab-ce#36519
-
- 17 Aug, 2017 2 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
-
- 16 Aug, 2017 2 commits
-
-
Douwe Maan authored
-
Bob Van Landuyt authored
This allows testing every storage attempt after a failure. Which could be useful for tests
-
- 15 Aug, 2017 2 commits
-
-
Robert Speicher authored
-
Lin Jen-Shin authored
for timestamp columns magically. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/36405
-
- 14 Aug, 2017 1 commit
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
- 09 Aug, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 08 Aug, 2017 1 commit
-
-
Brian Neel authored
-
- 07 Aug, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
Paweł Chojnacki authored
-
- 04 Aug, 2017 2 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 28 Jul, 2017 3 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
This makes the logs a bit more useful to search requests by users.
-
Stan Hu authored
Without this fix, we would just see redundant entries in the `params` section: ``` {"method":"GET","path":"/-/metrics","format":"html","controller":"MetricsController","action":"index","status":404,"duration":1.42,"view":0.38,"db":0.0,"time":"2017-07-28T02:59:18.167Z","params":{"controller":"metrics","action":"index"}} ``` The intended format looks more like this: ``` {"method":"GET","path":"/-/metrics","format":"html","controller":"MetricsController","action":"index","status":404,"duration":76.32,"view":69.95,"db":0.0,"time":"2017-07-28T02:59:48.893Z","params":{}} ``` The proper form to exclude an array is to preface with an asterisk: https://apidock.com/rails/Hash/except
-
- 27 Jul, 2017 6 commits
-
-
Oswaldo Ferreira authored
-
Valery Sizov authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Rubén Dávila authored
-
Markus Koller authored
-
- 26 Jul, 2017 5 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
And closer to the configuration setup. The code doesn’t need to know about this.
-
Michael Kozono authored
-
blackst0ne authored
-
blackst0ne authored
-
- 25 Jul, 2017 3 commits
-
-
Pawel Chojnacki authored
-
Tiago Botelho authored
-
Oswaldo Ferreira authored
-
- 20 Jul, 2017 1 commit
-
-
Stan Hu authored
-
- 19 Jul, 2017 1 commit
-
-
Paweł Chojnacki authored
-