<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/ide, branch 53227-empty-list</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>Remove base64 encoding from files that contain plain text</title>
<updated>2018-10-22T08:28:36+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2018-10-22T08:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d1fb29e57318d8a20f3deb95496f4b7102de3f97'/>
<id>d1fb29e57318d8a20f3deb95496f4b7102de3f97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove empty spec describe blocks</title>
<updated>2018-10-18T16:02:55+00:00</updated>
<author>
<name>George Tsiolis</name>
<email>tsiolis.g@gmail.com</email>
</author>
<published>2018-10-18T11:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7763a58b509ea7607e2cd4f78e839efd78eb17b'/>
<id>e7763a58b509ea7607e2cd4f78e839efd78eb17b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify all spec files</title>
<updated>2018-10-17T16:18:17+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-10-17T07:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f666026d71ebefd70219d5078b1f0c83fa01f84d'/>
<id>f666026d71ebefd70219d5078b1f0c83fa01f84d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable jasmine/new-line-before-expect</title>
<updated>2018-10-17T04:57:29+00:00</updated>
<author>
<name>Johann Hubert Sonntagbauer</name>
<email>johann.sonntagbauer@gmail.com</email>
</author>
<published>2018-10-09T18:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f5723a169b5d400c136dbd844fc54c68e5f8563'/>
<id>6f5723a169b5d400c136dbd844fc54c68e5f8563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed file templates not clearing in Web IDE</title>
<updated>2018-10-15T09:02:40+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-10-15T09:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff55aa7ebb8a54e5dceee845904a8c75b46b3f1b'/>
<id>ff55aa7ebb8a54e5dceee845904a8c75b46b3f1b</id>
<content type='text'>
This fixes a bug where the file templates would not be cleared
after changing the template type.
Previously the templates would get pushed into the array
creating a list of templates for the different types.
This changes that by clearing the templates array
when the template type gets changed.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52487
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bug where the file templates would not be cleared
after changing the template type.
Previously the templates would get pushed into the array
creating a list of templates for the different types.
This changes that by clearing the templates array
when the template type gets changed.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52487
</pre>
</div>
</content>
</entry>
<entry>
<title>Added file tree to merge request diffs</title>
<updated>2018-10-03T09:05:43+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-10-03T09:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33c4c5b8f30c07ff30de4cd26494becd3ad058c0'/>
<id>33c4c5b8f30c07ff30de4cd26494becd3ad058c0</id>
<content type='text'>
This file tree displays all the diff files in a tree like format
Each file is taken and converted into a tree with folders
Each folder can be toggled open &amp; closed
Clicking a file will scroll to the diff file &amp; highlight with a glow affect

Searching the tree list will search only files &amp; return a list of the
files without any folders

Each file row contains an icon to show changed, new file or deleted
Each row will also contain the added &amp; removed lines count

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file tree displays all the diff files in a tree like format
Each file is taken and converted into a tree with folders
Each folder can be toggled open &amp; closed
Clicking a file will scroll to the diff file &amp; highlight with a glow affect

Searching the tree list will search only files &amp; return a list of the
files without any folders

Each file row contains an icon to show changed, new file or deleted
Each row will also contain the added &amp; removed lines count

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ide-keep-right-pane-tabs-alive' into 'master'</title>
<updated>2018-10-01T13:00:08+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-10-01T13:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aac9d70a8c40b819b9d19d66d8a86b439c72f130'/>
<id>aac9d70a8c40b819b9d19d66d8a86b439c72f130</id>
<content type='text'>
Keep IDE RightPane views alive

See merge request gitlab-org/gitlab-ce!21980</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep IDE RightPane views alive

See merge request gitlab-org/gitlab-ce!21980</pre>
</div>
</content>
</entry>
<entry>
<title>Keep IDE RightPane views alive</title>
<updated>2018-09-28T20:03:39+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2018-09-27T21:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=adbf6149cf1778cd48a9bbf8e97332669dbcb7cb'/>
<id>adbf6149cf1778cd48a9bbf8e97332669dbcb7cb</id>
<content type='text'>
**Why?**
- This is needed for the Web Terminal feature.
  https://gitlab.com/gitlab-org/gitlab-ee/issues/5426

**Notes:**
- Introduces a `pane` Vuex module.
- Some views should not be kept alive (i.e. job details).
  This is why a `keepAlive` flag was introduced for views.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**Why?**
- This is needed for the Web Terminal feature.
  https://gitlab.com/gitlab-org/gitlab-ee/issues/5426

**Notes:**
- Introduces a `pane` Vuex module.
- Some views should not be kept alive (i.e. job details).
  This is why a `keepAlive` flag was introduced for views.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed file templates not being fully fetched in Web IDE</title>
<updated>2018-09-28T18:12:45+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-09-28T18:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=17735dc876e7c7aa22a38caf2c42ee4dce645eca'/>
<id>17735dc876e7c7aa22a38caf2c42ee4dce645eca</id>
<content type='text'>
Closes #51912
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #51912
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gitlab-ui skeleton loading</title>
<updated>2018-09-25T20:03:40+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2018-09-25T20:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a6cd526acef109153be3f12571882a8e4d1cc89'/>
<id>2a6cd526acef109153be3f12571882a8e4d1cc89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
