<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/api.rb, branch docs-better-autodevops-customization-docs</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 the circuit breaker API</title>
<updated>2019-05-24T15:17:14+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-05-23T14:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1b1a960bf3e86d946f24ecb5de5b2f011c0d3846'/>
<id>1b1a960bf3e86d946f24ecb5de5b2f011c0d3846</id>
<content type='text'>
The circuit breaker itself was removed in 11.5, this removes the
corresponding API endpoints which returned empty data since then.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The circuit breaker itself was removed in 11.5, this removes the
corresponding API endpoints which returned empty data since then.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run rubocop -a on CE files</title>
<updated>2019-05-05T10:24:28+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-05-05T10:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f93b2e02a56a3b1f3041119e8302d43aeafc8284'/>
<id>f93b2e02a56a3b1f3041119e8302d43aeafc8284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new api class for projects events</title>
<updated>2019-04-24T15:20:11+00:00</updated>
<author>
<name>Małgorzata Ksionek</name>
<email>meksionek@gmail.com</email>
</author>
<published>2019-04-17T11:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1103c09776217c5ab8a6f038fadfd003eeaf3f8e'/>
<id>1103c09776217c5ab8a6f038fadfd003eeaf3f8e</id>
<content type='text'>
Refactor api events class to use external helper

Move specs from old class

Add changelog and magic string

Refactor events class to be more explicit

Remove blank line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor api events class to use external helper

Move specs from old class

Add changelog and magic string

Refactor events class to be more explicit

Remove blank line
</pre>
</div>
</content>
</entry>
<entry>
<title>Add project http fetch statistics API</title>
<updated>2019-02-27T10:52:35+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2018-12-13T19:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ae9a44aa17c8929627cc450f936cd960c143e25'/>
<id>5ae9a44aa17c8929627cc450f936cd960c143e25</id>
<content type='text'>
The API get projects/:id/traffic/fetches allows user with write
access to the repository to get the number of clones for the
last 30 days.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The API get projects/:id/traffic/fetches allows user with write
access to the repository to get the number of clones for the
last 30 days.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'api-group-labels' into 'master'</title>
<updated>2019-02-07T09:48:04+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-02-07T09:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d91b96458e59345dd9ad5b9e3d03a12db6c78270'/>
<id>d91b96458e59345dd9ad5b9e3d03a12db6c78270</id>
<content type='text'>
API group labels

Closes #44901

See merge request gitlab-org/gitlab-ce!21368</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API group labels

Closes #44901

See merge request gitlab-org/gitlab-ce!21368</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '51913-api-getting-projects-for-users-with-dot-gets-404' into 'master'</title>
<updated>2019-02-01T14:35:46+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-02-01T14:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8028a59d7a89ca803902b5b5a206bcf1e83e8c51'/>
<id>8028a59d7a89ca803902b5b5a206bcf1e83e8c51</id>
<content type='text'>
API: Support username with dots

Closes #51913

See merge request gitlab-org/gitlab-ce!24395</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API: Support username with dots

Closes #51913

See merge request gitlab-org/gitlab-ce!24395</pre>
</div>
</content>
</entry>
<entry>
<title>Inital API implementation for group labels</title>
<updated>2019-01-31T12:49:49+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2018-08-23T21:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3418697e90ad88abf7850bd7f6faf31dbf198658'/>
<id>3418697e90ad88abf7850bd7f6faf31dbf198658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify user requirements for API slugs</title>
<updated>2019-01-31T10:13:23+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2019-01-31T10:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a612bd070862097893103c4babc63df9ad45b214'/>
<id>a612bd070862097893103c4babc63df9ad45b214</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 'container-repository-cleanup-api' into 'master'</title>
<updated>2019-01-25T13:24:35+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-01-25T13:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc6091876d1c70e25f2153d24dbe04f8b4b875a9'/>
<id>dc6091876d1c70e25f2153d24dbe04f8b4b875a9</id>
<content type='text'>
Container repository cleanup API

Closes #55978

See merge request gitlab-org/gitlab-ce!24303</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Container repository cleanup API

Closes #55978

See merge request gitlab-org/gitlab-ce!24303</pre>
</div>
</content>
</entry>
<entry>
<title>Add Container Registry API</title>
<updated>2019-01-25T12:13:48+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-01-10T14:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=045d07bab37df2020f650f7354157f5267f57c8a'/>
<id>045d07bab37df2020f650f7354157f5267f57c8a</id>
<content type='text'>
This includes a set of APIs to manipulate container registry.
This includes also an ability to delete tags based on requested
criteria, like keep-last-n, matching-name, older-than.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes a set of APIs to manipulate container registry.
This includes also an ability to delete tags based on requested
criteria, like keep-last-n, matching-name, older-than.
</pre>
</div>
</content>
</entry>
</feed>
