influxdb/kv
Jeffrey Smith II f74c69c5e4
chore: update to go 1.20 (#24088)
* build: upgrade to go 1.19

* chore: bump go.mod

* chore: `gofmt` changes for doc comments

https://tip.golang.org/doc/comment

* test: update tests for new sort order

* chore: make generate-sources

* chore: make generate-sources

* chore: go 1.20

* chore: handle rand.Seed deprecation

* chore: handle rand.Seed deprecation in tests

---------

Co-authored-by: DStrand1 <dstrandboge@influxdata.com>
2023-02-09 14:14:35 -05:00
..
migration chore: update to go 1.20 (#24088) 2023-02-09 14:14:35 -05:00
mock fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
backup.go feat(storage): implement backup and restore (#16504) 2020-01-21 14:22:45 -08:00
cursor.go feat(platform): add generic kv store 2018-12-18 16:08:48 -05:00
cursor_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
doc.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
document.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
encode.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
errors.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
index.go chore: update to go 1.20 (#24088) 2023-02-09 14:14:35 -05:00
index_migration.go fix: PR Feedback – ensure keys cannot contain / 2020-11-24 10:28:00 +11:00
index_test.go build: upgrade to Go 1.18.1 (#23252) 2022-04-13 15:24:27 -05:00
initial_migration.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
kvlog.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
kvlog_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
scrapers.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
scrapers_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
service.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
source.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
source_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
store.go refactor: rename Lock/Unlock on KV stores to RLock/RUnlock (#22357) 2021-08-31 17:03:54 -04:00
store_base.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
store_base_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
store_index.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
store_index_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
task.go fix: manually scheduled task runs now run when expected (#23664) 2022-10-13 14:57:57 -04:00
task_private_test.go feat: passing `type=basic` returns task metadata without query text (#22728) 2021-10-22 09:14:58 -04:00
task_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00
variable.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
variable_test.go refactor: move helper functions for setting up test stores into testing package (#22347) 2021-08-31 16:43:45 -04:00