-
- Downloads
move signature cache read to Gpg::Commit
as we write the cache in the gpg commit class already the read should also happen there. This also removes all logic from the main commit class, which just proxies the call to the Gpg::Commit now.
Showing
- app/models/commit.rb 0 additions, 5 deletionsapp/models/commit.rb
- lib/gitlab/gpg/commit.rb 3 additions, 0 deletionslib/gitlab/gpg/commit.rb
- spec/lib/gitlab/gpg/commit_spec.rb 49 additions, 12 deletionsspec/lib/gitlab/gpg/commit_spec.rb
- spec/models/commit_spec.rb 0 additions, 82 deletionsspec/models/commit_spec.rb
Please register or sign in to comment