<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api, branch docs/refactor-pgloader</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>Add port section to CI Image object</title>
<updated>2019-04-03T09:50:54+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-04-03T09:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ee1d8cf7778ecef0997c10f22b18ab4b61e9b3b'/>
<id>6ee1d8cf7778ecef0997c10f22b18ab4b61e9b3b</id>
<content type='text'>
In order to implement https://gitlab.com/gitlab-org/gitlab-ee/issues/10179
we need several modifications on the CI config file. We are
adding a new ports section in the default Image object.

Each of these ports will accept: number, protocol and name.

By default this new configuration will be only enabled in
the Web IDE config file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to implement https://gitlab.com/gitlab-org/gitlab-ee/issues/10179
we need several modifications on the CI config file. We are
adding a new ports section in the default Image object.

Each of these ports will accept: number, protocol and name.

By default this new configuration will be only enabled in
the Web IDE config file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitlab-2019-04-02</title>
<updated>2019-04-02T08:12:32+00:00</updated>
<author>
<name>John Jarvis</name>
<email>jarv@gitlab.com</email>
</author>
<published>2019-04-02T08:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69b65a6b745e74bba290787420a0017395fd7c25'/>
<id>69b65a6b745e74bba290787420a0017395fd7c25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'security-id-potential-denial-languages' into 'master'</title>
<updated>2019-04-02T07:48:28+00:00</updated>
<author>
<name>GitLab Release Tools Bot</name>
<email>robert+release-tools@gitlab.com</email>
</author>
<published>2019-04-02T07:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b122be5ed55e3898196fb21e47fff40eb7dd6e0c'/>
<id>b122be5ed55e3898196fb21e47fff40eb7dd6e0c</id>
<content type='text'>
Return cached languages if they've been detected before

See merge request gitlab/gitlabhq!2998</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return cached languages if they've been detected before

See merge request gitlab/gitlabhq!2998</pre>
</div>
</content>
</entry>
<entry>
<title>Include cluster domain into Project Cluster API</title>
<updated>2019-04-01T16:29:05+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2019-04-01T16:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b5e09a26de6afb0c194613c6ee4d22a22a0fce14'/>
<id>b5e09a26de6afb0c194613c6ee4d22a22a0fce14</id>
<content type='text'>
Domain was introduced on 11.8 and was not included on the
Project Cluster API. With this change user will be able to include
domain when adding and updating a cluster. Domain will also be included
on the GET calls.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Domain was introduced on 11.8 and was not included on the
Project Cluster API. With this change user will be able to include
domain when adding and updating a cluster. Domain will also be included
on the GET calls.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix API /project/:id/branches not returning correct merge status</title>
<updated>2019-03-30T12:20:29+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-03-29T22:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cedbb3366bf3dd9bafe95dde366c1e28ee70c615'/>
<id>cedbb3366bf3dd9bafe95dde366c1e28ee70c615</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24034 introduced
a regression where only the first 20 branches were used to determine
whether a branch has been merged because the pagination was applied
incorrectly. Requesting the second page of branches via the API would
always have the wrong merge status. We fix this by properly paginating
the branches before requesting their merge status.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56250
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24034 introduced
a regression where only the first 20 branches were used to determine
whether a branch has been merged because the pagination was applied
incorrectly. Requesting the second page of branches via the API would
always have the wrong merge status. We fix this by properly paginating
the branches before requesting their merge status.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56250
</pre>
</div>
</content>
</entry>
<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>Resolve "Get milestone by title via API"</title>
<updated>2019-03-27T09:01:07+00:00</updated>
<author>
<name>Fabio Busatto</name>
<email>fabio@gitlab.com</email>
</author>
<published>2019-03-27T09:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=035c8af12e4ea6dbba18255214bad2a53c1b1cf1'/>
<id>035c8af12e4ea6dbba18255214bad2a53c1b1cf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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 'backport-api-parameters' into 'master'</title>
<updated>2019-03-26T17:30:46+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-03-26T17:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b3f07248581e3a4c3d6bc0c654ea5376f1c6463'/>
<id>2b3f07248581e3a4c3d6bc0c654ea5376f1c6463</id>
<content type='text'>
Backport EE API parameters in lib/api

See merge request gitlab-org/gitlab-ce!26369</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport EE API parameters in lib/api

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