Gitea api not updating #9285

Closed
opened 2025-11-02 08:34:07 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @mootfrost on GitHub (Jul 29, 2022).

Description

I have 30 repos in gitea. My side loads all repos from: https://git.mootfrost.ru/api/v1/users/Mootfrost777/repos.
New public repos aren't visible in api response.

Gitea Version

1.16.5

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

Ubuntu 22.04

How are you running Gitea?

Docker

Database

No response

Originally created by @mootfrost on GitHub (Jul 29, 2022). ### Description I have 30 repos in gitea. My side loads all repos from: https://git.mootfrost.ru/api/v1/users/Mootfrost777/repos. New public repos aren't visible in api response. ### Gitea Version 1.16.5 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System Ubuntu 22.04 ### How are you running Gitea? Docker ### Database _No response_
GiteaMirror added the type/questionmodifies/api labels 2025-11-02 08:34:07 -06:00
Author
Owner

@noerw commented on GitHub (Jul 29, 2022):

This API is paginated and defaults to 30 items per page. use ?page= and the X-Total-Count header

@noerw commented on GitHub (Jul 29, 2022): This API is paginated and defaults to 30 items per page. use `?page=` and the `X-Total-Count` header
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9285