- 28 Jul, 2017 29 commits
-
-
Shinya Maeda authored
This reverts commit 5ec3b63bfc6f341df040ae08be4858c7181bcacf.
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Sean McGivern authored
Add remote IP, user ID and username to JSON lograge output See merge request !13147
-
Sean McGivern authored
Add top-level /merge_requests API endpoint Closes #28422 See merge request !13060
-
Tim Zallmann authored
Resolve "Transform user profile javascript into async bundle" Closes #35224 See merge request !12929
-
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
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
[ci-skip]
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
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 11 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
-
Toon Claes authored
Should have been part of !13004.
-
Toon Claes authored
This matches the behavior of the /issues endpoint.
-
Toon Claes authored
And add support for additional query parameters: - `author_id`: Returns merge requests created by the given user `id` - `assignee_id`: Returns merge requests assigned to the given user `id` - `scope`: Return merge requests for the given scope: `created-by-me`, `assigned-to-me` or `all`
-
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
-
Mike Greiling authored
-
Mike Greiling authored
-
Alejandro Rodríguez authored
-