- 18 Nov, 2019 40 commits
-
-
Stan Hu authored
Sample JSON: ``` { "method": "GET", "path": "/admin", "format": "html", "controller": "Admin::DashboardController", "action": "index", "status": 500, "duration": 2584.11, "view": 0, "db": 9.21, "time": "2019-11-14T13:12:46.156Z", "params": [], "remote_ip": "127.0.0.1", "user_id": 1, "username": "root", "ua": "Mozilla/5.0", "queue_duration": 274.35, "correlation_id": "KjDVUhNvvV3", "cpu_s": 2.837645135999999, "exception": { "class": "NameError", "message": "undefined local variable or method `adsf'", "backtrace": [ "app/controllers/admin/dashboard_controller.rb:11:in `index'", ... ] } } ``` This change also drops the `error` field in favor of `exception.class` and `exception.message`. Closes https://gitlab.com/gitlab-org/gitlab/issues/36297
-
Fatih Acet authored
Remove all references to BoardService in board_form.vue See merge request gitlab-org/gitlab!20158
-
Marvin Karegyeya authored
-
Fatih Acet authored
Change video with to 400 in element_attrs See merge request gitlab-org/gitlab!20056
-
Kushal Pandya authored
Remove var from merge_request.js Closes #36271 See merge request gitlab-org/gitlab!20117
-
Utkarsh Gupta authored
-
Fatih Acet authored
Merge branch '35751-new-trial-flow-for-logged-in-user-should-not-take-them-to-the-customer-portal' into 'master' New Trial flow for logged in user should not take them to the Customer Portal See merge request gitlab-org/gitlab!19978
-
Phil Hughes authored
Upgrade `sanitize-html` to latest version See merge request gitlab-org/gitlab!20277
-
Jan Provaznik authored
Move subscribed field to IssueType See merge request gitlab-org/gitlab!19458
-
Brian Kabiro authored
- remove the ExtendedIssueType and include all fields in IssueType - move subscribed field from ExtendedIssueType to IssueType - add a complexity of 5 to the subscribed field
-
Andreas Brandl authored
Data model updates to allow linking of Vulnerabilities to Issues See merge request gitlab-org/gitlab!19852
-
Victor Zagorodny authored
Add vulnerability_issue_links DB table to support many-to-many linking between Issues and Vulnerabilities. Add the correponding model VulnerabilityIssueLink and associations on both Vulnerability and Issue.
-
Sean McGivern authored
Limit input size for Prometheus alert JSON payload Closes #14929 See merge request gitlab-org/gitlab!19940
-
Bob Van Landuyt authored
Refactor sidebar notifications disabled from HAML to Vue Closes #31184 See merge request gitlab-org/gitlab!20007
-
Phil Hughes authored
Adds in a URL field for DAST reports modal data Closes #34514 See merge request gitlab-org/gitlab!20162
-
Sam Beckham authored
- Adds it to the dashboard - Adds it to the MR widget
-
Rémy Coutable authored
"Verify SAML Configuration" lets users see Response XML, NameID and validations Closes #33714 See merge request gitlab-org/gitlab!18362
-
Heinrich Lee Yu authored
Revert "Only inject gon variables and perform redirects for HTML" Closes #36612 See merge request gitlab-org/gitlab!20280
-
Lin Jen-Shin authored
Bump gpgme to 2.0.19 See merge request gitlab-org/gitlab!20041
-
Lin Jen-Shin authored
Bump nokogiri to 1.10.5 See merge request gitlab-org/gitlab!20074
-
Utkarsh Gupta authored
-
Rémy Coutable authored
Enable RSpec example_status_persistence_file_path setting See merge request gitlab-org/gitlab!19655
-
Bob Van Landuyt authored
Update squash_commit_sha only on successful merge See merge request gitlab-org/gitlab!19688
-
Achilleas Pipinellis authored
Add docs for Grafana integration and embeds See merge request gitlab-org/gitlab!18541
-
Sarah Yasonik authored
Monitoring features now include the ability to embed grafana metrics directly in GitLab Flavored Markdown. Added as a part of https://gitlab.com/gitlab-org/gitlab/issues/31376
-
Filipa Lacerda authored
Make EE environments dashboards specs compatible w/ BootstrapVue 2 See merge request gitlab-org/gitlab!19908
-
Utkarsh Gupta authored
-
Achilleas Pipinellis authored
Reformat predefined variables table See merge request gitlab-org/gitlab!20263
-
Adam Cohen authored
-
Achilleas Pipinellis authored
Document edit button in custom dashboards Closes #36352 See merge request gitlab-org/gitlab!20139
-
Miguel Rincon authored
-
Sean McGivern authored
-
Achilleas Pipinellis authored
Document new link to pod logs in sidebar Closes #35401 See merge request gitlab-org/gitlab!20204
-
Heinrich Lee Yu authored
Fix sub group export to export direct children See merge request gitlab-org/gitlab!20172
-
George Koltsov authored
-
Marcel Amirault authored
Update documentation for CI cache key when using files See merge request gitlab-org/gitlab!20142
-
Marius Bobin authored
-
Dmitriy Zaporozhets authored
Add declarative_policy_class to Declarative Policy See merge request gitlab-org/gitlab!20132
-
Sean Arnold authored
-
Achilleas Pipinellis authored
Add info about checking background_migration queue See merge request gitlab-org/gitlab!20219
-