Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-09-21 | 1 | -10/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-09-14 | 1 | -5/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-02-22 | 1 | -0/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-02-02 | 1 | -0/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | Use ActiveModel's type instead of virtus | Peter Leitzen | 2019-08-20 | 1 | -6/+19 |
| | | | | | | The virtus project has been discontinued: https://github.com/solnic/virtus/commit/a6f896984 | ||||
* | Replace ... with new expansion options | Samantha Ming | 2019-08-10 | 1 | -2/+66 |
| | | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views | ||||
* | Fix suggestion on lines that are not part of an MR57953-fix-unfolded-diff-suggestions | Patrick Bajao | 2019-07-22 | 1 | -2/+4 |
| | | | | | | | | | | Return the `text` as plain string in the response instead of including HTML tags but keep `rich_text` as is. The fix is to modify `Blob::UnfoldPresenter#diff_files` to map each raw diff line (limited by the range specified) to a corresponding line in an array of highlighted lines to use as `rich_text`. | ||||
* | Move diff_line preparation into presenter | Mark Chao | 2019-03-07 | 1 | -0/+75 |
| | | | | Update spec | ||||
* | Add full option for blob diff action | Mark Chao | 2019-03-06 | 1 | -0/+84 |
Returns all diff lines for frontend if full is true. Turn UnfoldForm into presenter, and move controller logic to presenter. |