Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-06Remove 2nd stub expectation of #last_diff_fileKerri Miller
It looks to be a stub/mock rather than strictly an expectation of the system, so dropping this to only a single invocation expected, as we've removed one of the two places #last_diff_file would be invoked.
2019-05-28Fix removing empty lines via suggestionsIgor
Before this fix, a suggestion which just removes an empty line wasn't appliable
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-03-27Prepare suggestion implementation for multi-lineOswaldo Ferreira
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-02-26Always fetch MR latest version when creating suggestionsOswaldo Ferreira
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-01-25Adjusts suggestions unable to be appliedOswaldo Ferreira
1. Presents the system error message when available, when applying suggestions 2. Adjusts target branch updates affecting MRs pointing to it when there are previously created suggestions in the MR. We just need to compare the HEAD shas from position and MR source branch.
2019-01-12Adjust applied suggestion reverting previous changesOswaldo Ferreira
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)
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira