-
Notifications
You must be signed in to change notification settings - Fork 58
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 JENKINS-63048 #25
Conversation
Hi @mecseid, I have the same problem with the JENKINS-63048 ticket, wait for this PR update. Try your workaround, able default page size in the gitea config (app.ini) is not work.
|
Hi @yylin1, Based on the Gitea documentation, the workaround should be work. What version are you using?
So, I think, before v1.12.0, you have to set |
Hi @mecseid, I'm using Set the parameter in the gitea config (app.ini) via
Scan Gitea Organization Log:
Thank you for your quick response. BTW, so this gitea-plugin PR issue will update in the new gitea version? (v1.13.0) |
As far as I know, this plugin doesn't follow the release schedule of gitea. |
The related PR was unfortunately merged into 1.12 - so this has been present for a while. |
When is the next release of this project planned, and is this PR going to be apart of that release? |
Sorry @zombified but I don't have so much information about the next release date (and when this PR merged to master). |
Thanks @mecseid for these changes. I am successfully using them for quite a while now through a fork of this repository. It works pretty well and none of my branches/tags are missing anymore. 👍 Unfortunately those changes reveal some performance issues with the currently used API endpoints. Given the fact that I dived into the Gitea API and found two possible alternatives for these endpoints.
Both alternative endpoints are not paged and I think they return the necessary dataset that is needed at that point of the plugin logic. Since switching to another API endpoint clearly is not scope of this PR, I've opened an issue at Jenkins JIRA to discuss a change and other possible redesigns that might increase plugin performance. But I thought I share my experiences with you over here. Maybe there are some possible changes to reduce the workload. 🤷 |
I think this fixed now in #31, please reopen if not |
Based on go-gitea/gitea#9452, fix https://issues.jenkins-ci.org/browse/JENKINS-63048