<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api, branch docs-css</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>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>
<entry>
<title>Backport parameters for API::Parameters</title>
<updated>2019-03-26T13:18:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-25T14:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cbe21d78bff5f845cedb2a75d0385a282077f87f'/>
<id>cbe21d78bff5f845cedb2a75d0385a282077f87f</id>
<content type='text'>
This backports the EE specific parameters for API::Parameters, wrapping
them in a conditional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports the EE specific parameters for API::Parameters, wrapping
them in a conditional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport parameters for API::Users</title>
<updated>2019-03-26T13:18:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-25T14:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=449d2bb0d894fa6cd31353b82c3b060821d728de'/>
<id>449d2bb0d894fa6cd31353b82c3b060821d728de</id>
<content type='text'>
This backports the EE specific parameters for API::Users, and wraps them
in a conditional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports the EE specific parameters for API::Users, and wraps them
in a conditional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport API parameters for API::Settings</title>
<updated>2019-03-26T13:18:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-25T13:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30fb9fffecb254efe8ebbdc0fab6171bda2566cd'/>
<id>30fb9fffecb254efe8ebbdc0fab6171bda2566cd</id>
<content type='text'>
This backports the API parameters from API::Settings that were added in
EE, wrapping them in a conditional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports the API parameters from API::Settings that were added in
EE, wrapping them in a conditional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport changes to API::ProtectedBranches</title>
<updated>2019-03-26T13:18:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-22T15:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05534daa1c547fcab7540338f0f71c2403a40342'/>
<id>05534daa1c547fcab7540338f0f71c2403a40342</id>
<content type='text'>
This backports EE specific parameters EE adds to API::ProtectedBranches,
and wraps them in a conditional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports EE specific parameters EE adds to API::ProtectedBranches,
and wraps them in a conditional.
</pre>
</div>
</content>
</entry>
</feed>
