summaryrefslogtreecommitdiff
path: root/app/models/suggestion.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-161-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-201-6/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-031-5/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-1/+0
|
* Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-19/+27
| | | | | | Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
* Always fetch MR latest version when creating suggestionsOswaldo Ferreira2019-02-261-5/+0
| | | | | | | | This is an issue that can only be seen through EE. Further details can be seen on https://gitlab.com/gitlab-org/gitlab-ee/issues/9876. In general we should always use the latest diff version of a file in order to both create and apply suggestions.
* Adjust applied suggestion reverting previous changesOswaldo Ferreira2019-01-111-2/+10
| | | | | | | | | 1. Avoid suggestions being applied on the same file from reverting previous changes 2. Gracefully use and handle file changes error when updating the file (though, it does not totally solves the sync problem for multiple suggestion applications at once)
* Remove feature flag for suggest changes featureOswaldo Ferreira2018-12-181-6/+0
|
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+61