- 13 Dec, 2019 29 commits
-
-
Kamil Trzciński authored
Rename methods of Sentry class: - `track_acceptable_exception` => `track_exception`: we just want to capture exception - `track_exception` => `track_and_raise_for_dev_exception`: as said, - `track_and_raise_exception` => we want to capture and re-raise exception Update exception tracking - Remove `extra:` and instead accept hash, - Update documentation to include the best practices, - Remove manual logging of exceptions
-
Kushal Pandya authored
Add error states to the dashboard metrics internal objects See merge request gitlab-org/gitlab!21478
-
Sanad Liaquat authored
Log current IP address of request that tries to access an IP restricted group See merge request gitlab-org/gitlab!21392
-
Natalia Tepluhina authored
Replace Node `joinPaths` with custom impl See merge request gitlab-org/gitlab!21078
-
Paul Slaughter authored
**Why?** The current implementation of `joinPaths` comes from the Node core modules `path` and has a number of caveats: - Does not support non-string values - Does not handle joining absolute URL's https://nodejs.org/api/path.html#path_path_join_paths **Note:** The new impl of `joinPaths` does not do the same special normalization which the Node version did. This should be safe because I'm pretty sure we only use this method to join paths with `/` that potentially start and end with a `/`.
-
Miguel Rincon authored
-
Kushal Pandya authored
Resolve "Admin Area's *Runners* page is confusing with use of *State* and *Type*" Closes #29165 See merge request gitlab-org/gitlab!21591
-
Juan J. Ramirez authored
-
Heinrich Lee Yu authored
Turn job_log_json feature flag on by default See merge request gitlab-org/gitlab!21543
-
Kushal Pandya authored
Add most affected projects to group security dashboard See merge request gitlab-org/gitlab!20892
-
David Pisek authored
This commit adds a new sidebar item to the group security dashboard. It consists of an accordion, showing projects grouped by the most severe vulnerability within the project.
-
Jan Provaznik authored
Add Snippet GraphQL API mutations See merge request gitlab-org/gitlab!20956
-
Ramya Authappan authored
Quarantine flaky performance bar test See merge request gitlab-org/gitlab!21669
-
Sanad Liaquat authored
Unquarantine tests in security_reports_spec.rb Closes #38199 See merge request gitlab-org/gitlab!21583
-
Aleksandr Soborov authored
Further refactoring for test stability, and remove unused data selectors and functions
-
Russell Dickenson authored
docs: Add missing Content-Type header for ES requests See merge request gitlab-org/gitlab!21488
-
Evan Read authored
Adjust deprecation note for only/except See merge request gitlab-org/gitlab!21021
-
Marcel Amirault authored
-
Thong Kuah authored
Rename `approved` to `allowed` See merge request gitlab-org/gitlab!21282
-
Ash McKenzie authored
Revert "Merge branch 'ab/pagination-batch-counts' into 'master'" See merge request gitlab-org/gitlab!21698
-
Michael Kozono authored
Accept sentry_issue_identifier on issue creation See merge request gitlab-org/gitlab!21081
-
Allison Browne authored
Add table to store the sentry event and issue ids that are related to a gitlab issue
-
Ash McKenzie authored
API::Helpers::Pagination.paginate_and_retrieve! is not called at all atm.
-
Evan Read authored
Enhance danger bot documentation See merge request gitlab-org/gitlab!21443
-
Doug Stull authored
- this note would have been helpful when setting up danger on versions app
-
Thong Kuah authored
This reverts commit 7a5656b7, reversing changes made to f663c871. Left changes to lib/api/helpers/pagination.rb and spec/lib/api/helpers/pagination_spec.rb as they have later modifications made to them but nothing will now use `#paginate_and_retrieve!` for now.
-
Evan Read authored
Resolve "Follow-up from "Edit of runtimes content"" Closes #38227 See merge request gitlab-org/gitlab!21293
-
Alishan Ladhani authored
It could be either an A record or a CNAME
-
Mark Lapierre authored
Simplify test to make it more reliable See merge request gitlab-org/gitlab!21686
-
- 12 Dec, 2019 11 commits
-
-
Mark Lapierre authored
Cleaning up merge request PO See merge request gitlab-org/gitlab!21625
-
Evan Read authored
Add running tests to FE tips doc See merge request gitlab-org/gitlab!20934
-
Brandon Labuschagne authored
-
Mike Greiling authored
Web IDE: Fix the console error that happens when discarding a newly added/uploaded file. See merge request gitlab-org/gitlab!21537
-
John T Skarbek authored
[ci skip]
-
John T Skarbek authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Paul Slaughter authored
Remove jasmine focused test See merge request gitlab-org/gitlab!21693
-
Mayra Cabrera authored
Merge branch '27239-display-a-better-message-when-starting-a-discussion-on-a-deleted-comment' into 'master' Resolve "Display a better message when starting a discussion on a deleted comment" See merge request gitlab-org/gitlab!20031
-
🙈 jacopo beschi 🙉 authored
Shows "Your comment could not be submitted because the original comment has been deleted" when replying to a deleted comment.
-