Add Bot Badge to Bot Users

Summary

A Bot User is created using a Project Access Token. When you go to the Members list of said project and look at the bot user, there is a link that says "Learn more about <bot_user>". Currently, this link is broken and doesn't lead anywhere. I suspect this is supposed to lead to project_access_tokens.html#project-bot-users.

Steps to reproduce

  1. Create a project access token.
  2. Go to the members list of the project
  3. Find the bot user that was created.
  4. Hover over the user and try to click on the link in the pop-up.

What is the current bug behavior?

Clicking on "Learn more about <bot_user>" doesn't do anything.

What is the expected correct behavior?

User should be able to easily identify that the user is a bot.

Relevant logs and/or screenshots

learn_more

Update from 07-2022

Current interaction:

Output of checks

This happens on GitLab.com 13.12.0-pre 6102cc94

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Proposal

Add a badge to indicate the account is a bot.

live proposed
Screen_Shot_2022-07-25_at_4.13.00_PM Frame_24
Edited by Hannah Sutor