<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/ide/components, branch docs/edit-after-script-context</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>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>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>Refactor new_dropdown/index to receive isOpen prop</title>
<updated>2019-04-04T20:35:45+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-04-04T18:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c1a097e1cee43b127de17d769546ffa244cbf484'/>
<id>c1a097e1cee43b127de17d769546ffa244cbf484</id>
<content type='text'>
**Why?**

Previously it managed this as an internal data property, but there
was extra complexity involved because the component doesn't have
all the information it needs (i.e. the `mouseOver` prop).

This is a good opportunity to colocate the data prop with the component
that has the information to change it (i.e. `file_row`) and let
`new_dropdown/index` receive this value as a prop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**Why?**

Previously it managed this as an internal data property, but there
was extra complexity involved because the component doesn't have
all the information it needs (i.e. the `mouseOver` prop).

This is a good opportunity to colocate the data prop with the component
that has the information to change it (i.e. `file_row`) and let
`new_dropdown/index` receive this value as a prop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shortcut to create MR in web IDE</title>
<updated>2019-04-04T16:08:35+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2019-04-02T19:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2571856fc52eecf0d39f517905e14e7a9d2267da'/>
<id>2571856fc52eecf0d39f517905e14e7a9d2267da</id>
<content type='text'>
Before the user had to choose between committing to a new branch,
committing to a new branch AND creating an MR, or committing to the
current branch regardless of whether or not it already has an MR.

This commit separates the creation of an MR from whether or not they
commit to an existing or new branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before the user had to choose between committing to a new branch,
committing to a new branch AND creating an MR, or committing to the
current branch regardless of whether or not it already has an MR.

This commit separates the creation of an MR from whether or not they
commit to an existing or new branch
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix vue render error for IDE status bar</title>
<updated>2019-04-04T15:00:44+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-04-04T07:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd1122ee2fd5c8083c945390a1593b2b5774d8a1'/>
<id>bd1122ee2fd5c8083c945390a1593b2b5774d8a1</id>
<content type='text'>
**What?**

A Vue warning that `ide_status_bar` sent a `Boolean` to a `String`
property (`img-src).

**What was the fix?**

Previously, `latestPipeline` could be one of the following values:

|          |        |
|----------|--------|
| `null`   | The pipeline hasn't loaded yet |
| `false`  | The pipeline has loaded, but nothing was returned. |
| `Object` | The piepline has loaded. |

Giving a semantic meaning to different falsey values hurts
maintainability. This commit fixes the above problem by removing the
`false` value and introducing a `hasLoadedPipeline` state property.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**What?**

A Vue warning that `ide_status_bar` sent a `Boolean` to a `String`
property (`img-src).

**What was the fix?**

Previously, `latestPipeline` could be one of the following values:

|          |        |
|----------|--------|
| `null`   | The pipeline hasn't loaded yet |
| `false`  | The pipeline has loaded, but nothing was returned. |
| `Object` | The piepline has loaded. |

Giving a semantic meaning to different falsey values hurts
maintainability. This commit fixes the above problem by removing the
`false` value and introducing a `hasLoadedPipeline` state property.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgraded Vue to 2.6.8</title>
<updated>2019-03-27T21:33:20+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2019-03-27T21:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f0b2079dedef24778e6176c0e1f814cdb739a90'/>
<id>4f0b2079dedef24778e6176c0e1f814cdb739a90</id>
<content type='text'>
Upgrade to latest Version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade to latest Version
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed commit logic to pick a branch</title>
<updated>2019-03-25T09:16:41+00:00</updated>
<author>
<name>Natalia Tepluhina</name>
<email>ntepluhina@gitlab.com</email>
</author>
<published>2019-03-25T09:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a72241f4a92ab0b202eb3c7e03931857428237b6'/>
<id>a72241f4a92ab0b202eb3c7e03931857428237b6</id>
<content type='text'>
- fixed getter spec with correct getter name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed getter spec with correct getter name
</pre>
</div>
</content>
</entry>
</feed>
