forked from forgejo/forgejo
Fix bare-repo bugs (#2199)
* Fix bare-repo bugs * Integration tests * Unused import
This commit is contained in:
parent
aff11bc65e
commit
fd45a032a7
23 changed files with 575 additions and 2 deletions
|
@ -169,3 +169,10 @@
|
|||
num_pulls: 0
|
||||
num_closed_pulls: 0
|
||||
is_mirror: false
|
||||
|
||||
-
|
||||
id: 15
|
||||
owner_id: 2
|
||||
lower_name: repo15
|
||||
name: repo15
|
||||
is_bare: true
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
is_admin: false
|
||||
avatar: avatar2
|
||||
avatar_email: user2@example.com
|
||||
num_repos: 2
|
||||
num_repos: 3
|
||||
num_stars: 2
|
||||
num_followers: 2
|
||||
num_following: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue