-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: cloudevents/sdk-python
base: c5645d8
head repository: cloudevents/sdk-python
compare: 5932e6e
- 6 commits
- 7 files changed
- 1 contributor
Commits on Oct 19, 2022
-
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1e69fa3 - Browse repository at this point
Copy the full SHA 1e69fa3View commit details -
deps: add protobuf and grpcio-tools to dev dependencies.
we're gonna use grpcio-tools over raw `protoc` to compile python protos Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e332e23 - Browse repository at this point
Copy the full SHA e332e23View commit details -
chore: Check in cloudevents.proto from the cloudevents-spec
See https://github.com/cloudevents/spec/blob/main/cloudevents/formats/cloudevents.proto for an up-to-date version of the format. Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c930e59 - Browse repository at this point
Copy the full SHA c930e59View commit details -
chore: generate proto stubs from the spec.
We're using the following command to generate protos using `grpcio-tools` package. The command should be run from the repo root. ``` python -m grpc_tools.protoc -I.\cloudevents\proto\ --python_out=.\cloudevents\proto .\cloudevents\proto\cloudevents.proto ``` Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 53005c6 - Browse repository at this point
Copy the full SHA 53005c6View commit details -
chore: generate proto typeshed stubs.
We're using the following command to generate protos and proto type stubs using `grpcio-tools` package. The command should be run from the repo root. ``` python -m grpc_tools.protoc -I.\cloudevents\proto\ --python_out=.\cloudevents\proto --pyi_out=.\cloudevents\proto .\cloudevents\proto\cloudevents.proto ``` Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05bb6df - Browse repository at this point
Copy the full SHA 05bb6dfView commit details -
chore: Export proto-generated entries.
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5932e6e - Browse repository at this point
Copy the full SHA 5932e6eView 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 c5645d8...5932e6e