Skip to content

Add tagger within tag view

Roger Meier requested to merge siemens/gitlab:feat/tagger into master

What does this MR do?

The tagger was not visible within the tag views, this MR does show tagger info within the tag view, see #27729 (closed)

With the latest release of gitaly, the tagger info is provided by the backend as well, see gitaly#2120 (closed)

To be considered #19260 GPG signed commit and !17773 (merged)

🔧 with at Siemens

Screenshots

annotated tag from a user known by GitLab

Screenshot_2019-11-23_at_00.13.26

annotated tag from a user unknown by GitLab

Screenshot_2019-11-07_at_08.51.12

simple tag without any user information

Screenshot_2019-11-07_at_22.01.40

signed tag

implementation is not part of that MR, will be a follow-up, but so we can do UX review once

Screenshot_2019-11-08_at_13.24.46

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
Edited by Roger Meier

Merge request reports