<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/requests, 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>Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'</title>
<updated>2019-03-27T16:57:25+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-03-27T16:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5ba7ac357d3384e0d7627fd6c18c1377ec0a425'/>
<id>f5ba7ac357d3384e0d7627fd6c18c1377ec0a425</id>
<content type='text'>
Prepares suggestion implementation for multi-line support

See merge request gitlab-org/gitlab-ce!26057</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prepares suggestion implementation for multi-line support

See merge request gitlab-org/gitlab-ce!26057</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare suggestion implementation for multi-line</title>
<updated>2019-03-27T15:26:53+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-03-15T17:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03e0604d5ded6402c7fddc4001ab23d9712c98de'/>
<id>03e0604d5ded6402c7fddc4001ab23d9712c98de</id>
<content type='text'>
Adds the groundwork needed in order to persist multi-line suggestions,
while providing the parsing strategy which will be reused for the
**Preview** as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the groundwork needed in order to persist multi-line suggestions,
while providing the parsing strategy which will be reused for the
**Preview** as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-allow-more-repos-per-resource-ce' into 'master'</title>
<updated>2019-03-27T07:37:06+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@gitlab.com</email>
</author>
<published>2019-03-27T07:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=82da4b1fd43aba9f63e007ad742690ffd868f6c7'/>
<id>82da4b1fd43aba9f63e007ad742690ffd868f6c7</id>
<content type='text'>
Allow multiple repositories per project

See merge request gitlab-org/gitlab-ce!26539</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow multiple repositories per project

See merge request gitlab-org/gitlab-ce!26539</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-hidden-statistics' into 'master'</title>
<updated>2019-03-26T16:20:32+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-03-26T16:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8947103ff62f96708ff08eea48cbb6a8a249e398'/>
<id>8947103ff62f96708ff08eea48cbb6a8a249e398</id>
<content type='text'>
Show statistics also when repository is disabled

Closes #59390

See merge request gitlab-org/gitlab-ce!26509</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show statistics also when repository is disabled

Closes #59390

See merge request gitlab-org/gitlab-ce!26509</pre>
</div>
</content>
</entry>
<entry>
<title>Allow multiple repositories per project</title>
<updated>2019-03-26T12:21:03+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-03-18T16:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d36415b7545fff543f08a5175790e3a92f383475'/>
<id>d36415b7545fff543f08a5175790e3a92f383475</id>
<content type='text'>
This changes the repository type from a binary `wiki?` to a type. So
we can have more than 2 repository types.

Now everywhere we called `.wiki?` and expected a boolean, we check
that type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the repository type from a binary `wiki?` to a type. So
we can have more than 2 repository types.

Now everywhere we called `.wiki?` and expected a boolean, we check
that type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '54916-extended-tooltip-for-merge-request-links' into 'master'</title>
<updated>2019-03-26T08:58:37+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-03-26T08:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9137dea187ef289588a01d50e4c68e94afbb61dc'/>
<id>9137dea187ef289588a01d50e4c68e94afbb61dc</id>
<content type='text'>
Resolve "Extended tooltip for merge request links"

Closes #54916

See merge request gitlab-org/gitlab-ce!25221</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Extended tooltip for merge request links"

Closes #54916

See merge request gitlab-org/gitlab-ce!25221</pre>
</div>
</content>
</entry>
<entry>
<title>Show statistics also when repository is disabled</title>
<updated>2019-03-23T11:06:50+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2019-03-22T23:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=12adb2a4bcca8b8ea07be2b9d120404e8a14a4be'/>
<id>12adb2a4bcca8b8ea07be2b9d120404e8a14a4be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add highest_role method to User</title>
<updated>2019-03-22T09:54:03+00:00</updated>
<author>
<name>Thiago Presa</name>
<email>tpresa@gitlab.com</email>
</author>
<published>2019-03-22T09:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=538741f2303f03e520d0bbfea150da6754f5a995'/>
<id>538741f2303f03e520d0bbfea150da6754f5a995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add merge request popover with details</title>
<updated>2019-03-21T14:24:18+00:00</updated>
<author>
<name>Sam Bigelow</name>
<email>sbigelow@gitlab.com</email>
</author>
<published>2019-03-01T21:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a14e5230e5b7f705fc09c3baf46f6cf74ca3ad0'/>
<id>1a14e5230e5b7f705fc09c3baf46f6cf74ca3ad0</id>
<content type='text'>
- Show pipeline status, title, MR Status and project path
- Popover attached to gitlab flavored markdown everywhere, including:
  + MR/Issue Title
  + MR/Issue description
  + MR/Issue comments
  + Rendered markdown files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Show pipeline status, title, MR Status and project path
- Popover attached to gitlab flavored markdown everywhere, including:
  + MR/Issue Title
  + MR/Issue description
  + MR/Issue comments
  + Rendered markdown files
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'</title>
<updated>2019-03-20T22:25:23+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-03-20T22:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6a0702fe9382c2b3c4a72421054d46821a95c781'/>
<id>6a0702fe9382c2b3c4a72421054d46821a95c781</id>
<content type='text'>
Create project-specific Kubernetes resources just-in-time

See merge request gitlab-org/gitlab-ce!25586</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create project-specific Kubernetes resources just-in-time

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