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

Scrapping Scaladex should support dynamically generated data #66

Closed
WojciechMazur opened this issue Mar 23, 2022 · 0 comments · Fixed by #68
Closed

Scrapping Scaladex should support dynamically generated data #66

WojciechMazur opened this issue Mar 23, 2022 · 0 comments · Fixed by #68

Comments

@WojciechMazur
Copy link
Collaborator

Content of Scaladex versions matrix is not a static page - the content is being dynamically generated upon scrolling the page. For most of the projects that are not an issue, however, Scaladex can also contain snapshot version entries (scalacenter/scaladex#927) for which we should not run the build as they're not stable, and we accept only official (pre-)releases.
If the project contains a lot of snapshots we might not be able to get the last official release in the initial results scrapped using JSoup, (we have that problem with http4s) and though would be not able to resolve names of the artefacts produced by the given version. It would also lead to building a project using main branch, instead of using stable state assigned to given version tag.

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

Successfully merging a pull request may close this issue.

1 participant