- 28 Jul, 2017 7 commits
-
-
Sean McGivern authored
# Conflicts: # config/initializers/lograge.rb
-
Sean McGivern authored
Fix lograge exclusion in params section See merge request !13146
-
Sean McGivern authored
Display specific error message when JIRA test fails Closes #32483 See merge request !13100
-
Tim Zallmann authored
Merge branch '35667-indicate-type-of-metric-for-prometheus-web-application-monitoring' into 'master' Indicate type of metric for Prometheus web application monitoring Closes #35667 See merge request !13142
-
Achilleas Pipinellis authored
Fix Prometheus docs to indicate Kubernetes is not required - docs Closes #35657 See merge request !13140
-
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 33 commits
-
-
Robert Speicher authored
Add all ApplicationSettings attributes to the API See merge request !12851
-
Robert Speicher authored
Incorporate RefsService.FindAllBranches Gitaly RPC Closes gitaly#408 See merge request !13027
-
Jacob Schatz authored
Remove unused haml file See merge request !13090
-
Drew Blessing authored
Update server terminolgy to differentiate HA setups from Geo See merge request !13139
-
Chenjerai Katanda authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Robert Speicher authored
Migrate Repository#tags to Gitaly Closes gitaly#411 See merge request !13092
-
Robert Speicher authored
Prevent concurrent editing wiki Closes #1827 See merge request !9707
-
Job van der Voort authored
Docs new topic: "user/profile/index" See merge request !12611
-
Marcia Ramos authored
-
Job van der Voort authored
Docs new topic "user/project/repository/index.md" Closes #27653 and #28665 See merge request !12598
-
Marcia Ramos authored
-
Robert Speicher authored
Removed `Repository#blob_by_oid` unused method See merge request !13111
-
Ahmad Sherif authored
Closes gitaly#411
-
Joshua Lambert authored
-
Robert Speicher authored
Skip OAuth authorization for trusted applications See merge request !13061
-
Joshua Lambert authored
-
Robert Speicher authored
Remove GitLab custom failure app for Devise See merge request !13136
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Achilleas Pipinellis authored
Document that instance types must match when restoring a backup See merge request !12639
-
Robert Speicher authored
Fix prometheus client pid reuse bug See merge request !13130
-
Sean McGivern authored
Resolve "Fix Image Blob Display due to lazy Image Loading" Closes #35577 See merge request !13104
-
Dmitriy Zaporozhets authored
GPG signed commits Closes #20268 See merge request !9546
-
Valery Sizov authored
-
Robert Speicher authored
Remove superfluous tags in RSpec examples. Closes #34319 See merge request !12754
-
Douwe Maan authored
Ensure test files are deleted after fs metrics gathering run Closes #35457 See merge request !13080
-
Marcia Ramos authored
remove extra space See merge request !13114
-
Sean McGivern authored
Fix the `/projects/:id/repository/branches endpoint` to handle dots in the branch name when the project full patch contains a `/` See merge request !13115
-
Rémy Coutable authored
Support custom directory in gitlab:backup:create task See merge request !12984
-
Alexis Reigel authored
-