<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api, branch 26847-api-pipelines-use-basic</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>Expose pipelines as PipelineBasic `projects/:id/pipelines`</title>
<updated>2017-03-03T08:52:04+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-01-30T11:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59e7d04bc78a69137b649dc8ac470a6c3eedbd3c'/>
<id>59e7d04bc78a69137b649dc8ac470a6c3eedbd3c</id>
<content type='text'>
The `projects/:id/pipelines` exposed a lot of extra details
that are superfluous and it was taking extra resources to fetch them.

To get more details about a pipeline, use
`projects/:id/pipelines/:pipeline_id`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `projects/:id/pipelines` exposed a lot of extra details
that are superfluous and it was taking extra resources to fetch them.

To get more details about a pipeline, use
`projects/:id/pipelines/:pipeline_id`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27532_api_changes' into 'master'</title>
<updated>2017-03-03T06:32:58+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-03-03T06:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b18646040c9b17c69ac66fb687b02450e161808c'/>
<id>b18646040c9b17c69ac66fb687b02450e161808c</id>
<content type='text'>

Use iids as filter parameter

Closes #27532

See merge request !9096</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use iids as filter parameter

Closes #27532

See merge request !9096</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '27501-api-use-visibility-everywhere' into 'master'</title>
<updated>2017-03-02T17:10:25+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-03-02T17:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ec8b2da66c27124cf049ca77472f5aabc77b759'/>
<id>8ec8b2da66c27124cf049ca77472f5aabc77b759</id>
<content type='text'>

API: Use `visibility` as string parameter everywhere

Closes #27501

See merge request !9337</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

API: Use `visibility` as string parameter everywhere

Closes #27501

See merge request !9337</pre>
</div>
</content>
</entry>
<entry>
<title>Override setters so it also accepts string visibility levels</title>
<updated>2017-03-02T15:31:22+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-03-02T08:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3b1cb71f0726bd9cd3916507337650e6546141f'/>
<id>c3b1cb71f0726bd9cd3916507337650e6546141f</id>
<content type='text'>
Override the `ApplicationSetting` default visibility_level setters so
they accept strings &amp; integers for the levels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Override the `ApplicationSetting` default visibility_level setters so
they accept strings &amp; integers for the levels.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use iids as filter parameter</title>
<updated>2017-03-02T12:17:39+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-02-09T14:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=17ee1e1a63520f88663697608920e816aa7128c4'/>
<id>17ee1e1a63520f88663697608920e816aa7128c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use string based `visibility` getter &amp; setter</title>
<updated>2017-03-02T11:15:25+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-03-01T20:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3fdd6acd27f5aa98f13e7a0083d0c3208003ccb'/>
<id>a3fdd6acd27f5aa98f13e7a0083d0c3208003ccb</id>
<content type='text'>
Add `visibility` &amp; `visibility=` methods to the
`Gitlab::VisibilityLevel` module so the `visibility_level` can be
get/set with a string value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `visibility` &amp; `visibility=` methods to the
`Gitlab::VisibilityLevel` module so the `visibility_level` can be
get/set with a string value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose ApplicationSetting visibility settings as String</title>
<updated>2017-03-02T11:15:25+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-02-17T13:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=260cc57838b9f7fa805fda339a5083b63209ba41'/>
<id>260cc57838b9f7fa805fda339a5083b63209ba41</id>
<content type='text'>
Use strings for the ApplicationSetting properties:
 - restricted_visibility_levels
 - default_project_visibility
 - default_snippet_visibility
 - default_group_visibility
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use strings for the ApplicationSetting properties:
 - restricted_visibility_levels
 - default_project_visibility
 - default_snippet_visibility
 - default_group_visibility
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose Snippet VisibilityLevel as String</title>
<updated>2017-03-02T11:15:24+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-02-16T15:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=209856166e822aff46a7f9a5000896720e273265'/>
<id>209856166e822aff46a7f9a5000896720e273265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure v3 environments endpoints remain unchanged</title>
<updated>2017-03-02T11:15:24+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-02-16T14:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed8f13c745da849c319eb8e9d8fd3e59bb804a08'/>
<id>ed8f13c745da849c319eb8e9d8fd3e59bb804a08</id>
<content type='text'>
Because environments also expose the project, ensure the projects are
exposed as they were before in API v3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because environments also expose the project, ensure the projects are
exposed as they were before in API v3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose Group VisibilityLevel as String</title>
<updated>2017-03-02T11:15:24+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@gitlab.com</email>
</author>
<published>2017-02-16T13:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f45cbc87015dd2e6369e758ca96132cb44c8983a'/>
<id>f45cbc87015dd2e6369e758ca96132cb44c8983a</id>
<content type='text'>
Instead of exposing the VisibilityLevel as Integer, expose it as
String `visibility`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of exposing the VisibilityLevel as Integer, expose it as
String `visibility`.
</pre>
</div>
</content>
</entry>
</feed>
