<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/requests/api/deploy_keys_spec.rb, branch patch-9</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>Use :maximum instead of :within for length validators with a 0..N range</title>
<updated>2016-12-06T09:23:17+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-02T12:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4e249d5baea99a52915025fc2827d01ab2d77c18'/>
<id>4e249d5baea99a52915025fc2827d01ab2d77c18</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed API spec files to describe the correct class</title>
<updated>2016-11-28T17:55:27+00:00</updated>
<author>
<name>Livier</name>
<email>lhirales@nearsoft.com</email>
</author>
<published>2016-11-23T20:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eb4f15571d02634920b975e7ce2325572d88356e'/>
<id>eb4f15571d02634920b975e7ce2325572d88356e</id>
<content type='text'>
Restore changes for api spec files

Fix error in rspec Users

Delete extra space Repositories-spec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restore changes for api spec files

Fix error in rspec Users

Delete extra space Repositories-spec
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes various errors when adding deploy keys caused by not exiting the control flow.</title>
<updated>2016-10-26T10:54:47+00:00</updated>
<author>
<name>Joshua Welsh</name>
<email>joshua.welsh@performancehorizon.com</email>
</author>
<published>2016-10-11T09:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce4760bbd57f3b30b0e3845493ed4e39cc463359'/>
<id>ce4760bbd57f3b30b0e3845493ed4e39cc463359</id>
<content type='text'>
When adding a deploy key that already exists in the project the existing key would not be returned, resulting in an attempt to create a new one, which in turn caused a 500 error due to an ActiveRecord exception.

When adding a deploy key that exists within another project the key would be joined to the project, but would also attempt to create a new one, which resulted in a 400 error due to the key already existing.

Fixes #22741
Fixes #21754

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When adding a deploy key that already exists in the project the existing key would not be returned, resulting in an attempt to create a new one, which in turn caused a 500 error due to an ActiveRecord exception.

When adding a deploy key that exists within another project the key would be joined to the project, but would also attempt to create a new one, which resulted in a 400 error due to the key already existing.

Fixes #22741
Fixes #21754

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Create service for enabling deploy keys</title>
<updated>2016-08-05T09:38:17+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>zegerjan@gitlab.com</email>
</author>
<published>2016-08-05T09:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=554e18ab025fcd86001faa57fab14fe3ca28a672'/>
<id>554e18ab025fcd86001faa57fab14fe3ca28a672</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move deploy_key tests to deploy_key_spec.rb</title>
<updated>2016-08-04T14:55:20+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>zegerjan@gitlab.com</email>
</author>
<published>2016-08-04T11:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=460065b743a5f28d92bda71b0e778b01cd369d80'/>
<id>460065b743a5f28d92bda71b0e778b01cd369d80</id>
<content type='text'>
Also, fix the failing test in the process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, fix the failing test in the process
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Grape DSL for deploy keys endpoints</title>
<updated>2016-08-03T19:04:14+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>zegerjan@gitlab.com</email>
</author>
<published>2016-08-03T14:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2b6bd6a33f765175222cdb88cd927e420864a236'/>
<id>2b6bd6a33f765175222cdb88cd927e420864a236</id>
<content type='text'>
Also a minor clean up of the post endpoint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also a minor clean up of the post endpoint
</pre>
</div>
</content>
</entry>
<entry>
<title>Endpoints to enable and disable deploy keys</title>
<updated>2016-08-03T14:00:22+00:00</updated>
<author>
<name>Z.J. van de Weg</name>
<email>zegerjan@gitlab.com</email>
</author>
<published>2016-08-03T12:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=da3d3ba89c19364ca626eb57380e1e33bd344902'/>
<id>da3d3ba89c19364ca626eb57380e1e33bd344902</id>
<content type='text'>
Resolves #20123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #20123
</pre>
</div>
</content>
</entry>
</feed>
