Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate content to cdevents.dev #103

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 41 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,45 @@ The latest release of the specification on is
continuously follow the latest updates of the specification on [the `main`
branch](./spec.md).

The concepts and ideas that have formed the current specification are outlined in the [CDEvents Primer](./primer/_index.md).
To understand more about the concepts and ideas that have formed the current published
specification, visit the [CDEvents Documentation](https://cdevents.dev/docs/) site.

tdcox marked this conversation as resolved.
Show resolved Hide resolved
The reference specification is maintained in this repository.

Key assets are as follows:

### [White Paper](./CDEvents_Whitepaper.pdf)

The Continuous Delivery Foundation White Paper on CDEvents

### [Primer](https://cdevents.dev/docs/primer/)

An introduction to CDEvents and associated concepts

### [Common Metadata](./spec.md)

An overview of Metadata common across the CDEvents Specification

### [Core Events](./core.md)

Definition of specific events that are fundamental to pipeline execution and orchestration

### [Source Code Control Events](./source-code-version-control.md)

Handling Events relating to changes in version management of Source Code and related assets

### [Continuous Integration Events](./continuous-integration-pipeline-events.md)

Handling Events associated with Continuous Integration activities, typically involving build and test

### [Continuous Deployment Events](./continuous-deployment-pipeline-events.md)

Handling Events associated with Continuous Deployment activities

### [CloudEvents Binding and Transport](./cloudevents-binding.md)

Defining how CDEvents are mapped to CloudEvents for transportation and delivery

## CDEvents SDKs

CDEvents is developing as set of SDKs:
Expand All @@ -52,6 +90,7 @@ CDEvents is developing as set of SDKs:
* [Python](https://github.com/cdevents/sdk-python)
* [Java](https://github.com/cdevents/sdk-java)


## Community

### How to get involved
Expand All @@ -65,7 +104,7 @@ via:

### Contributing

If you would like to contribute, see our [contributing](https://github.com/cdevents/.github/blob/main/docs/CONTRIBUTING.md)
If you would like to contribute, see our [contributing](https://cdevents.dev/community/contribution-guidelines/)
guidelines.

### Governance
Expand Down
457 changes: 0 additions & 457 deletions images/cdevents.drawio

This file was deleted.

Loading