Skip to content

Conversation

@vidishagawas121
Copy link

gh pr create
--title "Backend: Index CompilerPlugin artifacts"
--body "This PR adds backend support for indexing CompilerPlugin artifacts in Scaladex.

  • Updates indexing logic to include CompilerPlugin
  • Adds database migration if needed
  • Ensures queries return correct versions and metadata
  • Adds unit/integration tests for indexing CompilerPlugin artifacts

This PR depends on PR 1, which introduced CompilerPlugin in the models."
--base main
--head feature/compiler-plugin-backend-indexing

- Introduce CompilerPlugin in Platform.scala
- Update BinaryVersion.toString to handle CompilerPlugin
- Update all platform matches in Artifact.scala to explicitly handle CompilerPlugin
- Throw UnsupportedOperationException where features aren’t implemented
- Add unit test for creating Artifact with CompilerPlugin
- Lints clean
- Update indexing logic to include CompilerPlugin artifacts
- Add database migration for CompilerPlugin if required
- Ensure queries return correct versions and metadata
- Add unit/integration tests for CompilerPlugin indexing
@kannupriyakalra kannupriyakalra requested a review from adpi2 October 14, 2025 18:04
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.

1 participant