<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/ide, branch docs/quick_actions</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Initiate editor for any file without content</title>
<updated>2019-07-05T13:37:33+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-07-03T12:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff1a4a4241f1628491a1aec05b440ff650ba66ad'/>
<id>ff1a4a4241f1628491a1aec05b440ff650ba66ad</id>
<content type='text'>
Important to get file data for any file that has no content set yet: we
need this information in order to build a previe for changed/staged
files if they were not yet opened in the editor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Important to get file data for any file that has no content set yet: we
need this information in order to build a previe for changed/staged
files if they were not yet opened in the editor
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow adding new entries to existing path</title>
<updated>2019-07-02T11:12:16+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-07-02T11:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a7834e5a91549b5ecb8890a718efa93dd61ae7a'/>
<id>5a7834e5a91549b5ecb8890a718efa93dd61ae7a</id>
<content type='text'>
If an entry has been removed from the tree and later, during the same
session, a user is trying to add a new item with the same name/path we
should allow for that as long as the original entry is marked with
`deleted`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If an entry has been removed from the tree and later, during the same
session, a user is trying to add a new item with the same name/path we
should allow for that as long as the original entry is marked with
`deleted`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'</title>
<updated>2019-07-01T07:37:06+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-07-01T07:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d5cf738c2095ec9a79cb79b171498e8953a9e2df'/>
<id>d5cf738c2095ec9a79cb79b171498e8953a9e2df</id>
<content type='text'>
Fix IDE editor to update dimensions on show change

Closes #45120

See merge request gitlab-org/gitlab-ce!30135</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix IDE editor to update dimensions on show change

Closes #45120

See merge request gitlab-org/gitlab-ce!30135</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IDE editor to update dimensions on show change</title>
<updated>2019-06-28T15:38:24+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-06-27T17:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e185534b7ae983d5dddad6c821770e2c9046d47'/>
<id>9e185534b7ae983d5dddad6c821770e2c9046d47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-name entries in one commit</title>
<updated>2019-06-26T14:50:31+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-06-26T14:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0fc53589755d00320b8c12ae739ba6c18872c3c'/>
<id>f0fc53589755d00320b8c12ae739ba6c18872c3c</id>
<content type='text'>
Update window's URL after entry's re-name

Set proper hook for correct fileLanguage

Filtered out `moved` entries from the tree
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update window's URL after entry's re-name

Set proper hook for correct fileLanguage

Filtered out `moved` entries from the tree
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep empty folders in the tree list</title>
<updated>2019-06-25T10:32:35+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-06-05T10:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=875cba9d99b49ace61a5dfc52b4fe365893f4b37'/>
<id>875cba9d99b49ace61a5dfc52b4fe365893f4b37</id>
<content type='text'>
When removing the last file from a folder in WebIDE, do not remove the
folder from the view. We keep those to give users possibility to
re-upload files to the same folders.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60860
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When removing the last file from a folder in WebIDE, do not remove the
folder from the view. We keep those to give users possibility to
re-upload files to the same folders.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60860
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IDE commit to use start_ref</title>
<updated>2019-06-17T19:04:35+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-06-17T17:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=894ad6f6e983cb17c7b63b4185c63a42b6203a4f'/>
<id>894ad6f6e983cb17c7b63b4185c63a42b6203a4f</id>
<content type='text'>
**Why?**
The branch HEAD could be changed since the
IDE was opened. This leads to user's unintentionally
creating commits that overwrite other changes.

https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**Why?**
The branch HEAD could be changed since the
IDE was opened. This leads to user's unintentionally
creating commits that overwrite other changes.

https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
</pre>
</div>
</content>
</entry>
<entry>
<title>IDE trigger files change event</title>
<updated>2019-06-07T06:29:55+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-06-04T22:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1bafad515f4f9d63a7ff152b0f17979375d37a9c'/>
<id>1bafad515f4f9d63a7ff152b0f17979375d37a9c</id>
<content type='text'>
- On CMD+S when editor is focused
- On editor blur
- When file is created in tree
- When file is removed in tree
- When file is renamed in tree
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- On CMD+S when editor is focused
- On editor blur
- When file is created in tree
- When file is removed in tree
- When file is renamed in tree
</pre>
</div>
</content>
</entry>
<entry>
<title>Default MR checkbox to true in most cases</title>
<updated>2019-06-06T04:12:21+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2019-06-03T21:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf8ab1243356e5732ce1a07ea5fb3ea98549635d'/>
<id>bf8ab1243356e5732ce1a07ea5fb3ea98549635d</id>
<content type='text'>
- Pull the new MR option out into it's own component
- Default MR checkbox to true when creating a new MR and committing to a
  branch that does not have an MR
- Still change the MR checkbox to false when a user is on a branch that
  already has an MR
- Hide MR option when on a branch that already has an MR and committing
  to current branch
- Don't default to true when committing directly to master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Pull the new MR option out into it's own component
- Default MR checkbox to true when creating a new MR and committing to a
  branch that does not have an MR
- Still change the MR checkbox to false when a user is on a branch that
  already has an MR
- Hide MR option when on a branch that already has an MR and committing
  to current branch
- Don't default to true when committing directly to master
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated heading for default state in Web IDE</title>
<updated>2019-05-29T12:13:27+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-05-29T12:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d7afb9561eae91b86f9fcc3a2a6d54ac527b177'/>
<id>0d7afb9561eae91b86f9fcc3a2a6d54ac527b177</id>
<content type='text'>
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
</pre>
</div>
</content>
</entry>
</feed>
