mirror of https://github.com/knative/caching.git
bumping google.golang.org/genproto bbf56f3...83a465c:
> 83a465c chore(all): update all (# 1070)
> 419f025 chore(all): update actions/github-script action to v7 (# 1071)
bumping google.golang.org/genproto/googleapis/api bbf56f3...83a465c:
> 83a465c chore(all): update all (# 1070)
> 419f025 chore(all): update actions/github-script action to v7 (# 1071)
bumping github.com/google/uuid 8de8764...4d47f8e:
> 4d47f8e chore(master): release 1.5.0 (# 145)
> 9ee7366 feat: Validate UUID without creating new UUID (# 141)
> b35aa6a add uuid version 6 and 7 (# 139)
bumping knative.dev/pkg 9386ad6...03265f7:
> 03265f7 Bump golang.org/x/tools from 0.16.0 to 0.16.1 (# 2917)
> 155eba4 Bump google.golang.org/api from 0.153.0 to 0.154.0 (# 2920)
> d71ca9a Bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 (# 2918)
> 5413322 Bump github.com/google/uuid from 1.4.0 to 1.5.0 (# 2916)
> 4914c47 Bump google.golang.org/api from 0.152.0 to 0.153.0 (# 2914)
> 9ad79ff Bump actions/setup-go from 4 to 5 (# 2913)
bumping golang.org/x/tools a9ef4cf...2acb2e6:
> 2acb2e6 gopls/internal/test/marker: minor clean up of marker test doc
> 28b92af internal/typeparams: eliminate remainining compatibility shims
> ee35f8e gopls/internal/lsp/source: hovering over broken packages is not an error
> 67611a1 internal/typeparams: eliminate type aliases
> 23c86e8 internal/typeparams: delete const Enabled=true and simplify
> e46688f gopls/internal/analysis/fillstruct: don't panic with invalid fields
> 8bd7553 gopls/internal/util/goversion: warn about EOL for Go 1.18
> bc9cd15 gopls/internal/settings: remove MemoryMode option
> bbc30f1 gopls/protocol: Allow AnnotatedTextEdits
> f40889d gopls/internal/analysis/stubmethods: fix OOB panic in fromValueSpec
> 113a081 gopls/internal/lsp/protocol: report panics in RPC goroutines
> 0640701 gopls/internal: don't bug.Report when given an invalid position
> 90c60a2 gopls/internal/lsp/source: forgive inliner failures in ill-typed code
> 6823dc4 go/ssa: tidy the docs
> f580f77 cmd/deadcode: publish internal/cmd/deadcode
> 7590aeb gopls/internal/lsp/source: improve method hover
> 8e821ab gopls/internal/server: tidy imports, fix build
> 1b28e5d gopls/internal/lsp/protocol: eliminate NonstandardRequest
> 1153928 go/packages: improve docs of 'go list' and GOPACKAGESDRIVER
> c4e846a gopls/internal/analysis: improve analyzer docs
> 003c81d internal/diff: eliminate duplicate code with generics
> 5e672e2 gopls/internal/lsp/source: add test for rename spurious shadowing
> 9dce7c1 Revert "gopls/internal/server: rewrite the server diagnostic tracking"
> c8cb6a3 gopls/doc: add a note updating the original design doc
> 184d2a7 gopls/internal/server: rewrite the server diagnostic tracking
> 625a693 gopls/internal/lsp/cache: move gc_details toggle state to the snapshot
> 7e4a1ff internal/lsp/command: allow //go:generate command access network
> c7cadca gopls/internal/cmd: remove gopls.run_vulncheck example
> 79d4e32 gopls/internal/lsp/cache/parsego: clamp positions when fixing statements
> 58556d1 gopls/internal/lsp/protocol/generate: restore indentation
> c4f958a gopls/internal/cmd: add 'execute' command
> d146c60 gopls/internal/test/marker: move ExitIfSmallMachine back to TestMain
> b74ea80 gopls/internal/lsp/source/completion: support more postfix completion for map and slice (len, for, forr)
> ca243bd gopls/internal/server: simplify snapshot diagnostics
> c0305a8 gopls/internal/lsp/server: simplify logic for diagnosing changed files
> ee21c63 gopls/internal/test: move the tests
> 83512c4 internal/lsp/source/completion/snippet: move from lsp/snippet
> c21f267 gopls/internal/lsp: remove lsp path segment
> 5995d31 gopls/internal/util: more renamings
> 8c1b662 gopls/internal/analysis: rename lsp/analysis -> analysis
> d599a86 gopls: move marker tests to internal/test/marker
> 6dd3b2b gopls/internal/server: superficial clean up of diagnostics
> 5fb3132 gopls/internal/lsp: delete dead code
> 1b1e4da internal/imports: remove duplicate unused imports
> 42c4470 gopls/protocol/generate: files to generate lsp stubs
> f291bf8 gopls: update lsp stubs
> db5acf6 gopls/internal/util: move lru,frob,bug,{ast,types,path}util here
> 147b88d internal/server: factor protocol.NonNilSlice
> 6e052bb gopls/internal/server: rename from lsp
> 30c5d24 gopls/internal/lsp/cache/metadata: rename Metadata to Package
> 8cd8121 gopls/internal/regtest: avoid file segments ending in a period
> c8019b9 gopls/internal/lsp/cache: move ignoreFilter onto View
> f930faf gopls/internal/lsp: remove analysisMode, and other unused params
> c04fbc0 gopls/internal/lsp: cleanups to view logic
> 64f8a68 gopls: remove unnecessary conversions
> 12b4de1 gopls/internal/lsp/source: fix hover for objects in unsafe
> 4cbc053 gopls/internal/lsp: invert the import between cache and source
> ad85a67 gopls/internal/lsp/source: eliminate AnalyzerErrorKind
> 2c02506 gopls/internal/lsp/cache: clean up more references to the source package
> 0454d64 gopls/internal/lsp/source/typerefs: move to ../cache/typerefs
> d2ba90b gopls/internal/lsp/source/methodsets: move to ../cache/methodsets
> e3785e8 gopls/internal/lsp/source/xrefs: move to ../cache/xrefs
> ef6cba8 gopls/internal/lsp/cache: move parsing types / algorithm to parsego
> b9a0354 gopls/internal/lsp/cache: split metadata related types into a package
> 87aa71c gopls/internal/lsp/cache: move load diagnostics to packageHandle
> b405134 gopls/internal/telemetry/cmd/stacks: skip gopls@devel
> 73e70de gopls/internal/lsp: factor showMessage calls
> 1896879 gopls: enable telemetry uploading only with 'serve'
> eee280c gopls/internal/lsp/protocol: reject non-'file' scheme DocumentURIs
> 72ee4f8 gopls/internal/lsp/source/extract: don't assume Scope.Pos
> 781b218 gopls/internal/lsp/source: move NodeContains into the astutil pkg
> 2d18617 gopls/internal/lsp/cache: clean up unnecessary type checking indirection
> 98d026b go/analysis/analysistest: allow End=0 (meaning End=Pos) in RunWithSuggestedFixes
> 67f59a0 gopls/internal/lsp/cache: don't rebuild filters for each modcache dir
bumping google.golang.org/api c18c15e...08bc733:
> 08bc733 chore(main): release 0.154.0 (# 2292)
> 861bc79 chore(all): update module github.com/google/go-github/v52 to v57 (# 2289)
> be0daf0 feat(all): auto-regenerate discovery clients (# 2300)
> 432541d chore(all): update all (# 2288)
> d27a8e0 feat(all): auto-regenerate discovery clients (# 2298)
> e5e778a feat(all): auto-regenerate discovery clients (# 2297)
> 161a8e5 feat(all): auto-regenerate discovery clients (# 2295)
> c059038 feat(all): auto-regenerate discovery clients (# 2294)
> cefa0cd feat(all): auto-regenerate discovery clients (# 2293)
> 46421d4 feat(transport): add OpenTelemetry context propagation (# 2127)
> 81cfcf1 chore(main): release 0.153.0 (# 2277)
> 4aaad57 feat: update workloadmanager api manually (# 2282)
> 0a6ebe4 feat(all): auto-regenerate discovery clients (# 2291)
> 9f55397 feat(all): auto-regenerate discovery clients (# 2290)
> 4148872 feat(all): auto-regenerate discovery clients (# 2287)
> 7897739 feat(all): auto-regenerate discovery clients (# 2286)
> bdc87de feat(all): auto-regenerate discovery clients (# 2283)
> e648a9d feat: expose experimental universe-related options (# 2264)
> e8e2895 feat(all): auto-regenerate discovery clients (# 2280)
> d07fe32 feat(all): auto-regenerate discovery clients (# 2279)
> 510f0f9 feat(all): auto-regenerate discovery clients (# 2276)
bumping github.com/go-logr/logr 4da5305...8adefbe:
> 8adefbe docs: interoperability with slog
> ebabbb9 build(deps): bump github/codeql-action from 2.22.3 to 2.22.4
> 9c361f0 build(deps): bump actions/checkout from 4.1.0 to 4.1.1
> d9b2b78 Merge pull request # 229 from go-logr/dependabot/github_actions/github/codeql-action-2.22.3
> 2ea8628 Merge pull request # 228 from go-logr/dependabot/github_actions/github/codeql-action-2.22.0
> 91cec29 build(deps): bump github/codeql-action from 2.22.0 to 2.22.3
> 37a4f55 Merge pull request # 227 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.3.0
> ecf310c build(deps): bump github/codeql-action from 2.21.9 to 2.22.0
> 1d1c415 Merge pull request # 226 from go-logr/dependabot/github_actions/github/codeql-action-2.21.9
> d73e05e build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0
> 2472ace Merge pull request # 225 from go-logr/dependabot/github_actions/actions/checkout-4.1.0
> 83882e3 build(deps): bump github/codeql-action from 2.21.8 to 2.21.9
> 152caf3 Merge pull request # 224 from go-logr/dependabot/github_actions/github/codeql-action-2.21.8
> 2c41c0d build(deps): bump actions/checkout from 4.0.0 to 4.1.0
> 9e1091d Merge pull request # 223 from go-logr/dependabot/github_actions/github/codeql-action-2.21.7
> 148c77e build(deps): bump github/codeql-action from 2.21.7 to 2.21.8
> b75243e Merge pull request # 221 from go-logr/dependabot/github_actions/actions/upload-artifact-3.1.3
> cfad582 build(deps): bump github/codeql-action from 2.21.5 to 2.21.7
> 3ad2e7a Merge pull request # 220 from go-logr/dependabot/github_actions/actions/checkout-4.0.0
> 91fb740 build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3
> 5dda621 Merge pull request # 219 from thockin/master
> 459a36c build(deps): bump actions/checkout from 3.6.0 to 4.0.0
> eb5bf2d Merge pull request # 218 from thockin/calldepth_enabled_consistent
> 314b74e test: eliminate helper func
> d0d35d7 Merge pull request # 217 from go-logr/dependabot/github_actions/github/codeql-action-2.21.5
> af7b2b7 Use same call depth for Enabled, Info, Error
> eea184c Merge pull request # 214 from go-logr/dependabot/github_actions/actions/checkout-3.6.0
> b937b2a build(deps): bump github/codeql-action from 2.21.4 to 2.21.5
> 7bf6c82 slogr: add SlogSink
> a42871c build(deps): bump actions/checkout from 3.5.3 to 3.6.0
> 358130c slogr: restore original backend when converting back and forth
> b785b9f slogr: add glue code for logging to slog.Handler and with slog.Logger
> 50e47a6 add Logger.GetV
> ad8352a build(deps): bump github/codeql-action from 2.21.3 to 2.21.4
> 533f1c5 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
> bde80be Merge pull request # 206 from go-logr/dependabot/github_actions/actions/setup-go-4.1.0
> 043bb14 Merge pull request # 207 from go-logr/dependabot/github_actions/github/codeql-action-2.21.3
> 9bd8235 build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
> 4c4e60e Merge pull request # 203 from thockin/bump_go_1_18
> 7ad7fbc build(deps): bump github/codeql-action from 2.21.2 to 2.21.3
> b8912c3 build(deps): bump github/codeql-action from 2.21.0 to 2.21.2
> 10d92fc Search and replace interface{} -> any
> 4e7199f build(deps): bump github/codeql-action from 2.20.4 to 2.21.0
> 7078b55 Bump go versions to 1.18+
> ff91da8 build(deps): bump github/codeql-action from 2.20.3 to 2.20.4
> 9cbcf50 Merge pull request # 191 from go-logr/dependabot/github_actions/github/codeql-action-2.20.3
> 7ece47f Merge pull request # 190 from go-logr/dependabot/github_actions/actions/setup-go-4.0.1
> a548a7e build(deps): bump github/codeql-action from 2.20.1 to 2.20.3
> 0ad2c4b Merge pull request # 189 from pnacht/pinned-deps
> dac64b6 build(deps): bump actions/setup-go from 3.5.0 to 4.0.1
> 73d5d25 README: show of OpenSSF Scorecard badge
> dc28fa9 Update scorecard workflow Actions
> 4e0403a Create scorecard.yml
> 3372189 Add dependabot to monitor Actions
> 6134c6a docs: explain relationship between Logger{} and Discard()
> 9e8bbfc Hash-pin workflow Actions
> 5d57712 Update security email
> c331f48 Add a security policy (with placeholder email)
> 4058b9a Add write permissions to assign.yaml
> fef7432 Add top-level read-only token permissions
> 82f9555 Merge pull request # 173 from thockin/master
> d1187da funcr: better tests for JSON output
> 930897a Fix lint failures
> b95cdeb funcr: Fix wrong prefix in JSON mode
bumping google.golang.org/genproto/googleapis/rpc 83a465c...3a041ad:
> 3a041ad chore(all): update all to 83a465c (# 1072)
Signed-off-by: Knative Automation <automation@knative.team>
|
||
|---|---|---|
| .. | ||
| enclosing.go | ||
| imports.go | ||
| rewrite.go | ||
| util.go | ||