mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Repo listings are paginated in the API now. Unfortunately, they are ORDER BY updated_unix which only has second resolution. This means that if you do a listing when multiple projects were created at the same time you can unstable ordering. If that unstable ordering happens at a page boundary you may fail to get a complete repo listing. To make things worse sorting by updated_unix means that we may never get a complete listing because udpated_unix can change independent of our API calls. Fix this by making the API repo listing order by id instead. |
5 years ago | |
---|---|---|
.. | ||
app.go | 5 years ago | |
email.go | 5 years ago | |
follower.go | 5 years ago | |
gpg_key.go | 5 years ago | |
key.go | 5 years ago | |
repo.go | 5 years ago | |
star.go | 5 years ago | |
user.go | 5 years ago | |
watch.go | 5 years ago |