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-logr/logr 8adefbe...dcdc3f2: > dcdc3f2 slogr: fix unintended API break in v0.8.0 (# 253) > 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (# 240) > 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 > e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 > cf56c3b build(deps): bump actions/setup-go from 4 to 5 > 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 > d55b4e2 Merge pull request # 241 from thockin/master > c589653 Merge pull request # 245 from thockin/sloghandler_empty_groups > 98ee9d9 Clean up slog testing and restore coverage > 006d752 Merge pull request # 246 from thockin/slog_context_tests > b01bad7 sloghandler: unnamed groups should be inlined > b228ba8 Break examples to new file > 5153ab2 unit tests with full SlogSink mock implementation > 2665157 Add tests for context with slog > 6432877 Add benchmarks for slogSink > 58f101e Fix bug in slog support carrying the wrong sink > f558531 Put slog tests in a helper, move funcr test > 6151b2f support a slog.Logger pointer in a context > 83dbe72 Fix some lint > 1fffd07 move slogr into main package > b5e7d9f funcr: Be consistent about quoted > 41d36ee build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 > 44c6ac8 funcr: Be consistent about colons > f36813a build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 > 955d2aa funcr: Be consistent about commas > 24eb27c build(deps): bump actions/github-script from 6.4.1 to 7.0.1 > 8221825 Add SlogSink support to funcr > 5b79d78 Merge pull request # 233 from go-logr/dependabot/github_actions/github/codeql-action-2.22.5 > d95f9b6 Get rid of testSlogSink > 424fad7 Merge pull request # 232 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.3.1 > e602c1d build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 > cdb930d Minor cleanups in slogr_test (readability) > 64618df build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 bumping knative.dev/networking ce0738a...ff63078: > ff63078 add the h2c app protocol value for the HTTP2 test (# 936) > 48f43ee Exclude test folder from code coverage calculation (# 934) > 5f213f7 upgrade to latest dependencies (# 935) > 1fbbbf9 Update GRPC/H2C conformance test (# 932) > 556d751 bump golang to v1.22 (# 931) > 71d6811 drop net-http01 from downstream testing (# 930) > 8bbc041 upgrade to latest dependencies (# 929) > f5845ef Update community files (# 928) > 630e71a feat: add isFailed for certificate (# 926) > 64e6032 upgrade to latest dependencies (# 927) > 22eb3d0 Update community files (# 924) > adc5e58 Update community files (# 923) > 1e6aa63 Update community files (# 922) > 1e7e42d upgrade to latest dependencies (# 921) > 66bdffa Update community files (# 920) > 060ef7a Clean up unused reconciler and certs code (# 919) > bdf2c51 upgrade to latest dependencies (# 918) > a874708 upgrade to latest dependencies (# 917) > ed5f0fa upgrade to latest dependencies (# 916) > a21edb5 Update community files (# 915) > 1dcd961 Update community files (# 914) bumping sigs.k8s.io/structured-merge-diff/v4 26781d0...cf09e71: > cf09e71 Merge pull request # 254 from apelisse/allow-duplicates-in-associative-lists > e0346c0 Merge pull request # 255 from apelisse/remove-unions > 29babbc merge: Allow duplicate keys in lhs > 9c99f49 Merge pull request # 253 from apelisse/merge-duplicates > 35d4e8c Remove unions logic, keep schema components > 1233172 Merge pull request # 251 from apelisse/add-compare-duplicates > 4daa91c typed: Replace duplicates rather than merging > 66711bf Merge pull request # 250 from apelisse/update-pathelement-map-values > a1f0e95 typed: Update compare algorithm to handle duplicates > c9d20e7 typed: Allow duplicates when we merge > 52ca48f Merge pull request # 249 from apelisse/tofieldset-duplicates > af4df06 fieldpath: Allow map to be updated > 6a279b9 fieldpath: Implement PathElementMap to map PEs to interface{} > f8c7b27 Rename lhsOrder and rhsOrder to lhsPEs and rhsPEs > 042aa8e Merge pull request # 247 from apelisse/loose-validation > 0e49988 tofieldset: Add tests to show it already allow duplicates > 476102f Merge pull request # 246 from apelisse/mild-cleanups > db12191 validation: Allow loose validation for sets > 3f658af Merge pull request # 245 from apelisse/split-merge-compare > 4d85fbb Further rename merge -> compare in compare.go > 7785c50 Merge pull request # 242 from kmala/master > 6703e6d typed: Simplify merge and compare to be more focused > 69b4451 Remove index from internal API/function calls > a345f52 Merge pull request # 243 from apelisse/jenny-emeritus > 69bc7e7 address review comment > 479fba6 typed: Split merge into merge and compare > 8f90031 Include mandatory atomic relation for lists in all schemas > 8e33abb Merge pull request # 237 from apelisse/proper-comparison > 2265178 lavalamp and jennybuckley are emeritus now > 6371a4d simplify test > ab402c1 Merge pull request # 240 from apelisse/equalsusing-in-compare > d1b78eb merge: Add flag to skip comparison after apply > 24aa83d deep copy slice object during append > fa1e46d Merge pull request # 239 from apelisse/use-using-recursively > 6e15532 Use EqualsUsing in Typed.Compare() > 6310a8a Do not use Compare for Equality checks > 1dca6fb Merge pull request # 238 from apelisse/compare-field-manager > 8bff488 Use EqualsUsing recursively > 1dfaf6b Merge pull request # 231 from ulucinar/fix-buildStructCacheEntry > 04eae3a fixture: Show diff when managers don't match > 758c177 value: Add benchmark for value.Equals > 27c21c1 Merge pull request # 232 from xmudrii/registry-k8s-io > 3726c80 Check inlined struct field's kind before recursively calling value.buildStructCacheEntry > da4b109 Merge pull request # 233 from apelisse/minor-cleanups > 7cc4784 Replace k8s.gcr.io with registry.k8s.io > bbe0f82 Merge pull request # 228 from apelisse/add-typename-different-from-version-test > 8961154 Mark AsTypeUnvalidated as deprecated > f76ddd2 Use version of the object rather than from typename > 71a41e1 test: Do not capture loop variable > 711abd7 Run the test 10 times in a row since it is flaky > 3440e0c schema: Fix unknown scalar types > 3f0a19a Add test to show that typename and version don't always match bumping k8s.io/utils d93618c...e7106e6: > e7106e6 Merge pull request # 290 from nitishfy/Nitish/go-get-deprecated > b307cd5 Merge pull request # 297 from skitt/fix-roundtoint32 > be5d99e remove go install > cf03d44 Merge pull request # 289 from skitt/golang-1.21-set-clear > fc7c3d4 Use math.Round for rounding in RoundToInt32 > 8a6db1c Transfer go get to go install > 3b25d92 Merge pull request # 283 from skitt/generic-ptr > 571d869 With Go 1.21, use clear in set.Clear() > 3019533 Merge pull request # 286 from skitt/set-equal > dc1a5d8 Add generic ptr.To, ptr.Deref, ptr.Equal > 9f67429 Merge pull request # 243 from logicalhan/generics > ecd9d48 Ensure set.Equal() compares the two set lengths > 10cedcc address tim's comments > c3703b2 fix lint issue > 46762cf make this implementation of sets compatible with the one in apimachinery > d8088cf add generic sets package to utils Signed-off-by: Knative Automation <automation@knative.team>
- Loading branch information