<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/ide, branch ab-structure-sql</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>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>
<entry>
<title>Rename vue_component_helper to text_helper</title>
<updated>2019-05-16T11:40:18+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-05-16T11:40:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=878e69299bde9875f14c82bc1429c4b0145a2c69'/>
<id>878e69299bde9875f14c82bc1429c4b0145a2c69</id>
<content type='text'>
**Why?**
This file only contains a few text based helper functions.
It has nothing to do with Vue or Vue components.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**Why?**
This file only contains a few text based helper functions.
It has nothing to do with Vue or Vue components.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IDE get file data with '/' as relative root</title>
<updated>2019-04-30T18:09:40+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-04-30T16:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ee32e06f1f117e748963a8badf6abfd5b57f339b'/>
<id>ee32e06f1f117e748963a8badf6abfd5b57f339b</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
</pre>
</div>
</content>
</entry>
<entry>
<title>Create constants for IDE commit action values</title>
<updated>2019-04-24T08:45:03+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-04-24T08:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=218430bdde361a13f274beb558c5fd30b564b6c6'/>
<id>218430bdde361a13f274beb558c5fd30b564b6c6</id>
<content type='text'>
**Why?**
These values will be used to help build the mirroring diff.
It is helpful keeping it controlled in a constant.

**Links:**
- https://gitlab.com/gitlab-org/gitlab-ee/issues/10232
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**Why?**
These values will be used to help build the mirroring diff.
It is helpful keeping it controlled in a constant.

**Links:**
- https://gitlab.com/gitlab-org/gitlab-ee/issues/10232
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Increased page size to 100"</title>
<updated>2019-04-23T07:42:58+00:00</updated>
<author>
<name>Natalia Tepluhina</name>
<email>ntepluhina@gitlab.com</email>
</author>
<published>2019-04-23T07:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7dc2a7aa5bb53144ef1ecfeaeec5f10c70ede3fe'/>
<id>7dc2a7aa5bb53144ef1ecfeaeec5f10c70ede3fe</id>
<content type='text'>
This reverts commit 2869a61f3b7aeb8b6d79c74332c93e32cec20caa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2869a61f3b7aeb8b6d79c74332c93e32cec20caa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stores 'binary' and 'rawPath' attr after upload</title>
<updated>2019-04-17T22:16:46+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-04-17T20:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=166c3ea296c4029e4536c193e5169fa613003186'/>
<id>166c3ea296c4029e4536c193e5169fa613003186</id>
<content type='text'>
- When uploading a file, we need to flag binary files correspondingly
so that it gets propagated all the way to RepoEditor as it decides on
whether to show editor for this or that file or not (shouldHideEditor())

- rawPath needs to be propagate all the way to ContentViewer as well so
that uploaded images could be rendered as a base64 image right away
instead of raw base64 string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- When uploading a file, we need to flag binary files correspondingly
so that it gets propagated all the way to RepoEditor as it decides on
whether to show editor for this or that file or not (shouldHideEditor())

- rawPath needs to be propagate all the way to ContentViewer as well so
that uploaded images could be rendered as a base64 image right away
instead of raw base64 string
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57482-shortcut-to-create-merge-request-from-web-ide' into 'master'</title>
<updated>2019-04-05T13:48:25+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-05T13:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=66699030ef82c14b4c209045f7cc6cb0d995f989'/>
<id>66699030ef82c14b4c209045f7cc6cb0d995f989</id>
<content type='text'>
Resolve "Shortcut to create merge request from Web IDE"

Closes #57482

See merge request gitlab-org/gitlab-ce!26792</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Shortcut to create merge request from Web IDE"

Closes #57482

See merge request gitlab-org/gitlab-ce!26792</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57668-create-file-from-url' into 'master'</title>
<updated>2019-04-05T13:41:03+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-04-05T13:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fb1dfa870372b0c95ae7c15cb82ff59472565d6'/>
<id>9fb1dfa870372b0c95ae7c15cb82ff59472565d6</id>
<content type='text'>
Resolve "Support creating new file from URL in the Web IDE"

Closes #57668

See merge request gitlab-org/gitlab-ce!26622</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Support creating new file from URL in the Web IDE"

Closes #57668

See merge request gitlab-org/gitlab-ce!26622</pre>
</div>
</content>
</entry>
</feed>
