<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/projects/deploy_keys, branch trigger-source</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>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>Add Vue with async deploy keys</title>
<updated>2017-04-28T02:47:50+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2017-04-28T02:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a922d90414fea5b05152717a72f169c0d9ef7d09'/>
<id>a922d90414fea5b05152717a72f169c0d9ef7d09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent deploy key documentation in UI</title>
<updated>2017-03-08T18:14:02+00:00</updated>
<author>
<name>Chris Wilson</name>
<email>chris@chrisjwilson.com</email>
</author>
<published>2017-03-08T18:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=289dd49ef3ec6d99639b8a35d3766f424cb2e022'/>
<id>289dd49ef3ec6d99639b8a35d3766f424cb2e022</id>
<content type='text'>
Deploy keys were added with write access to
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383 - We still
state " Deploy keys allow read-only access to your repository." in the
UI.

This updates the deploy key UI information to reflect the docs
https://docs.gitlab.com/ce/ssh/README.html#deploy-keys
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deploy keys were added with write access to
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383 - We still
state " Deploy keys allow read-only access to your repository." in the
UI.

This updates the deploy key UI information to reflect the docs
https://docs.gitlab.com/ce/ssh/README.html#deploy-keys
</pre>
</div>
</content>
</entry>
<entry>
<title>Added delegations to comply with the new rubocop rules</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-28T17:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=43958926c5310642f2fc0c6f72952004d2ca5089'/>
<id>43958926c5310642f2fc0c6f72952004d2ca5089</id>
<content type='text'>
Also fixed the deploy_keys view and moved the code from the repository_helper
to the repository_controller
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed the deploy_keys view and moved the code from the repository_helper
to the repository_controller
</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>Introduced the deploy keys presenter</title>
<updated>2017-03-06T15:47:44+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-01-31T14:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5967c17e80ec0e17a2bdc615e18d1cb0a668f68f'/>
<id>5967c17e80ec0e17a2bdc615e18d1cb0a668f68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Use consistent words, feedback:</title>
<updated>2016-12-09T18:25:31+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2016-12-09T18:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f97965395198ef1da892dde246edb1e6ef480127'/>
<id>f97965395198ef1da892dde246edb1e6ef480127</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19581826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19581826
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow admin to set keys with write access, and</title>
<updated>2016-11-22T09:31:27+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2016-11-22T08:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28102ec28e1ef3d3203db3d05aa89ab3da234e70'/>
<id>28102ec28e1ef3d3203db3d05aa89ab3da234e70</id>
<content type='text'>
show write access information when showing the key.

TODO: It's ugly right now, need help!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
show write access information when showing the key.

TODO: It's ugly right now, need help!
</pre>
</div>
</content>
</entry>
</feed>
