-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: containerd/typeurl
base: 933576d
head repository: containerd/typeurl
compare: 5b047ad
- 13 commits
- 7 files changed
- 6 contributors
Commits on Mar 13, 2024
-
Bump google.golang.org/protobuf from 1.27.1 to 1.33.0
Bumps google.golang.org/protobuf from 1.27.1 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78074c6 - Browse repository at this point
Copy the full SHA 78074c6View commit details
Commits on Aug 17, 2024
-
Merge pull request #44 from containerd/dependabot/go_modules/google.g…
…olang.org/protobuf-1.33.0 Bump google.golang.org/protobuf from 1.27.1 to 1.33.0
Configuration menu - View commit details
-
Copy full SHA for 35cf9db - Browse repository at this point
Copy the full SHA 35cf9dbView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a8bae3 - Browse repository at this point
Copy the full SHA 5a8bae3View commit details -
- update actions/setup-go to v5 - update actions/checkout to v4 Signed-off-by: Akhil Mohan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08a9016 - Browse repository at this point
Copy the full SHA 08a9016View commit details -
add go 1.23.x into test matrix
Signed-off-by: Akhil Mohan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e745af7 - Browse repository at this point
Copy the full SHA e745af7View commit details
Commits on Oct 12, 2024
-
Since containerd is not using gogo anymore it seems like we should remove the depenency on gogo here since gogo is a fairly large dependency and is also unaintained. This also gets imported by the runc shim and adds a fair amount to the binary size (in terms of percentage of the whole size). I did keep a fallback test in that still imports gogo and continues to work. The test marshals a type with gogo and then unmarshals it by typeurl. This is why gogo is still in the go.mod Not sure if this is worthwhile or not. This may need a module version bump since some functions will behave differently now. Signed-off-by: Brian Goff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d3d258 - Browse repository at this point
Copy the full SHA 7d3d258View commit details
Commits on Oct 15, 2024
-
Add back support for gogo through handler interface
A handler is an unexported type that is used to abstract external type registries, such as gogoproto. This allows us to add back gogo support but allow those who don't need it to compile it out with the `!no_gogo` build tag. Signed-off-by: Brian Goff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5745849 - Browse repository at this point
Copy the full SHA 5745849View commit details
Commits on Oct 28, 2024
-
Merge pull request #49 from akhilerm/fix-ci
ci: fix workflows and test on go 1.23.x
Configuration menu - View commit details
-
Copy full SHA for 2e61169 - Browse repository at this point
Copy the full SHA 2e61169View commit details
Commits on Oct 31, 2024
-
Merge pull request #50 from cpuguy83/remove_gogo
Make gogo optional at compile time
Configuration menu - View commit details
-
Copy full SHA for 30fd8da - Browse repository at this point
Copy the full SHA 30fd8daView commit details
Commits on Nov 5, 2024
-
Fix panic when type is not found
Signed-off-by: Derek McGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21b066a - Browse repository at this point
Copy the full SHA 21b066aView commit details -
Merge pull request #52 from dmcgowan/fix-panic-notfound
Fix panic when type is not found
Configuration menu - View commit details
-
Copy full SHA for 1666bdb - Browse repository at this point
Copy the full SHA 1666bdbView commit details
Commits on Nov 6, 2024
-
Fix unmarshalling of registered types
This is a faithful backport of #53 --- In 7d3d258 I inadvterantly removed support for json unmarshalling for the case when a type implements a protobuf message but is a type that is registered. For types that are registered through the `Register` function typeurl is supposed to ignore the interfaces that the type implements and just use json. This change restores that behavior. Signed-off-by: Brian Goff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a044d53 - Browse repository at this point
Copy the full SHA a044d53View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b047ad - Browse repository at this point
Copy the full SHA 5b047adView 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 933576d...5b047ad