<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/ide, branch docs-avoid-CephFS-GlusterFS</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>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>
<entry>
<title>Move some tests from Karma to Jest</title>
<updated>2019-03-23T16:53:46+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-03-23T16:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=514ee63826e47229bfd03bdbb740f2dd1eae1d03'/>
<id>514ee63826e47229bfd03bdbb740f2dd1eae1d03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented trimming for item's name in Web IDE</title>
<updated>2019-03-18T12:59:16+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-03-18T11:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a2bdb4366ab819a43e2df48124073c836564e37'/>
<id>1a2bdb4366ab819a43e2df48124073c836564e37</id>
<content type='text'>
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/57540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/57540
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve files_decorator performance</title>
<updated>2019-03-07T09:22:05+00:00</updated>
<author>
<name>Paul Slaughter</name>
<email>pslaughter@gitlab.com</email>
</author>
<published>2019-03-07T09:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c49d4a4985c806aa62dcd4899013143484b5d3c6'/>
<id>c49d4a4985c806aa62dcd4899013143484b5d3c6</id>
<content type='text'>
**How?**
Previously the files_decorator inserted parent folders inefficiently.
It started at the first part and ensured each was inserted.

Since the file entries are given to use in alphabetical order, we can
start at the last part of the blob's parents. If this exists, we can
short circuit and be done inserting parents.

**What else?**
- Improve performance of decorateData. The object spread operator is
not needed because the object is brand new.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**How?**
Previously the files_decorator inserted parent folders inefficiently.
It started at the first part and ensured each was inserted.

Since the file entries are given to use in alphabetical order, we can
start at the last part of the blob's parents. If this exists, we can
short circuit and be done inserting parents.

**What else?**
- Improve performance of decorateData. The object spread operator is
not needed because the object is brand new.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '49663-branch-to-mr-connection' into 'master'</title>
<updated>2019-03-05T08:43:44+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-03-05T08:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1caa760f5d2d0df1c29df6bf376ce1037785250f'/>
<id>1caa760f5d2d0df1c29df6bf376ce1037785250f</id>
<content type='text'>
Link to the MR from current branch in Web IDE

Closes #49663

See merge request gitlab-org/gitlab-ce!25689</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Link to the MR from current branch in Web IDE

Closes #49663

See merge request gitlab-org/gitlab-ce!25689</pre>
</div>
</content>
</entry>
<entry>
<title> Extended Web IDE API to get MRs for a certain branch in a project</title>
<updated>2019-03-04T17:10:55+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-03-01T16:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1b0b3e4ebb61e952b6e60e7be05bd96286bc298'/>
<id>a1b0b3e4ebb61e952b6e60e7be05bd96286bc298</id>
<content type='text'>
 New `Api.projectMergeRequests` allows:
 - to query for all MRs on a project without specifying `mergeRequestId`
 - to filter the returned MRs using parameters from
 https://bit.ly/2H7We4V

 The new API request is used for fetching information about MRs
 associated with a particular branch in Web IDE to have IdeSidebar
 behave consistently in both scenarios:
 - getting to a branch from and MR (where we already have info about
 relevant MR), or
 - getting to a branch somehow differently directly

For cases where there are several merge requests that the current branch
is associated with, mark the most recent one as 'current'

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49663
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 New `Api.projectMergeRequests` allows:
 - to query for all MRs on a project without specifying `mergeRequestId`
 - to filter the returned MRs using parameters from
 https://bit.ly/2H7We4V

 The new API request is used for fetching information about MRs
 associated with a particular branch in Web IDE to have IdeSidebar
 behave consistently in both scenarios:
 - getting to a branch from and MR (where we already have info about
 relevant MR), or
 - getting to a branch somehow differently directly

For cases where there are several merge requests that the current branch
is associated with, mark the most recent one as 'current'

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49663
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed mutation for root</title>
<updated>2019-03-04T11:39:55+00:00</updated>
<author>
<name>Natalia Tepluhina</name>
<email>ntepluhina@gitlab.com</email>
</author>
<published>2019-03-04T11:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9ba40aa044e63b95de2e1dae1d54da7f500cd6b'/>
<id>d9ba40aa044e63b95de2e1dae1d54da7f500cd6b</id>
<content type='text'>
- fixed test spec
- added warning only if file is deleted
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixed test spec
- added warning only if file is deleted
</pre>
</div>
</content>
</entry>
<entry>
<title>Dont show file template options for new directory</title>
<updated>2019-02-13T13:57:34+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2019-02-12T20:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b82b1667c4de0ee05840c1053b2349ac351040e6'/>
<id>b82b1667c4de0ee05840c1053b2349ac351040e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added fuzzy file finder to merge requests</title>
<updated>2019-02-05T11:29:49+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-01-16T15:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e5461d67f52cacc2c9ba408c8f6fddb1e9e417d'/>
<id>6e5461d67f52cacc2c9ba408c8f6fddb1e9e417d</id>
<content type='text'>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
</pre>
</div>
</content>
</entry>
</feed>
