- 12 Dec, 2019 40 commits
-
-
Kerri Miller authored
-
Kerri Miller authored
-
Kerri Miller authored
-
Kerri Miller authored
Also restores a test condition that was accidentally removed OOPS!
-
Kerri Miller authored
-
Kerri Miller authored
We're memoizing this upstream in diff_collection, so don't need to do it here as well..
-
Kerri Miller authored
-
Kerri Miller authored
-
Kerri Miller authored
-
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
-