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

scaladex: 1024- Add a fullScalaVersion field in Artifact (#1) #1406

Merged
merged 3 commits into from
May 27, 2024

Conversation

kannupriyakalra
Copy link
Collaborator

@kannupriyakalra kannupriyakalra commented May 26, 2024

Issue- #1024

  • added fullScalaVersion in Artifact class
  • added extractScalaVersion method
  • added "full_scala_version" field in ArtifactTable
  • added data migration file V20__add_full_scala_version.sql
  • displayed the full Scala version to the user in the artifacts.scala.html template.
  • updated tests

* feat: added fullScalaVersion in Artifact class

* feat: added languageToScalaVersion method

* feat: added 2 fields in ArtifactTable

* feat: added data migration file

* feat: WIP new field added in artifor fullScalaVersion

* fix: deleted POM files used for testing

* fix: [error] (server / scalafixAll) scalafix.sbt.ScalafixFailed: TestError

* fix: fixed " org.flywaydb.core.api.FlywayException: Found more than one migration with version 19"

* fix: scalafmt formatting issues
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions. Apart from that it is looking quite good.

* refactor: based on Pr comments

* fix: formatting

* fix: formatting
@kannupriyakalra kannupriyakalra merged commit 0c417e0 into scalacenter:main May 27, 2024
3 checks passed
@kannupriyakalra
Copy link
Collaborator Author

Some suggestions. Apart from that it is looking quite good.

Thank you for reviewing my PR, incorporated all suggested changes and merged the PR.

@adpi2
Copy link
Member

adpi2 commented May 28, 2024

Thanks @kannupriyakalra. I deployed this to https://index.scala-lang.org/. Let's wait a bit for new artifacts to come and we should see the fullScalaVersion.

@mzuehlke
Copy link

First artifact appeared:

https://index.scala-lang.org/nationalarchives/da-metadata-schema/artifacts/da-metadata-schema/0.0.19?binary-version=_3

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 this pull request may close these issues.

3 participants