davideuler / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
0 stars 0 forks source link

Repository gets hidden after remote branch deletion #433

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by m...@mansandersson.se on 22 May 2014 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by James.Mo...@gmail.com on 22 May 2014 at 9:20

GoogleCodeExporter commented 9 years ago
Hotfix pushed to master & develop.

Original comment by James.Mo...@gmail.com on 22 May 2014 at 11:29

GoogleCodeExporter commented 9 years ago
Issue 439 has been merged into this issue.

Original comment by James.Mo...@gmail.com on 29 May 2014 at 5:42

GoogleCodeExporter commented 9 years ago
1.6.0 released.

Original comment by James.Mo...@gmail.com on 17 Jun 2014 at 12:24