-
Notifications
You must be signed in to change notification settings - Fork 76
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
1407 : Background task to reindex all artifacts & 979 : UI Changes #1446
Conversation
skingle
commented
Aug 20, 2024
- Add background task to reindex all artifacts #1407
- Extract versionScheme, scaladocUrl, developers from pom files #979
…o, developers of the artifact
…lds-on-artifact-pages # Conflicts: # modules/core/shared/src/main/scala/scaladex/core/model/Project.scala
…a doc) on artifact pages (#18) UI changes for adding following fields to Artifact page: - Version Scheme - Developers - Scala Doc link from POM's property.info.apiURL ![image](https://github.com/user-attachments/assets/55a8e894-7fef-4fa7-8ee6-1358e8a323f6) ![image](https://github.com/user-attachments/assets/f276b436-585e-4fde-9e9d-fffad79b0355) ![image](https://github.com/user-attachments/assets/05dabdc4-ddbf-4220-8702-66fef3e44249)
Co-authored-by: adpi2 <[email protected]>
Great work @skingle! |
Deployed to https://index-dev.scala-lang.org/ |
The task is still running after 18 hours, which seems normal. I checked a few projects but I don't see any new fields appearing in the artifact page. I'll run it locally to see if it's working as expected. Maybe there is something we can do to speed it up. |
I can see in this artifact that the re-indexing is working. It takes about 150 ms to re-index a pom file. So it is going to take about 80 hours total. |