<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/gpg_key.rb, branch remove-commit-tree</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>Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKey</title>
<updated>2017-10-05T13:26:02+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-10-04T23:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dd139e65b53f30eae2d8bb50dff180e8eab11fe4'/>
<id>dd139e65b53f30eae2d8bb50dff180e8eab11fe4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some broken specs</title>
<updated>2017-10-05T13:25:28+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-10-02T02:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85c6652a387276ca58b900fa34948cf3cba489a5'/>
<id>85c6652a387276ca58b900fa34948cf3cba489a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address feedback from last code review</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-29T22:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c50725fecfb776d56c95ef070940ca6c85786ecf'/>
<id>c50725fecfb776d56c95ef070940ca6c85786ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused association</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-29T01:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59f813998237a3840fd019ef7c552e86f2753dff'/>
<id>59f813998237a3840fd019ef7c552e86f2753dff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render GPG subkeys on index page</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-28T01:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c73748e3c4409de7ab945f502d55fe4d62ebd5eb'/>
<id>c73748e3c4409de7ab945f502d55fe4d62ebd5eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Associate GgpSignature with GpgKeySubkey if comes from a subkey</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-28T00:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b4990a4d71b057f0fec14399cd1f2a421901963'/>
<id>9b4990a4d71b057f0fec14399cd1f2a421901963</id>
<content type='text'>
Additionally we're delegating missing method calls on GpgKeySubkey to
GpgKey since most of the info required when verifying a signature is
found on GpgKey which is the parent of GpgKeySubkey
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally we're delegating missing method calls on GpgKeySubkey to
GpgKey since most of the info required when verifying a signature is
found on GpgKey which is the parent of GpgKeySubkey
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to include subkeys when finding by fingerprint</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-27T21:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a41e7e0105e238161ba697ebf26d8554ae59d295'/>
<id>a41e7e0105e238161ba697ebf26d8554ae59d295</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the extraction and generation of GPG subkeys</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-27T17:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d0572d9aad2c434a040f11956a4c3feac1afdcf8'/>
<id>d0572d9aad2c434a040f11956a4c3feac1afdcf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a separate model to handle GPG subkeys</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-27T17:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=328f4a505bcd2e7b38f907a24df437f8c35bc3af'/>
<id>328f4a505bcd2e7b38f907a24df437f8c35bc3af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delegate #key to parent when working with a GPG subkey</title>
<updated>2017-10-05T13:25:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-09-27T03:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=37dcfb6e31a65d487424c0bf73874aabb2e69020'/>
<id>37dcfb6e31a65d487424c0bf73874aabb2e69020</id>
<content type='text'>
The content returned by #key is important when veryfying the signature,
so given we don't want to repeat it in the database for GPG subkeys we
need to delegate it to the parent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The content returned by #key is important when veryfying the signature,
so given we don't want to repeat it in the database for GPG subkeys we
need to delegate it to the parent.
</pre>
</div>
</content>
</entry>
</feed>
