- 12 Dec, 2019 40 commits
-
-
Kerri Miller authored
-
Kerri Miller authored
This somewhat duplicated logic from Gitlab::Git::File#file_path, but to get at file path information through those objects, via @diff_collection#diff_files, we trigger a circular and confusing call back to this class. Copying the logic here isn't DRY, but it reduces the cognitive load for devs working in this code, avoids the potential circular reference, and generally makes life easier for reviewers.
-
Kerri Miller authored
-
Kerri Miller authored
This worked in naive unit testing, but when we begin to interact directly with redis, it surfaced that we need to assemble file_path information from the diff_files rather than the diffs.
-
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
-
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
-
Mike Greiling authored
Fix interpolation failure in strings with HTLM See merge request gitlab-org/gitlab!21644
-
Douglas Barbosa Alexandre authored
Remove dead code in ElasticIndexerWorker See merge request gitlab-org/gitlab!21623
-