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

Add paging or sensible page size for GitHub release crawlers #138

Open
djesionek opened this issue Jan 31, 2024 · 0 comments
Open

Add paging or sensible page size for GitHub release crawlers #138

djesionek opened this issue Jan 31, 2024 · 0 comments
Labels

Comments

@djesionek
Copy link
Contributor

Reproduction steps

  • Use a Jenkins plugin that utilizes tools and provides and "Install from GitHub" option
  • The tool has more than 30 released versions returned from GitHub API

  • execute crawler script locally that uses github API to list releases
  • if the github repo has more than 30 releases, only last 30 will be listed in the result

Expected Results

Seing all releases of the said tool.

Actual Results

Only maximum of 30 releases are shown for selection

Anything else?

After checking all crawlers, the following might be affected:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant