Adrien Piquerez

Results 262 comments of Adrien Piquerez

Those methods should probably return `Option`. They are called in the [twirl files](https://github.com/scalacenter/scaladex/tree/main/modules/template/src/main/twirl/scaladex/view) (the front-end generator) to create links between pages. So then we need to deal with the `None`...

This is a really good start @joke1196. The scalafix check fails because of the organize import rule. You can fix it by runnning `scalafixAll` in sbt.

> @adpi2 Is there a way I could update the small index? As I added a new field commit_activity all the JSON files used to populate the test DB cannot...

> The last thing is I cannot reproduce the failling integration test. I ran several times infra / IntegrationTest / test, but the getCommitActivity test always succeeds. Not sure how...

I deployed this PR in the dev environment and the result can be seen here: https://index-dev.scala-lang.org/ It will take some time to download all the commit activity.

@joke1196 this is a great contribution! I really like the look of the sparkline in the project page. There are a few things that we may want to add before...

Oh yeah now I understand your idea of a lifeline. There is something similar in Github in the main page of an organization. For instance: https://github.com/com-lihaoyi. So I still think...

Awesome @joke1196! I deployed the branch to the dev environment: https://index-dev.scala-lang.org/. We should have all the commit_activity populated in about 9 hours.

For a particular release we should return all available information: ``` groupId: String, artifactId: String, name: String, version: String, platform: String, scaladoc: String, dependencies: List[Dependency] ```

Thanks for pushing this idea. There is a plan currently to add this kind of search functionnality in scaladoc (Scala 3) using [Inkuire](https://github.com/VirtusLab/Inkuire). Then it might not be too hard...