- 28 Jul, 2017 17 commits
-
-
Grzegorz Bizon authored
We now match deployment actions better. If there is more than one deployment action matched, we check if there is an action which name equals to environment name, instead of raising an error about too many actions defined.
-
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
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
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 23 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
-
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
-