Here's a minor bug:
- add a new repo (important: not in DB, not fetched) to a project, eg
git@github.com:dergachev/screengif.git
- visit its entry in the Repository tab for the project: http://docker2:4000/projects/sitediff/repository/screengif
- observe initially you see
404: The entry or revision was not found in the repository.
- On refresh of the same page, observe the repo is parsed properly.
To reproduce this bug with an existing repo:
- remove its record from Redmine DB
- remove its clone from the filesystem:
rm -Rf plugins/redmine_git_remote/repos/github.com/dergachev/screengif/
- follow steps above