The owner has already reached the limit of 100 repositories.
#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://codeberg.org/Benjamin_Loison
https://codeberg.org/repo/create
Linking to the own most issues repository would be nice. As there is no such
Sort
when filtering with the UI, let us make a Python script:Listing all users having more (in case of priviledged users) or exactly the limit of repositories to study if they are already abusing. According to https://codeberg.org/explore/users there are about 1,503 * 15 = 22,545.
users/search
does not seem to list the number of repostories, butrepos/search
gives the owner.Explain them the purposes of all my repositories.
Could argue that most of time do not actually fork code if I do not modify or refer precisely to it to not uselessly overload, could have exceptional manual increase to 1,000 ideally 10,000, how would I do if I was them?
Source: https://gitea.lemnoslife.com/admin/users/21/edit
So on https://codeberg.org/admin/users/74932/edit for them.
Got it with:
Note that https://codeberg.org/admin/ requires authentication and with my account I get
Forbidden
.If they increase my repository limit, stating in the error message that can request manual increase would be nice.
Verified decreasing issue number with the following algorithm on first 50 issues of Annihilation_mod:
Example of many repositories having the most issues: Benjamin_Loison/firefox.
Do I have the same limitation on my own Gitea instance? It does not seem to. Otherwise would have soon noticed it with my current user.
There are about 20 * 4,323 = 86,460 repositories according to https://codeberg.org/explore/repos. Found 86,592 with above algorithm.
Only:
seem reachable and having exceeded this limit. Both have been active in the last 2 weeks.
https://codeberg.org claims 125,129 projects and 98,121 users.
I asked on Codeberg Matrix:
Note that the most repositories user have 468.
I do not notice anymore the error message on https://codeberg.org/repo/create following the treatment of my request.
Note that it is unclear to me how we can retrieve the current user number of repositories limit.
Looking at the source code seems to be the most appropriate way to answer this question.
/user
API endpoint does not return this information, even when selectingAll (public, private, and limited)
instead ofPublic only
on codeberg.org/user/settings/applications.Related to Benjamin-Loison/opentimestamps-client/issues/12.