Indefinite loading of commit data in .dot directories
Created by: jbbr
Gitlab does not show commit information (last updated / last commit) for directories whose name begins with "." Instead the loading indicator (Loading commit data...) is visible indefinitely.
The ajax request for the commit data fails with an error 404. The requested url is something like https://gitlab.com/user/project/refs/master/logs_tree/.idea?_=1423501669010
The problem occurs in the latest Gitlab 7.7.2. Also with the official gitlab instance on https://gitlab.com
Steps to reproduce:
- Add and push directory ".anything" with some files in it to a gitlab repository
- List directory ".anything" in the web interface