This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping github.com/go-openapi/swag 0579829...b3e7a53: > b3e7a53 fix(mangling): fixed name mangling when special chars are substituted > 0ddf107 fix(ci): muted warnings in CI runs due to cache conflicts > 11b0957 fix(yaml): make MarshalYAML deterministic > 3f60c98 fix(yaml): handled null values from JSON > 80e31a2 fixed broken godoc badge in readme (# 74) > cb87dba fixed broken link in readme (# 73) > cd381d7 updated & relinted (# 70) > 4de0676 fix: windows support for loading files (# 71) > f28dd7a check for nil pointers before calling IsZero. (# 67) bumping k8s.io/klog/v2 6ded808...007e661: > 007e661 textlogger: allow caller to override stack unwinding > 2d08296 Merge pull request # 396 from pohly/slog-helper > 2086216 Merge pull request # 393 from kaisoz/add-safeptr > e4deee8 slog: use main logr package instead of logr/slogr > 8dd3f2e Merge pull request # 395 from pohly/readme-update > 881fa0b Add SafePtr wrapper > 5d1d2d5 add SetSlogLogger > 761b630 Merge pull request # 394 from pohly/owners-update > d3dd725 docs: clarify relationship between different features > e3f75b8 Merge pull request # 384 from pohly/slog > 39afdba dependencies: logr v1.4.1 > f33bd6c OWNERS: remove serathius, add mengjiao-liu, promote pohly > 02e7b69 Merge pull request # 391 from pohly/with-name-output > 44eadc3 add slog support > b588475 Merge pull request # 380 from pohly/golangci-lint-action > 009a04a output: handle WithName like zapr does > cc856bb update to logr 1.3.0 > edee20c Merge pull request # 392 from pohly/promote-experimental > 1a0dfc5 github: run golangci-lint via action > 61b308a Merge pull request # 390 from pohly/go-vet-print > 18cdd3a promote experimental code to stable > ef25537 fix revive issues > 6632ba5 Merge pull request # 376 from pohly/stderr-threshold-docs > 6af4ad1 testing: bump Go version matrix > a4f9060 fix golangci-lint issues > ff82b97 Merge pull request # 379 from lowang-bh/fixWarning > 3838dbc stderrthreshold: fix flag comment > b394f4b enable "go vet" checks for parameters > 5ac9b76 Merge pull request # 378 from aimuz/fix-370 > 6c35c6a resolve comments warning > 1e2789b fix: SetLogger via klog.SetLogger will output an unexpected newline bumping google.golang.org/protobuf 3068604...4a76e11: > 4a76e11 all: release v1.34.1 > 9d9d8d3 encoding/proto[json|text]: accept lower case names for group-like fields > 6c3ebca all: update to protobuf 27.0-rc1 and regenerate protos > 2939520 all: start v1.34.0-devel > 242df22 all: release v1.34.0 > c2b76ee all: fix deprecated > e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages > c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability > d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls > 94bb78c proto: return an error instead of producing invalid wire format > 671c2db [proto] use the correct parent when resolving features for extensions > 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap > 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension > b30b634 protobuf: fix required/group bug in descriptor proto output of editions files > bab4b5d protobuf: support gaps in edition defaults calculation > a18684d protobuf: fix delimited fields under editions in go > 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo() > 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations) > 87fded5 internal/impl: ensure proto.HasExtension does not allocate > 3797f00 protogen: update Options documentation. protogen.Run doesn't exist. > 4fd828f proto: extend Unmarshal documentation, include an example > c69658e proto: extend Marshal documentation, include an example > 3ebf7dd proto: fix HasPresence for extensions and missing plugin response > dea00b5 all: enable editions support > 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto > 3039476 all: implement proto2/proto3 as editions [2/2] > 7259b46 all: implement proto2/proto3 as editions [1/2] > f563685 all: use subtests to identify the message type > e216807 all: start v1.33.0-devel > ec47fd1 all: release v1.33.0 > f01a588 encoding/protojson, internal/encoding/json: handle missing object values > 235ef28 all: fix integration test on macOS > fe89159 internal/filedesc: make descriptor initialization goroutine-safe > 6bec1ef proto: move explicit test as a seed into the fuzz test > 02e13d2 internal/filedesc: align editions and non-editions HasPresence() > 416d517 internal/conformance: make conformance tests work with editions > 055c812 encoding/prototext: add proto editions and fuzz tests > 2caa6b0 all: format all .proto files > f2cb7f1 encoding/protojson: add protojson editions tests including fuzztests > 08a11b3 testing/prototest: add extension and required editions messages > da0e663 proto: add editions tests for invalid messages > f9eb6c7 go_features.proto: move .proto file next to generated .pb.go file > 11de0a6 all: add editions support for extensions > 7d98b0e all: implement `features.field_presence = LEGACY_REQUIRED` support > 6e0d73f proto: add extension tests for editions protos > 1944577 proto: add more editions tests for proto.Size and proto.Equal > 5e8da94 proto: add decoding fuzz test for proto3 to editions conversion > 8f6a661 proto: add fuzztest for proto2 and equivalent editions proto > 997075a reflect/protodesc: add editions support > f102ec6 all: add more test for editions and fix some bugs in the implementation > e391005 reflect/protodesc: propagate field_presence legacy_required properly > 020ec10 internal/filedesc: implement runtime editions support > f387b03 editions: add some test protos for editions > 2040e86 all: implement Go-specific GenerateLegacyUnmarshalJSON > 99e193e all: update to protobuf-26.0-rc2 to implement go edition features > 82c6b3a protoreflect: remove unnecessary cache so extension types can be GC'ed > b70f02b editions: minor fix to resolve editions features correctly > 9e454d6 internal/filedesc: refactor editions feature resolution > 26a52f3 reflect/protodesc: fix packed field conditional > 7c85df2 reflect/protodesc: fix group validation: not supported in proto3 > 18202d2 testing/protocmp: add MessageTypeResolver. > 7b78149 internal/impl: correct reflect.ValueError use > 56dad28 all: add Security Policy (SECURITY.md) > 9f73929 all: start v1.32.0-devel Signed-off-by: Knative Automation <[email protected]>
- Loading branch information