Skip to content

Remove unused Gitlab::Git.committer_hash

Markus Koller requested to merge remove-git-committer-hash into master

What does this MR do?

The method was changed in gitaly-ruby (gitaly!1709 (comment 263859855)), and rather than backporting that change to Rails we just inline the hashes in the specs.

The time is not needed in the specs either, so we only specify the email and name.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Merge request reports