<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/api.rb, branch refactor_auto_devops_enabled</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Filter Geo proxied data from api_json.log</title>
<updated>2019-07-15T03:53:54+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-12T19:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ffac1ab27776d4bd68b552ca0e57fb8c9dfb40a'/>
<id>0ffac1ab27776d4bd68b552ca0e57fb8c9dfb40a</id>
<content type='text'>
Currently the base64-encoded value of the push-to-secondary data is
saved in `api_json.log`, and this can easily be hundreds of
megabytes. We should filter this from the logs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the base64-encoded value of the push-to-secondary data is
saved in `api_json.log`, and this can easily be hundreds of
megabytes. We should filter this from the logs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '55623-group-cluster-apis' into 'master'</title>
<updated>2019-07-12T08:36:24+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-07-12T08:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1def071991dddf6a1500c84d9e53a0edd64d45a1'/>
<id>1def071991dddf6a1500c84d9e53a0edd64d45a1</id>
<content type='text'>
Resolve "API support for group-level clusters"

Closes #55623

See merge request gitlab-org/gitlab-ce!30213</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "API support for group-level clusters"

Closes #55623

See merge request gitlab-org/gitlab-ce!30213</pre>
</div>
</content>
</entry>
<entry>
<title>Add API for CRUD group clusters</title>
<updated>2019-07-11T07:22:58+00:00</updated>
<author>
<name>Dylan Griffith</name>
<email>dyl.griffith@gmail.com</email>
</author>
<published>2019-07-01T06:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7fb076f5d086d1194624ccb4c4246cb25f2dad16'/>
<id>7fb076f5d086d1194624ccb4c4246cb25f2dad16</id>
<content type='text'>
This is basically a copy of the API for project clusters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is basically a copy of the API for project clusters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates on success of an MR the count on top and in other tabs</title>
<updated>2019-07-09T08:44:19+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2019-07-09T08:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9e52612feb4956f0b3cc26af0f98810e67a5287'/>
<id>b9e52612feb4956f0b3cc26af0f98810e67a5287</id>
<content type='text'>
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response

API response changed to 401 if no current_user

Added API + JS specs

Fix for Static Check

Updated Count on Open/Close, Assign/Unassign of MR's

Checking if MR Count is refreshed

Added # frozen_string_literal: true to spec

Added Changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response

API response changed to 401 if no current_user

Added API + JS specs

Fix for Static Check

Updated Count on Open/Close, Assign/Unassign of MR's

Checking if MR Count is refreshed

Added # frozen_string_literal: true to spec

Added Changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow asynchronous rebase operations to be monitored</title>
<updated>2019-07-04T07:50:55+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-06-21T16:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=381468d0cc6e5b528a4b2207c0a534569035a73f'/>
<id>381468d0cc6e5b528a4b2207c0a534569035a73f</id>
<content type='text'>
This MR introduces tracking of the `rebase_jid` for merge requests. As
with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
rebase is proceeding in sidekiq.

After one release, we should remove the Gitaly-based lookup of rebases.
It is much better to track this kind of thing via the database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR introduces tracking of the `rebase_jid` for merge requests. As
with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
rebase is proceeding in sidekiq.

After one release, we should remove the Gitaly-based lookup of rebases.
It is much better to track this kind of thing via the database.
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
