├── .github └── CODEOWNERS ├── LICENSE ├── README.md ├── docs ├── facilitator_tasks.md ├── meetings.md ├── meetings_2020.md ├── meetings_2021.md ├── meetings_2022.md ├── pipelines-terminology.md ├── policy_driven_cd.md ├── roadmap.md ├── tools-terminology.md ├── vocabulary.md └── workstream-governance.md └── workstreams └── archived └── events_in_cicd ├── README.md ├── charter.md └── meetings.md /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/README.md -------------------------------------------------------------------------------- /docs/facilitator_tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/facilitator_tasks.md -------------------------------------------------------------------------------- /docs/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/meetings.md -------------------------------------------------------------------------------- /docs/meetings_2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/meetings_2020.md -------------------------------------------------------------------------------- /docs/meetings_2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/meetings_2021.md -------------------------------------------------------------------------------- /docs/meetings_2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/meetings_2022.md -------------------------------------------------------------------------------- /docs/pipelines-terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/pipelines-terminology.md -------------------------------------------------------------------------------- /docs/policy_driven_cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/policy_driven_cd.md -------------------------------------------------------------------------------- /docs/roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/roadmap.md -------------------------------------------------------------------------------- /docs/tools-terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/tools-terminology.md -------------------------------------------------------------------------------- /docs/vocabulary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/vocabulary.md -------------------------------------------------------------------------------- /docs/workstream-governance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/docs/workstream-governance.md -------------------------------------------------------------------------------- /workstreams/archived/events_in_cicd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/workstreams/archived/events_in_cicd/README.md -------------------------------------------------------------------------------- /workstreams/archived/events_in_cicd/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/workstreams/archived/events_in_cicd/charter.md -------------------------------------------------------------------------------- /workstreams/archived/events_in_cicd/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdfoundation/sig-interoperability/HEAD/workstreams/archived/events_in_cicd/meetings.md --------------------------------------------------------------------------------