1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/data/appr_model/test
Kenny Lee Sin Cheong 816b7a9ed3 Add check for no repos when getting recent tags (#366)
Add an extra check and return an empty dict if no repo is given.
This is needed because `Tag.repository << [rid for rid in
repository_ids]` will fail on MySQL if the list is empty.
2020-04-30 14:55:45 -04:00
..