- 31 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 28 Jul, 2017 35 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
* upstream/master: (231 commits) Global nav (9.0) UI improvement Remove Mattermost team with GitLab group resolve remaining eslint violations resolve eqeqeq, newline-per-chained-call, no-unused-vars, and no-else-return eslint violations resolve consistent-return eslint violation resolve prefer-template and quotes eslint violations resolve no-mixed-operators and no-return-assign eslint violations resolve comma-dangle and object-shorthand eslint violations resolve camelcase violations remove janky function binding in activity calendar class fix all eslint violations in user_tabs.js refactors git push service spec code Add remote IP, user ID and username to JSON lograge output Fix lograge exclusion in params section Modify/add some forgotten issues API documentation Default /merge_request API endpoint to `scope=created-by-me` Add top-level /merge_requests API endpoint Update server terminolgy to differentiate HA setups from Geo remove implied "GET" http method option remove needless brackets object accessor syntax ...
-
Rémy Coutable authored
Use `:empty_project` where possible in feature specs See merge request !13118
-
Rémy Coutable authored
[EE] Use `:empty_project` where possible in feature specs See merge request !2546
-
Douwe Maan authored
Remove Mattermost team with GitLab group Closes #30023 See merge request !11362
-
Phil Hughes authored
Global nav (9.0) UI improvement Closes #34921 See merge request !12772
-
Takuya Noguchi authored
-
Sean McGivern authored
Support the fact that Gitaly uses bundler See merge request !13135
-
Douwe Maan authored
[Backport from EE] Refactors GitPushService spec code See merge request !13148
-
Douwe Maan authored
Backport some recent changes related to LDAP from EE See merge request !13119
-
Douwe Maan authored
Add license check before enabling extra features for LDAP Closes #2844 See merge request !2513
-
Dmitriy Zaporozhets authored
CE upstream - Wednesday Closes omnibus-gitlab#2612 See merge request !2527
-
Dmitriy Zaporozhets authored
Fix header levels of auto deploy quick start See merge request !2545
-
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
-
Sean McGivern authored
Present Related Issues widget for logged-out users when publicly available Closes #3004 See merge request !2525
-
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
-
Z.J. van de Weg authored
When destroying a group, now an API call is made to the Mattermost server to request the deletion of the project. Actual team deletion on the Mattermost side happens async, so the runtime shouldn't increase by more than a second.
-
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
-
Tiago Botelho 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 4 commits
-
-
Robert Speicher authored
Add all ApplicationSettings attributes to the API See merge request !12851
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Incorporate RefsService.FindAllBranches Gitaly RPC Closes gitaly#408 See merge request !13027
-
Toon Claes authored
Should have been part of !13004.
-