[go: up one dir, main page]

Skip to content

Unable to view commit history for any directory named signatures in web

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Summary

Unable to view commit history for any directory named signatures

Steps to reproduce

  1. create new gitlab repository
  2. commit and push new directory named signatures, contents of the directory are irrelevant
  3. navigate to created directory and press History button above file tree panel
  4. this navigates to url, like https://gitlab.com/username/project-name/-/commits/main/signatures?ref_type=heads
  5. page shows 404: Page not found

Example Project

https://gitlab.com/modbrin1/project-name/-/tree/main?ref_type=heads

What is the current bug behavior?

Page navigates to 404: Page not found

example:

What is the expected correct behavior?

Page shows commit history, like similar directories named differently

examples:

Relevant logs and/or screenshots

Output of checks

This bug happens on GitLab.com

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)

Possible fixes

Edited by 🤖 GitLab Bot 🤖