Commit Graph

12 Commits

Author SHA1 Message Date
GitLab Bot 179b33c546 Add latest changes from gitlab-org/gitlab@master 2022-03-24 00:07:27 +00:00
GitLab Bot 7b2f941669 Add latest changes from gitlab-org/gitlab@master 2021-11-10 21:09:47 +00:00
GitLab Bot 6364c14cc1 Add latest changes from gitlab-org/gitlab@master 2020-12-16 15:10:18 +00:00
GitLab Bot 90156f527b Add latest changes from gitlab-org/gitlab@master 2020-08-12 06:09:53 +00:00
GitLab Bot bf213f07c8 Add latest changes from gitlab-org/gitlab@master 2020-07-20 18:09:27 +00:00
GitLab Bot e173695d9b Add latest changes from gitlab-org/gitlab@master 2020-07-03 21:09:31 +00:00
GitLab Bot c792263edf Add latest changes from gitlab-org/gitlab@master 2019-09-23 18:06:14 +00:00
Oswaldo Ferreira 03e0604d5d Prepare suggestion implementation for multi-line
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.
2019-03-27 12:26:53 -03:00
Oswaldo Ferreira e116fcab41 Always fetch MR latest version when creating suggestions
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.
2019-02-26 17:19:17 -03:00
Oswaldo Ferreira 6e29368118 Adjust applied suggestion reverting previous changes
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)
2019-01-11 21:35:07 -02:00
Oswaldo Ferreira ee425c9cf8 Remove feature flag for suggest changes feature 2018-12-18 11:18:21 -02:00
Oswaldo Ferreira ed3034bbb7 Allow suggesting single line changes in diffs 2018-12-13 19:17:19 +00:00