-
- Downloads
user may now revoke a gpg key
other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits.
Showing
- app/controllers/profiles/gpg_keys_controller.rb 10 additions, 0 deletionsapp/controllers/profiles/gpg_keys_controller.rb
- app/models/gpg_key.rb 11 additions, 0 deletionsapp/models/gpg_key.rb
- app/views/profiles/gpg_keys/_key.html.haml 6 additions, 2 deletionsapp/views/profiles/gpg_keys/_key.html.haml
- config/routes/profile.rb 5 additions, 1 deletionconfig/routes/profile.rb
- doc/workflow/gpg_signed_commits/index.md 27 additions, 0 deletionsdoc/workflow/gpg_signed_commits/index.md
- spec/features/profiles/gpg_keys_spec.rb 16 additions, 0 deletionsspec/features/profiles/gpg_keys_spec.rb
- spec/models/gpg_key_spec.rb 27 additions, 0 deletionsspec/models/gpg_key_spec.rb
Please register or sign in to comment