summaryrefslogtreecommitdiff
path: root/spec/features/projects/diffs/diff_show_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-07-011-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-191-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-161-1/+1
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* Resolve ""Click to expand" link in collapsed diffs should be blue"Annabel Gray2018-06-141-2/+1
|
* Add view replaced file link for image diffsadd-view-replaced-file-linkClement Ho2017-09-201-5/+35
|
* rework the html_safe not to use haml's auto escapingmicael.bergeron2017-09-111-0/+13
| | | | add feature test for inline diff in file header
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable all feature flags by default in specsbvl-enable-features-in-testBob Van Landuyt2017-07-131-0/+4
| | | | | | | | | Otherwise some features would go untested in non-specific contexts I did need to disable the `gitlab_git_diff_size_limit_increase`-feature in some specs since we depend on diffs being expandable while the file we are testing on is smaller than the increased limit.
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Implement diff viewersDouwe Maan2017-06-141-0/+133