- 13 Dec, 2019 4 commits
-
-
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 36 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.
-
Stan Hu authored
Implement Tillerless install and uninstall See merge request gitlab-org/gitlab!20894
-
Mike Greiling authored
-
Robert Speicher authored
Quarantine file lock spec due to bug in code See merge request gitlab-org/gitlab!21674
-
Robert Speicher authored
Add more relations to Group Export See merge request gitlab-org/gitlab!21504
-
Clement Ho authored
Stage dropdown lists style corrections Closes #42158 See merge request gitlab-org/gitlab!21607
-
Hector Bustillos authored
-
Dan Davison authored
Update merge results/trains pipelines QA test Closes #36824 See merge request gitlab-org/gitlab!21530
-
Achilleas Pipinellis authored
Updates Sentry error tracking docs with option to create issue See merge request gitlab-org/gitlab!21687
-
lauraMon authored
-
Natalia Tepluhina authored
Begin laying frontend framework for Threat Monitoring UI See merge request gitlab-org/gitlab!20910
-
Mark Florian authored
Part of [WAF statistics reporting][1]. This sets up some of the frontend framework for the Threat Monitoring page, including a basic store and the root app component. As this feature is not yet complete, it is disabled by default behind the `threat_monitoring` feature flag. [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
Walmyr Lima authored
For more context, fallow this issue's comment: https://gitlab.com/gitlab-org/gitlab/commit/ 957463991bbb76102e9291baccf060e9f758d73c#note_259513692
-
Natalia Tepluhina authored
Fix for: check for highlighted_diff_lines iterates over parallel_diff_lines; parallel left/right duplicates property See merge request gitlab-org/gitlab!21573
-
Kamil Trzciński authored
Save puma_stdout[stderr].log in JSON format with timestamp added See merge request gitlab-org/gitlab!21101
-
Qingyu Zhao authored
Overwrite ::SnowplowTracker::LOGGER.formatter for Puma(not Unicorn) Add timestamp to Puma::Events::PidFormatter Save both of them in JSON format
-
Aleksandr Soborov authored
-
Rémy Coutable authored
Moving to use of Git 2.24 version See merge request gitlab-org/gitlab!21485
-
Pavlo Strokov authored
Gitaly service allows to use Git 2.24 version and will be using features introduced in this feature in nearest feature https://gitlab.com/gitlab-org/gitlab/issues/27828 Part of https://gitlab.com/gitlab-org/gitaly/issues/2170
-
Stan Hu authored
Remove only:variables defition from the 'dast' job Closes #42069 See merge request gitlab-org/gitlab!21655
-
Thomas Randolph authored
Before, the diffs *always* had both parallel and inline diffs, so this should have never hit the else block. Now that the split diffs feature is enabled, there are cases (about 50% of the time) where the else is entered. The test for inline diff lines was then trying to iterate over the parallel lines, which of course don't exist in a lot of situations.
-
Thomas Randolph authored
-
Rémy Coutable authored
Resolve "Zoom quick action on a new issue causes error" Closes #38234 See merge request gitlab-org/gitlab!21262
-
Allison Browne authored
The issue was not persisted at the time of issue creation so a 500 was thrown. Adjust the quick action to work on Issue create by accounting for the un-persisted issue in the zoom link service. Also, add the zoom_url to the realtime endpoint for front end realtime consumption.
-
Walmyr Lima e Silva Filho authored
Delete flaky end-to-end test Closes #39595 See merge request gitlab-org/gitlab!21634
-
Michael Kozono authored
Collect the date a SaaS trial starts on See merge request gitlab-org/gitlab!20384
-