- 31 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 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
-
- 18 Jul, 2017 2 commits
-
-
Stan Hu authored
This introduces JSON logging for Rails views saved to a file called `development_json.log`, `production_json.log`, etc. For example, instead of this unparsable log: ``` Started GET "/" for 127.0.0.1 at 2012-03-10 14:28:14 +0100 Processing by HomeController#index as HTML Rendered text template within layouts/application (0.0ms) Rendered layouts/_assets.html.erb (2.0ms) Rendered layouts/_top.html.erb (2.6ms) Rendered layouts/_about.html.erb (0.3ms) Rendered layouts/_google_analytics.html.erb (0.4ms) Completed 200 OK in 79ms (Views: 78.8ms | ActiveRecord: 0.0ms) ``` We get a single line with this: ``` {"method":"GET","path":"/,"format":"html","controller":"HomeController","action":"index","status":200,"duration":79,"view":78.8,"db":0.0,"location":"http://localhost/","time":"2017-07-18 09:35:17 -0700"} ``` Part of #20060
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-