<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/deploy_keys_controller.rb, branch docs/autodeploy-refactor</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 edit button for deploy keys available from other projects</title>
<updated>2017-06-20T11:23:13+00:00</updated>
<author>
<name>Alexander Randa</name>
<email>randa.alex@gmail.com</email>
</author>
<published>2017-06-20T09:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7bcebd56e264772a8fe177e64476ea7b2b80144'/>
<id>c7bcebd56e264772a8fe177e64476ea7b2b80144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ability to update deploy keys</title>
<updated>2017-06-02T16:44:36+00:00</updated>
<author>
<name>Alexander Randa</name>
<email>randa.alex@gmail.com</email>
</author>
<published>2017-03-31T12:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d70eeb5bb9dac8073a149547dc3b85c90d65e7d'/>
<id>3d70eeb5bb9dac8073a149547dc3b85c90d65e7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-wrote to match our docs - still not 100% sure but closer than it was</title>
<updated>2017-04-28T16:06:19+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-04-28T16:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e11a702afceee7f5edeb8c93a4192fa05209b091'/>
<id>e11a702afceee7f5edeb8c93a4192fa05209b091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Project deploy keys json end point</title>
<updated>2017-03-24T10:53:47+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-03-24T10:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e0dc73527a478188cfa28b456b64798639aa73c9'/>
<id>e0dc73527a478188cfa28b456b64798639aa73c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return 404 if deploy key cannot be found in Projects::DeployKeysController#disable</title>
<updated>2017-03-23T14:49:24+00:00</updated>
<author>
<name>Adam Niedzielski</name>
<email>adamsunday@gmail.com</email>
</author>
<published>2017-03-23T14:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e0d2f249b4884f9525c44119680bf804e8a7ff20'/>
<id>e0d2f249b4884f9525c44119680bf804e8a7ff20</id>
<content type='text'>
Closes #29633
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #29633
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed the redirect_request concern to repository_settings_redirect</title>
<updated>2017-03-06T15:47:44+00:00</updated>
<author>
<name>Jose Ivan Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2017-03-03T17:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=55b07533a9bede54728be91f97678a67f431c6b5'/>
<id>55b07533a9bede54728be91f97678a67f431c6b5</id>
<content type='text'>
Also fixed naming of a test in the deploy_keys_presenter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed naming of a test in the deploy_keys_presenter
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for the repository_controller and repository_helper</title>
<updated>2017-03-06T15:47:44+00:00</updated>
<author>
<name>Jose Ivan Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2017-02-21T21:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a29517dd0c6515121a2f42e08ad011415a3d8618'/>
<id>a29517dd0c6515121a2f42e08ad011415a3d8618</id>
<content type='text'>
Added specs for the deploy_keys_presenter and added a new method in the presenter
called #key_available?

Fixed some minor UX inconsistencies and added a concern to handle
redirection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added specs for the deploy_keys_presenter and added a new method in the presenter
called #key_available?

Fixed some minor UX inconsistencies and added a concern to handle
redirection
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed tests, changed dispatcher routing to the 'repository:show'</title>
<updated>2017-03-06T15:47:44+00:00</updated>
<author>
<name>Jose Ivan Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2017-01-30T19:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ee86441158076344a07f2715a148a5bdbe161b0'/>
<id>2ee86441158076344a07f2715a148a5bdbe161b0</id>
<content type='text'>
Also modified the render calls to the deploy_keys and protected_branches
partials
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also modified the render calls to the deploy_keys and protected_branches
partials
</pre>
</div>
</content>
</entry>
<entry>
<title>Created the gear settings entry and created a way to initialize both sections with one controller</title>
<updated>2017-03-06T15:47:43+00:00</updated>
<author>
<name>Jose Ivan Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2017-01-24T00:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b74ae849d3f87564e789673ecf67aa54ec7cd8a'/>
<id>0b74ae849d3f87564e789673ecf67aa54ec7cd8a</id>
<content type='text'>
Changed views to partials, created the repository view,
created a repository_helper to further aid the creation of variables
across different controllers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed views to partials, created the repository view,
created a repository_helper to further aid the creation of variables
across different controllers
</pre>
</div>
</content>
</entry>
<entry>
<title>Set current user as deploy key user</title>
<updated>2016-09-02T21:12:02+00:00</updated>
<author>
<name>Ali Ibrahim</name>
<email>aliibrahim@gmail.com</email>
</author>
<published>2016-08-19T23:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c3508851bff289fdaaa114298b3ae13513646775'/>
<id>c3508851bff289fdaaa114298b3ae13513646775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
