You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. View the repositories page and see that all repositories are visible (i.e. gitblit-url.tld/repositories/
2. Delete a branch on the server from the git client
3. View the repositories page again and see that the repository is missing from the
page.
4. Visit the repository page for that specific repository by manually typing the url
(i.e. gitblit-url.tld/summary/my%2Frepository.git). Everything looks fine.
5. Revisit the repositories page and voila, the repository is back.
What is the expected output? What do you see instead?
I should see my repositories on the repository page every time I visit it.
What version of the product are you using? On what operating system?
Gitblit Go 1.5.1 running on Windows Server 2012
Please provide any additional information below.
The stdout log provides me with the following output:
2014-05-22 12:23:09 [INFO ] 35 repository models loaded for MyUser in 94 msecs
2014-05-22 12:24:46 [INFO ] ARF: my/repository.git/info/refs?service=git-receive-pack
(100) authenticated
2014-05-22 12:24:47 [INFO ] ARF: my/repository.git/git-receive-pack (100) authenticated
2014-05-22 12:24:47 [INFO ] MyUser DELETED refs/heads/fix/testing-branch in my/repository.git
(dd6c9da699a580e9b895feba04f95f5c30e07bf7)
2014-05-22 12:24:52 [INFO ] 34 repository models loaded for MyUser in 78 msecs
2014-05-22 12:25:40 [INFO ] 35 repository models loaded for MyUser in 78 msecs
Reported by mail@mansandersson.se on 2014-05-22 10:35:01
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 433
Reported by
mail@mansandersson.se
on 2014-05-22 10:35:01The text was updated successfully, but these errors were encountered: