openrewrite / rewrite-kotlin

Work-in-progress implementation of Kotlin language support for OpenRewrite.
Apache License 2.0
47 stars 13 forks source link

Mass ingest Kotlin projects #472

Closed traceyyoshima closed 11 months ago

traceyyoshima commented 11 months ago

Steps:

  1. Link to most starred Kotlin projects.
  2. Check if the project will be successfully ingested:
    • Maven projects should work.
    • Gradle projects require the jvm or the kotlin multiplatform plugin.
      • Note: The android plugin is not supported and will result in PlainText sources, so we do not want to add Android projects that only contain the Android plugin as ingest jobs.
  3. Add ingest jobs to Jenkins via https://github.com/moderneinc/jenkins-ingest.
    • Follow the steps in the readme.
  4. Add the new repos to the SAAS organizations.
kunli2 commented 11 months ago

@traceyyoshima, I have added the automated script and auto generated more kotlin repos to the ingestion by https://github.com/moderneinc/jenkins-ingest/pull/184, The rest part is to filter and add more to the SAAS organization, I assigned this to you since you are more familiar and will be more efficient.

traceyyoshima commented 11 months ago

Closing issue as completed: @kunli2 has added the repositories with Kotlin CUs to the SAAS.