Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping golang.org/x/sync 14be23e...411f99e: > 411f99e LICENSE: update per Google Legal bumping k8s.io/gengo f967bbe...a0386bf: > a0386bf Merge pull request # 267 from MadhavJivrajani/add-go-directive-verify > a8d1235 Merge pull request # 255 from TheSpiritXIII/parse-generics > 7d40e07 .*: add verify script for go directive changes > 9cff633 Merge pull request # 265 from longit644/master > 239d3d4 Support parsing type parameters > 51d4e06 Merge pull request # 262 from thockin/master > 2a31dd7 v2: Replace parallel arrays with array of objects in Signature.Parameters and Signature.Results > 00c4be8 Merge pull request # 261 from thockin/master > e4602e9 Drop go.mod version to 1.20 > 471f57d Merge pull request # 259 from thockin/master > 1b5de37 Add 'ForTesting' to test-related function name > e7d5fc5 v2: Pass BuildTags in an Options struct > 3d3d421 Less impactful base-config injection > 483edb0 v2: s/Golang/Go/ > bb7bd59 Allow tests to seed a packages.Config > 9d8f49d v2: verify script chdir to v2 root > f79cce5 Add a top-level 'make test' for v0 and v2 > 008dc98 v2: Adapt PR 244 for v2 > 780d761 v2: Only log it the first time a package is added > d43ccb5 v2: No need to check nil iterating Inputs > e246f57 v2: Rename SourcePath -> Dir > 4d1b815 v2: Rename Builder -> Parser > e08acb0 v2: Drop importPathString type > bb5d06d v2: Rename 'tc' import to 'gotypes' > d5e4a35 v2: Move utils from gengo/v2/types -> gengo/v2 > 8679c27 v2: Remove now-unused FlattenMembers > 3446e13 v2: Get rid of the 'args' pkg > ccc4c0d v2: Get rid of CustomArgs entirely > b08ffa4 v2: Get rid of defaulter-gen (moved to k/k) > 8efa95a v2: Get rid of deepcopy-gen (moved to k/k) > 13c3e12 v2: Get rid of InputDirs flag - just use args > ea6ce31 v2: Drop test-files support > eb27a87 v2: Get rid of import-boss (moved to k/k) > f90bbd9 v2: Get rid of WithoutDefaultFlagParsing > c80e16a v2: Move go-header-file flag to each tool > e58ef8d v2: Remove verify-only - unused and untested > 292d08b v2: Move OutputFileBase flag to each tool > b02b6ab v2: Rename output-package -> output-pkg > 3d41cf4 v2: Make the OutputBase flag each tool's problem > 28180da v2: Type-assert CustomArgs blindly > be91502 v2: Rename DefaultGen -> GolangGenerator > 1d55203 v2: Rename Target.SourcePath() -> Dir() > 0f7c7f4 v2: Rename generator.Package -> Target > 08e97a3 v2: Drop `generator.Packages` type > 2a2caee v2: Rename DefaultPackage to SimplePackage > 97504d1 v2: Tighten the API to parser: args >> fields > 20e69f2 v2: Improve V(5) logging > 67e6f6a v2: Don't mkdir in verify mode > 5458972 v2: Use a type-switch in findTypesIn > c682af1 v2: Make comment handling easier to follow > 3d886b1 v2: Remove defunct trim-path-prefix > f06a6c1 v2: Remove unused functions > bb502ed v2: Deepcopy: Better logging > b291295 v2: Add a gengo/v2 README > a118b3d v2: Remove defunct references to "vendor" > 9b09b53 v2: Fix pointuh for v2 > dceb5f1 v2: Fix kilroy for v2 > 8cca9bb v2: Fix tracer for v2 > ec9c476 v2: Fix import-boss for v2 > d4d7c3c v2: Fix defaulter-gen for v2 > 6064973 v2: Fix deepcopy-gen for v2 > 7bd92cd v2: Use Go's packages.Load() > 92bda7a v2: Add trivial other-pkg example (pointuh) > 8e61ce4 v2: Add trivial same-package example (kilroy) > e06da46 v2: Add trivial gengo/v2 "tracer" example > f59fc19 v2: Remove set-gen: it's almost never used in k/k > b843a12 v2: Don't auto-set the Go header file > ce1e343 v2: Run and fix golangci-lint > 4c6a0f3 v2: Run gofmt on all Go files > 70d4955 v2: Bump golang.org/x/tools and mod tidy > 63cd203 v2: Change all imports to reference v2 > 130553f Copy all code to v2, no changes > 6a789c9 Fix bad 'find' args in verify bumping github.com/prometheus/procfs ff0ad85...51919fd: > 51919fd enable testifylint linter (# 643) > d9caa8e Return support for Go 1.20 (# 645) > faf06ce Update common Prometheus files > d9448e6 ignore NODEV errors when parsing powersupply files > 513f259 Bump golang.org/x/sys from 0.19.0 to 0.20.0 (# 639) > dbe3261 Update class_thermal.go (# 634) > ae2937e Fixup sysfs/system_cpu.go lint errors (# 638) > 51f7d13 feat: Add support for `CONFIG_CPU_FREQ_STAT` (# 627) > 5a801c6 Parse recovery line to be synced blocks (# 637) > 1adce6b bugfix: `s/TrimRight/TrimSuffix` for certain cases (# 618) > 2085b8f bugfix: Allow multiple `xprt` fields for NFS stats (# 619) > 68fb3df enhancement: Use pointer fields for `FibreChannel*` (# 623) > 5cca38b Update common Prometheus files (# 635) > 6bec248 Revert "fix: same TCP connection appears twice (# 631)" (# 633) > 987bedc fix: same TCP connection appears twice (# 631) > ee70db2 Merge pull request # 632 from prometheus/superq/1.22 > 0fdebd3 chore: Use kernel-compliant types for `{U,G}IDs` (# 620) > faa3526 Update Go versions > 69fc8f6 *: `s/(%v|%s)/%w` and use `go1.20` (# 617) > eac8540 update MAINTAINERS.md (# 629) > 3387ec6 style: returns procfs build-in error like other parsing methods (# 630) > 5819c81 Revert add avgRTT to nfs mountstats # 487 (# 625) > c5ada8d Update common Prometheus files > 6bba74b Update common Prometheus files > f7c2619 Update common Prometheus files (# 615) > aa18116 Update common Prometheus files (# 613) > 72170b5 Bump golang.org/x/sys from 0.17.0 to 0.18.0 (# 611) > b5cb3d2 Update common Prometheus files (# 610) > 6ae6f98 Update common Prometheus files (# 609) > 7b6eccc chore: class_fibrechannel: support optional attributes (# 607) > da53333 Update common Prometheus files (# 608) > 4b77c68 Bump golang.org/x/sys from 0.16.0 to 0.17.0 (# 606) > 6d8714c Add support for for /proc/net/tls_stat kTLS stats (# 579) > 0f527e6 Add `/sys/class/watchdog` statistics (# 594) > d254b01 Add support for gtime and cgtime stats. (# 597) > f5f033b feat: Add `/sys/fs/btrfs/<FSID>/commit_stats` statistics (# 580) > 51a293e golint: redundant type from array, slice, or map composite literal (# 601) > d735b08 Update common Prometheus files (# 604) > 868112d infiniband: support Intel irdma devices (# 605) > dd493f4 Bump golang.org/x/sys from 0.15.0 to 0.16.0 (# 603) > f06ab8f Bump golang.org/x/sync from 0.5.0 to 0.6.0 (# 602) > 495e483 Update common Prometheus files > 8a3ea46 Update common Prometheus files (# 598) > a45c08c Update common Prometheus files (# 596) > 534069e Bump golang.org/x/sys from 0.13.0 to 0.15.0 (# 593) > 8f660d1 meminfo: add Percpu field (# 588) > 732ca0f Update common Prometheus files (# 595) > feff289 Update common Prometheus files (# 590) > 9fdfbe8 Add udp drops (# 538) > f11f6e4 Update crypto.go, fix incorrect spelling (# 591) > 6990574 Bump golang.org/x/sync from 0.3.0 to 0.5.0 > e9c69c6 Update common Prometheus files > 43bf323 Bump golang.org/x/sys from 0.12.0 to 0.13.0 > f78f919 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 > 2cfca8d fix(meminfo): remove `bytes` versions of fields that aren't bytes > f75eb9f ref(meminfo): simplify variable assignment > 18260ef fix(meminfo): account for optional unit field so values are accurate > 894a5e8 Update common Prometheus files (# 578) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information