-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: cloudevents/sdk-javascript
base: main
head repository: cloudevents/sdk-javascript
compare: v3.x
- 14 commits
- 36 files changed
- 7 contributors
Commits on Sep 11, 2020
-
docs: add ref to CoC and other things (#244)
* add ref to CoC and other things Signed-off-by: Doug Davis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d7886c - Browse repository at this point
Copy the full SHA 1d7886cView commit details -
Signed-off-by: Doug Davis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d78d101 - Browse repository at this point
Copy the full SHA d78d101View commit details -
refactor: validate cloudevent version agnostic (#311)
Signed-off-by: Grant Timmerman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d2f01a - Browse repository at this point
Copy the full SHA 3d2f01aView commit details -
test: implement pending tests leftover from TS rewrite (#315)
This commit implements 4 of the 6 pending tests that were not completed during the TypeScript rewrite. The two tests that were not implemented were (one for each of v1 and v03): ``` it("returns a JSON string even if format is invalid"); ``` I don't really know what that's supposed to be/mean, so I removed them. Fixes: #232 Signed-off-by: Lance Ball <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcd869e - Browse repository at this point
Copy the full SHA fcd869eView commit details -
chore: Update references of master to main (#316)
Signed-off-by: Lucas Holmquist <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b44dfa - Browse repository at this point
Copy the full SHA 9b44dfaView commit details -
fix: upgrade uuid from 8.2.0 to 8.3.0 (#317)
Snyk has created this PR to upgrade uuid from 8.2.0 to 8.3.0. See this package in npm: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/lance/project/37afc620-45ad-41a3-9acc-1ac155caebc7?utm_source=github&utm_medium=upgrade-pr Signed-off-by: Lucas Holmquist <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e433f9a - Browse repository at this point
Copy the full SHA e433f9aView commit details -
chore: Remove commented version import. (#319)
* The commented out version import now gets imported from the cloudevent.ts file Signed-off-by: Lucas Holmquist <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffb1a13 - Browse repository at this point
Copy the full SHA ffb1a13View commit details -
chore: Update README with correct links for the support specification…
… versions (#321) * chore(readme): Remove reference of HTTPReceiver * chore(readme): fix support specification links. * This adds the real links to the v0.3 and v1.0 specification. fixes #320 Signed-off-by: Lucas Holmquist <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 198abb6 - Browse repository at this point
Copy the full SHA 198abb6View commit details -
chore: add cucumber.js to list of files to lint and /docs to .gitigno…
…re (#327) Signed-off-by: Lance Ball <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef05f27 - Browse repository at this point
Copy the full SHA ef05f27View commit details -
feat: introduce Message, Serializer, Deserializer and Binding interfa…
…ces (#324) * lib(messages): Implement a 4.0 Messages and other supporting interfaces This commit introduces the Message, Serializer and Deserializer, and Binding interfaces used to convert a CloudEvent into a Message that can be sent across a transport protocol. The first protocol implemented for this is HTTP, and some of the functionality formerly in src/transport/http has been simplified, reduced and/or moved to /src/messages/http. Test for V1 and V3 events are in place. Conformance tests have been modified to use these new interfaces vs. the HTTP Receiver class. Signed-off-by: Lance Ball <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2eb476 - Browse repository at this point
Copy the full SHA e2eb476View commit details -
feat: add a constructor parameter for loose validation (#328)
* feat: add a constructor parameter for loose validation This commit adds a second, optional boolean parameter to the `CloudEvent` constructor. When `false` is provided, the event constructor will not perform validation of the event properties, values and extension names. This commit also modifies the ValidationError class so that the error message string includes the JSON.stringified version of any schema validation errors. It also makes the HTTP.toEvent() function create CloudEvent objects with loose/no validation. Incorporates comments from #328 Fixes: #325 Signed-off-by: Lance Ball <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0e7281 - Browse repository at this point
Copy the full SHA a0e7281View commit details -
fix: upgrade cloudevents from 3.0.1 to 3.1.0 (#335)
Snyk has created this PR to upgrade cloudevents from 3.0.1 to 3.1.0. See this package in npm: https://www.npmjs.com/package/cloudevents See this project in Snyk: https://app.snyk.io/org/lance/project/cb2960b0-db0c-4e77-9ab2-e78efded812e?utm_source=github&utm_medium=upgrade-pr Co-authored-by: snyk-bot <[email protected]> Signed-off-by: Lucas Holmquist <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6732194 - Browse repository at this point
Copy the full SHA 6732194View commit details -
chore(example): Replaced body parser with express JSON parser (#334)
Signed-off-by: Philip Hayes <[email protected]> Co-authored-by: Philip Hayes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6204af - Browse repository at this point
Copy the full SHA e6204afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ed261 - Browse repository at this point
Copy the full SHA b9ed261View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...v3.x