generated from coulomb/repo-seed
first working guide-board architecture core
This commit is contained in:
33
profiles/assessments/cmis-browser-baseline.json
Normal file
33
profiles/assessments/cmis-browser-baseline.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"id": "cmis-browser-baseline",
|
||||
"framework_refs": [
|
||||
"cmis.browser-binding.compatibility.v1"
|
||||
],
|
||||
"extension_refs": [
|
||||
"open-cmis-tck"
|
||||
],
|
||||
"target_profile_ref": "kontextual-cmis-compat",
|
||||
"selected_check_groups": {
|
||||
"open-cmis-tck": [
|
||||
"repository-type",
|
||||
"object-content"
|
||||
]
|
||||
},
|
||||
"expectations_ref": null,
|
||||
"waivers_ref": null,
|
||||
"output_policy": {
|
||||
"report_formats": [
|
||||
"json",
|
||||
"markdown"
|
||||
],
|
||||
"artifact_retention": "raw-logs-plus-summary"
|
||||
},
|
||||
"retention_policy": {
|
||||
"summary_days": 365,
|
||||
"raw_artifact_days": 30
|
||||
},
|
||||
"runtime_policy": {
|
||||
"offline": false,
|
||||
"timeout_seconds": 300
|
||||
}
|
||||
}
|
||||
32
profiles/assessments/sample-noop.json
Normal file
32
profiles/assessments/sample-noop.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"id": "sample-noop-assessment",
|
||||
"framework_refs": [
|
||||
"guide-board.sample-readiness.v0"
|
||||
],
|
||||
"extension_refs": [
|
||||
"sample-noop"
|
||||
],
|
||||
"target_profile_ref": "sample-repository",
|
||||
"selected_check_groups": {
|
||||
"sample-noop": [
|
||||
"profile-shape"
|
||||
]
|
||||
},
|
||||
"expectations_ref": null,
|
||||
"waivers_ref": null,
|
||||
"output_policy": {
|
||||
"report_formats": [
|
||||
"json",
|
||||
"markdown"
|
||||
],
|
||||
"artifact_retention": "summary-only"
|
||||
},
|
||||
"retention_policy": {
|
||||
"summary_days": 365,
|
||||
"raw_artifact_days": 0
|
||||
},
|
||||
"runtime_policy": {
|
||||
"offline": true,
|
||||
"timeout_seconds": 30
|
||||
}
|
||||
}
|
||||
42
profiles/targets/kontextual-cmis-compat.json
Normal file
42
profiles/targets/kontextual-cmis-compat.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"id": "kontextual-cmis-compat",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "kontextual-engine compat-tck",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding compatibility preparation"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:8000/cmis/compat-tck/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": null,
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions",
|
||||
"cmis.object-services",
|
||||
"cmis.content-streams"
|
||||
],
|
||||
"known_gaps": [
|
||||
{
|
||||
"id": "atompub-not-targeted",
|
||||
"requirement_refs": [
|
||||
"cmis.atompub-binding"
|
||||
],
|
||||
"reason": "The first target profile is Browser Binding only.",
|
||||
"status": "unsupported_by_design"
|
||||
},
|
||||
{
|
||||
"id": "web-services-not-targeted",
|
||||
"requirement_refs": [
|
||||
"cmis.web-services-binding"
|
||||
],
|
||||
"reason": "The first target profile is Browser Binding only.",
|
||||
"status": "unsupported_by_design"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
profiles/targets/sample-repository.json
Normal file
19
profiles/targets/sample-repository.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "sample-repository",
|
||||
"subject_type": "repository",
|
||||
"subject_name": "Sample Repository",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"profile validation",
|
||||
"run planning"
|
||||
],
|
||||
"endpoints": [],
|
||||
"artifacts": [
|
||||
"README.md"
|
||||
],
|
||||
"credentials_ref": null,
|
||||
"declared_capabilities": [
|
||||
"guide-board.sample-readiness.v0.profile-shape"
|
||||
],
|
||||
"known_gaps": []
|
||||
}
|
||||
Reference in New Issue
Block a user