Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 999 repository limit SQLite, 15000 repository limit MySQL, Postgres #1776

Closed
thiago opened this issue Aug 29, 2016 · 4 comments
Closed
Labels

Comments

@thiago
Copy link

thiago commented Aug 29, 2016

I have a problem with the stash. Apparently it does not display all repositories that have access.

Performing some tests, I realized that the request is limited in 1000 and I have access to 1800 repositories.

My suggestion is to apply a paging client that consumes the api stash, but I can't ensure if this resolve the problem.

I got this problem with version 0.4 and 0.5.

@appleboy
Copy link

appleboy commented Sep 2, 2016

@thiago Closed this issue?

@mariusgrigoriu
Copy link

mariusgrigoriu commented Sep 2, 2016

Not ready to be closed because you can't query a repo added to drone if it appears as the 1000th or later remote. #1783

@thiago
Copy link
Author

thiago commented Sep 9, 2016

@mariusgrigoriu you're right! I did not know why this was happening, thank you.
Sorry by delay.

@bradrydzewski
Copy link

I merged #1783 which increases the limit to 15,000

I am closing this issue with the wont fix label because ultimately I don't think we are going to fully solve this problem. If someone has 50,000 github repositories Drone simply will not be able to mashup the data efficiently. I view the current 15,000 repository limit as good enough workaround for the vast majority of installations.

Thanks to @thiago and @josmo and @mariusgrigoriu for their work on implementing the workaround.

@harness harness locked and limited conversation to collaborators Feb 23, 2017
@bradrydzewski bradrydzewski changed the title Stash not display all repositories Fix 999 repository limit SQLite, 15000 repository limit MySQL, Postgres Feb 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants