Commit Graph

1096 Commits

Author SHA1 Message Date
Doug Davis eeca63e5a9
Merge pull request #1370 from duglin/issue1369
Ensure `traceparent` isn't an empty string
2025-10-02 12:25:07 -04:00
Doug Davis c8d12dd947 Ensure `traceparent` isn't an empty string
Fixes #1369

Signed-off-by: Doug Davis <duglin@gmail.com>
2025-10-01 12:01:28 +00:00
Doug Davis 1f91d35b75
Merge pull request #1366 from yordis/yordis/fixes-1364
Improve sequence extension documentation
2025-09-04 12:26:51 -04:00
Yordis Prieto c89e133eb4
Improve sequence extension documentation
fixes #1366

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
2025-09-04 12:12:00 -04:00
Doug Davis c26a69412e
Merge pull request #1362 from duglin/fixup
Fixup for new process & support shortened release names
2025-08-21 10:57:47 -07:00
Doug Davis 575ddd15bb remove a file that was added by mistake
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-08-21 03:46:14 +00:00
Doug Davis 1ac706a4f3 fix typo
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-08-20 18:46:43 +00:00
Doug Davis 97caeace30 remove trailing spaces
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-08-20 18:42:33 +00:00
Doug Davis ebf57f5f02 add @stable tag to docs
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-08-20 18:28:54 +00:00
Doug Davis c7bb3ea4e1 Fixup for new process & support shortened release names
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-08-19 20:33:42 +00:00
Doug Davis 8c9d74b6a7
Merge pull request #1358 from duglin/fixtags-main
Fixtags for cesql@v1.0.0 release/tags - main BRANCH
2025-08-19 12:20:43 -07:00
Doug Davis b0a0108802 fix links to new tag/release setup
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-08-15 15:35:15 +00:00
Doug Davis 4ad3223f05
Merge pull request #1356 from duglin/releases
Update release process
2025-08-15 07:06:24 -07:00
Doug Davis 40cda2e99d more review edits
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-08-15 14:04:35 +00:00
Doug Davis 6749e1fda2 more edits
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-07-31 11:56:59 +00:00
Doug Davis 177d4fe98f Update release process
- create a new branch for each release instead of a tag/github-release

Signed-off-by: Doug Davis <duglin@gmail.com>
2025-07-30 18:02:57 +00:00
Doug Davis e2d119e26d
Merge pull request #1353 from yordis/yordis/causationid-extension
feat(extensions): add event tracing extension with correlationid and causationid
2025-07-24 16:03:37 -04:00
Doug Davis e007e0aecb
Merge pull request #1355 from duglin/v2items
Add a "v2.md" file so we can close v2 issues/PRs
2025-07-24 15:57:55 -04:00
Doug Davis 11da3778f3 Add a "v2.md" file so we can close v2 issues/PRs
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-07-24 19:55:22 +00:00
Remi Cattiau c5eb14ae13
feat: update github adapter spec (#1306)
* fix: pages is an array so none can be considered the main one

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* feat: add PackageEvent

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* feat: add SponsorshipEvent

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* feat: add BranchProtectionRuleEvent

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* feat: add BranchProtectionConfigurationEvent and CustomPropertyEvent

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* feat: add more missing events

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* feat: add missing CodeScanningAlertEvent

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* wip

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* fix: dug last remarks

Signed-off-by: Remi Cattiau <remi@cattiau.com>

* fix: should case

Signed-off-by: Remi Cattiau <remi@cattiau.com>

---------

Signed-off-by: Remi Cattiau <remi@cattiau.com>
2025-07-17 12:54:02 -04:00
Yordis Prieto a43f83658e
feat(extensions): add event tracing extension with correlationid and causationid
closes #25

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
2025-07-14 15:02:06 -04:00
Jon Skeet 94c622d44a
Create a new issue template (#1350)
* Create a new issue template

Fixes #1348

Signed-off-by: Jon Skeet <jonskeet@google.com>

* Wrap text

Signed-off-by: Jon Skeet <skeet@pobox.com>

---------

Signed-off-by: Jon Skeet <jonskeet@google.com>
Signed-off-by: Jon Skeet <skeet@pobox.com>
2025-06-19 12:08:17 -04:00
Fabrizio Lazzaretti 3fd0012454
AsyncAPI with CloudEvents (#1349)
* AsyncAPI with CloudEvents

Adding a first draft according to https://github.com/cloudevents/spec/issues/1276

Signed-off-by: Lazzaretti <fabrizio@lazzaretti.me>

* add changes from code review

- remove intorudcion
- wrap the lines at 80 chars
- s/should/will/
- create translation files he/CN

Signed-off-by: Lazzaretti <fabrizio@lazzaretti.me>

* fix: title naming

Signed-off-by: Lazzaretti <fabrizio@lazzaretti.me>

* Add short samples on how to add CloudEvents support to AsyncAPI

Signed-off-by: Lazzaretti <fabrizio@lazzaretti.me>

* Change links for asyncapi-traits to location after merging

Signed-off-by: Lazzaretti <fabrizio@lazzaretti.me>

---------

Signed-off-by: Lazzaretti <fabrizio@lazzaretti.me>
2025-06-15 20:21:29 -04:00
Doug Davis c932302d7a
Merge pull request #1351 from duglin/fixtool
ignore .github files
2025-06-15 11:03:28 -04:00
Doug Davis 5f90878705 ignote .github files
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-06-15 15:01:42 +00:00
Doug Davis 67163e50ef
Merge pull request #1341 from thompson-tomo/task/DocTweaks
Make adapters.md the readme for the addapters folder
2025-05-15 13:10:24 -04:00
James Thompson 24ad80a58e Make adapters.md the readme for the addapters folder
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
2025-05-10 15:38:58 +10:00
Emmanuel Ferdman 43f1c5359c
Resolve deprecation warnings (#1336)
* Resolve bs4 deprecation warnings

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>

* Resolve pytest deprecation warnings

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>

---------

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-04-17 16:57:12 -04:00
Doug Davis 8f8770737c
Merge pull request #1334 from duglin/issue1251
wording tweak for issue 1251
2025-04-17 13:41:17 -04:00
Doug Davis 8386fa6743 wording tweak for issue 1251
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-04-17 17:40:24 +00:00
Doug Davis 37545bfcc8
Merge pull request #1333 from duglin/fixci
fix ci issue
2025-03-27 14:07:21 -04:00
Doug Davis 2e9e677f1d fix ci issue
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-03-27 18:03:47 +00:00
Doug Davis a31214efab
Merge pull request #1332 from duglin/removebot
Remove the "stale" action/bot per 3/20 call
2025-03-27 13:01:31 -04:00
Doug Davis 721144c759 Remove the "stale" action/bot per 3/20 call
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-03-20 16:43:09 +00:00
Doug Davis f65302fb7c
Merge pull request #1329 from xibz/main
Adds CDEvents to docs/open-source.md
2025-02-20 13:10:57 -05:00
benjamin-j-powell b5dc5ffd3e
update(docs): Add CDEvents to open-source.md
This commit adds the CDEvents project to teh open source list.

Signed-off-by: benjamin-j-powell <bjp@apple.com>
2025-02-13 15:12:50 -06:00
Doug Davis a85940fc1e
Merge pull request #1328 from duglin/xReg7
lowercase all attributes in subscription spec
2025-02-13 15:24:17 -05:00
Doug Davis 8c54946e50
Merge pull request #1327 from neuroglia-io/main
Add `Cloud Shapes` as a product that use the CloudEvents spec
2025-02-13 15:23:57 -05:00
Doug Davis fdab0b5c29 lowercase all attributes
Signed-off-by: Doug Davis <duglin@gmail.com>
2025-02-12 17:56:05 +00:00
Charles d'Avernas 0ce5ea4163
Add `Cloud Shapes` as products that use the CloudEvents spec
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
2025-02-12 12:27:29 +01:00
Charles d'Avernas fbb00366d6
Add `Cloud Streams` and `Synapse` as products that use the `CloudEvents` spec (#1326)
* Add CloudStreams and Synapse as products that use the CloudEvents spec

Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>

* Renamed cloud events into CloudEvents

Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>

---------

Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
2025-02-06 13:27:10 -05:00
Doug Davis d130533898
Merge pull request #1322 from duglin/1317continue
Add appendix to data classification extension
2025-01-16 12:50:49 -05:00
Doug Davis fed55696ea Add appendix to data classification extension
See #1317

Signed-off-by: Doug Davis <duglin@gmail.com>
2025-01-14 13:23:45 +00:00
Rob b1643cf6f9
Add data-classification.md extension (#1317)
* Add data-classification.md extension

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX based upon PR comments: correct spelling, add link in extensions/README.md and usage of MUST keyword in example use case
-

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX based upon PR comments: improve spelling

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX based upon PR comments: improve description around recommended labels, remove 'applicability constraints', extend usage section.
-

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX based upon PR comments: improve wording and usage of notational conventions
-

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX: add missing 'of'

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX based upon PR comments: extend usage section to state expectations when intermediaries/consumers encounter unknown attribute values.
-

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX: must -> MUST

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

* FIX based upon PR comments: in Usage section change 'ignore event' into 'report error'.

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>

---------

Signed-off-by: Rob Sessink <rob.sessink@gmail.com>
Co-authored-by: Rob Sessink <rob.sessink@gmail.com>
2024-12-12 14:09:56 -05:00
Doug Davis 68902074ee
Merge pull request #1320 from duglin/urlCheck
add another trusted host
2024-11-20 09:27:19 -05:00
Doug Davis 0c377f7cae add another trusted host
show the error when we fail

Signed-off-by: Doug Davis <duglin@gmail.com>
2024-11-20 14:26:15 +00:00
Doug Davis b131f9725c
Merge pull request #1319 from Bert-R/patch-1
docs: Textual correction
2024-11-14 12:21:58 -05:00
Bert Roos 0dad249627
docs: Textual correction
which --> that

Signed-off-by: Bert Roos <Bert-R@users.noreply.github.com>
2024-11-13 15:40:35 +01:00
Doug Davis 8463221d42
Merge pull request #1315 from vandewillysilva/add-contributor
docs: add vandewilly to contributors list
2024-10-17 14:00:05 -04:00
Vandewilly Oliveira da Silva 7f06c5c5c9
docs: add vandewilly to contributors list
Adding myself to the contributors list. It's a small thing, but
since I contributed to the deprecation extension, it's important
for me to be included.

Signed-off-by: Vandewilly Oliveira da Silva <vandewilly.oliveira-da.silva@hpe.com>
2024-10-16 13:13:04 -04:00