diff options
author | Denys Mishunov <dmishunov@gitlab.com> | 2019-03-26 17:28:33 +0100 |
---|---|---|
committer | Denys Mishunov <dmishunov@gitlab.com> | 2019-04-04 09:05:50 +0200 |
commit | 5e0423ebc55089978291d0823574c8498994c3b9 (patch) | |
tree | b2aa2c4685c7178e8b56993ef75ceb1687af3d79 /changelogs/unreleased/57668-create-file-from-url.yml | |
parent | f6a038b38ae6c256fb9d1f1cbe184b0d8bbb5fde (diff) | |
download | gitlab-ce-5e0423ebc55089978291d0823574c8498994c3b9.tar.gz |
Set tree list accounting for already-opened files57668-create-file-from-url
Since we can create files from URL now, this means that these files will
not exist in the tree returned from API: they exist on the client
only before the first commit. In order to still show the newly-created
files in the tree, we should not override the tree, but merge the tree
existing on the client and the one coming from API.
Changelog entry
Moved trees merging into mutation
Diffstat (limited to 'changelogs/unreleased/57668-create-file-from-url.yml')
-rw-r--r-- | changelogs/unreleased/57668-create-file-from-url.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/57668-create-file-from-url.yml b/changelogs/unreleased/57668-create-file-from-url.yml new file mode 100644 index 00000000000..b6033fa24ca --- /dev/null +++ b/changelogs/unreleased/57668-create-file-from-url.yml @@ -0,0 +1,5 @@ +--- +title: Implemented support for creation of new files from URL in Web IDE +merge_request: 26622 +author: +type: added |