Open mike-solomon opened 1 day ago
Here are the things that need to be documented.
Column name | Required | Description | Examples |
---|---|---|---|
cloneurl | true |
The URL of the repository that should be ingested. | git@github.com:google/guava.git |
branch | false |
The branch of the above repository that should be ingested. | main |
changeset | false |
If provided, this will check out the repository at this specific commit SHA. | aa5f25ac0031 |
java | false |
Configures the JDK to use. | 17 or 17-tem or 17.0.6-tem |
jvmopts | false |
JVM options added to tools building LSTs. Must be configured before you can run the build command if non-standard VM options are required. | -Xmx4G |
mavenargs | false |
Build arguments are added to the end of the Maven command line when building LSTs. | -P fast |
gradleargs | false |
Build arguments that are added to the end of the Gradle command line when building LSTs. | -Dmyprop=myvalue |
I think there's some work that needs to be done here upon looking into this more. It seems like we (Moderne) are using this as our repos.csv for ingestion: https://github.com/moderneinc/moderne-organizations-multitenant/blob/main/tenants/moderne/repos.csv
In that, we don't include any of these columns other than the cloneUrl
and branch
-- we also provide a bunch of optional orgs
afterwards. We also are providing cloneUrl
instead of the cloneurl
we expect (and containsKey
is case sensitive I thought) - so I don't even know how that's working 🤔
With explanations of what each option is + examples.
Related: https://moderneinc.slack.com/archives/C01S4M53THT/p1731432906703609