[*] enhance testmod metadata
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-02-23 17:49:07 +01:00
parent b5d3e5594b
commit 0a20b8eb74
Signed by: Johannes
GPG Key ID: E76429612C2929F4
9 changed files with 45 additions and 2 deletions

View File

@ -1,6 +1,12 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-base-testmod", "id": "libjf-base-testmod",
"name": "LibJF Base",
"version": "1.0", "version": "1.0",
"environment": "*" "environment": "*",
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
}
} }

View File

@ -1,6 +1,7 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-config-v1-testmod", "id": "libjf-config-v1-testmod",
"name": "LibJF Config",
"version": "1.0", "version": "1.0",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
@ -13,6 +14,9 @@
"config": { "config": {
"referencedConfigs": ["libjf-web-v0"] "referencedConfigs": ["libjf-web-v0"]
} }
},
"modmenu": {
"parent": "libjf-testmod"
} }
} }
} }

View File

@ -1,11 +1,17 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-config-reflect-v1-testmod", "id": "libjf-config-reflect-v1-testmod",
"name": "LibJF Config Reflect",
"version": "1.0", "version": "1.0",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
"libjf:config": [ "libjf:config": [
"io.gitlab.jfronny.libjf.config.test.reflect.TestConfig" "io.gitlab.jfronny.libjf.config.test.reflect.TestConfig"
] ]
},
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
} }
} }

View File

@ -1,11 +1,17 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-data-manipulation-v0-testmod", "id": "libjf-data-manipulation-v0-testmod",
"name": "LibJF Data Manipulation",
"version": "1.0", "version": "1.0",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
"main": [ "main": [
"io.gitlab.jfronny.libjf.data.manipulation.test.TestEntrypoint" "io.gitlab.jfronny.libjf.data.manipulation.test.TestEntrypoint"
] ]
},
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
} }
} }

View File

@ -1,6 +1,12 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-data-v0-testmod", "id": "libjf-data-v0-testmod",
"name": "LibJF Data",
"version": "1.0", "version": "1.0",
"environment": "*" "environment": "*",
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
}
} }

View File

@ -1,11 +1,17 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-translate-v0-testmod", "id": "libjf-translate-v0-testmod",
"name": "LibJF Translate",
"version": "1.0", "version": "1.0",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
"main": [ "main": [
"io.gitlab.jfronny.libjf.translate.test.TestEntrypoint" "io.gitlab.jfronny.libjf.translate.test.TestEntrypoint"
] ]
},
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
} }
} }

View File

@ -1,6 +1,7 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-unsafe-v0-testmod", "id": "libjf-unsafe-v0-testmod",
"name": "LibJF Unsafe",
"version": "1.0", "version": "1.0",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
@ -15,6 +16,9 @@
"libjf": { "libjf": {
"asm.export": true, "asm.export": true,
"asm.log": true "asm.log": true
},
"modmenu": {
"parent": "libjf-testmod"
} }
} }
} }

View File

@ -1,6 +1,7 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-web-v0-testmod", "id": "libjf-web-v0-testmod",
"name": "LibJF Web",
"version": "1.0", "version": "1.0",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
@ -9,6 +10,9 @@
"custom": { "custom": {
"libjf": { "libjf": {
"web": true "web": true
},
"modmenu": {
"parent": "libjf-testmod"
} }
} }
} }

View File

@ -1,6 +1,7 @@
{ {
"schemaVersion": 1, "schemaVersion": 1,
"id": "libjf-testmod", "id": "libjf-testmod",
"name": "LibJF Testmods",
"version": "1.0", "version": "1.0",
"environment": "*" "environment": "*"
} }