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
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-03-26 19:28:33 +0300
committerDenys Mishunov <dmishunov@gitlab.com>2019-04-04 10:05:50 +0300
commit5e0423ebc55089978291d0823574c8498994c3b9 (patch)
treeb2aa2c4685c7178e8b56993ef75ceb1687af3d79 /changelogs/unreleased/57668-create-file-from-url.yml
parentf6a038b38ae6c256fb9d1f1cbe184b0d8bbb5fde (diff)
Set tree list accounting for already-opened files
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.yml5
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