generated from coulomb/repo-seed
Some checks failed
ci / validate-registry (push) Has been cancelled
Implement Integration Definition validator CLI with schema and index checks, pytest suite, and CI workflow. Register open-cmis-tck and issue-core-gitea in the integration index. Closes OPEN-WP-0003 and OPEN-WP-0004.
49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
YAML
version: 1
|
|
updated: '2026-06-24'
|
|
domain: infotech
|
|
schema: schemas/integration.schema.yaml
|
|
integrations:
|
|
- id: markitect-quarkdown
|
|
name: Markitect Quarkdown Render Adapter
|
|
status: active
|
|
owner: markitect-quarkdown
|
|
reuse_mode: adapter
|
|
risk_level: medium
|
|
path: integration/quarkdown.integration.yaml
|
|
repo: markitect-quarkdown
|
|
upstream:
|
|
name: Quarkdown
|
|
project_url: https://github.com/iamgio/quarkdown
|
|
notes: >
|
|
Reference integration for adapter reuse mode. Definition lives in the
|
|
consuming repository; this index row is the registry discovery surface.
|
|
|
|
- id: open-cmis-tck
|
|
name: Apache Chemistry OpenCMIS TCK Harness
|
|
status: registered
|
|
owner: open-cmis-tck
|
|
reuse_mode: adapter
|
|
risk_level: medium
|
|
path: integration/opencmis-tck.integration.yaml
|
|
repo: open-cmis-tck
|
|
upstream:
|
|
name: Apache Chemistry OpenCMIS TCK
|
|
project_url: https://github.com/apache/chemistry-opencmis
|
|
notes: >
|
|
Guide-board extension wrapping OpenCMIS TCK ConsoleRunner through a
|
|
cli-boundary adapter.
|
|
|
|
- id: issue-core-gitea
|
|
name: issue-core Gitea Backend
|
|
status: registered
|
|
owner: issue-core
|
|
reuse_mode: adapter
|
|
risk_level: medium
|
|
path: integration/gitea-backend.integration.yaml
|
|
repo: issue-core
|
|
upstream:
|
|
name: Gitea
|
|
project_url: https://github.com/go-gitea/gitea
|
|
notes: >
|
|
RemoteBackend adapter mapping issue-core task lifecycle onto the Gitea
|
|
issues API. |