Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-04-06 | 1 | -8/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-12 | 1 | -17/+22 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | Add frozen_string_literal to spec/features | Thong Kuah | 2019-07-26 | 1 | -0/+2 |
| | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Enable Capybara/FeatureMethods cop | Winnie Hellmann | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | fix diff_notes_spec | Jose Ivan Vargas | 2017-10-03 | 1 | -2/+2 |
| | |||||
* | Fixes commit comments in side-by-side diff viewcommit-side-by-side-comment | Phil Hughes | 2017-09-27 | 1 | -0/+36 |
This was caused by the `notes` global class not existing when the `file_comment_button` code is run. The notes class was used to check if the diff is currently in parallel view or not. To get around this I've added a check into the `file_comment_button` JS to check if the view is currently parallel or not. Closes #38117 |