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
- create new gitlab repository
- commit and push new directory named
signatures
, contents of the directory are irrelevant - navigate to created directory and press
History
button above file tree panel - this navigates to url, like
https://gitlab.com/username/project-name/-/commits/main/signatures?ref_type=heads
- 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:
- https://gitlab.com/modbrin1/project-name/-/commits/main/signature?ref_type=heads
- https://gitlab.com/modbrin1/project-name/-/commits/main/signatures2?ref_type=heads
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 🤖