-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
There is no result for "Mirrors" -> can someone confirm it's not working on postgress??? #13489
Comments
works on mysql ... can someone confirm it's not working on postgress? |
I'm using PostgreSQL 11. |
No one with PostgreSQL?! ;) |
Gitea 1.12.6 still same problem. |
Gitea 1.13.0 still same problem. |
sqlite3 works too |
I can confirm it is not working on postgres for me also on 1.13.0 |
Same with 1.16.6. |
1.19.3 ... still not working. |
I cannot reproduce this both in OS: macOS Do you noticed some error logs when click |
I know the "problem". The query with the params is
where owner_id=1 is the logged user (admin) id. But the projects has other owner_id's And this is not the same like the logged_user_id. owner_id = orga_id This is, why it's not working. |
That's a design problem (not related to database) These tabs: The question is: why the design is so? I don't know. Feel free to propose fixes for this behavior. |
@lunny ? |
Maybe it should be consider as a bug? The scope of |
…list (go-gitea#31946) Fix go-gitea#13489 In the original implementation, only `All` will display your owned and collaborated repositories. For other filters like `Source`, `Mirrors` and etc. will only display your owned repositories. This PR removed the limitations. Now except `collbrations`, other filters will always display your owned and collaborated repositories.
…list (#31946) (#32122) Backport #31946 by @lunny Fix #13489 In the original implementation, only `All` will display your owned and collaborated repositories. For other filters like `Source`, `Mirrors` and etc. will only display your owned repositories. This PR removed the limitations. Now except `collbrations`, other filters will always display your owned and collaborated repositories. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
…list (go-gitea#31946) Fix go-gitea#13489 In the original implementation, only `All` will display your owned and collaborated repositories. For other filters like `Source`, `Mirrors` and etc. will only display your owned repositories. This PR removed the limitations. Now except `collbrations`, other filters will always display your owned and collaborated repositories. (cherry picked from commit 4947bec)
[x]
):Description
I have 6 projects with gitea in the project name. When I switch to "Mirrors" I see 0. But I should see 6 projects? All 6 are mirrors.
O I misunderstand the "Mirrors" tab.
Screenshots
The text was updated successfully, but these errors were encountered: