Commit Graph

17074 Commits

Author SHA1 Message Date
Aaron Son dc064b0d83 go/store/blobstore: gcs.go: Make Get() make one round trip instead of reading the metadata in a separate request. 2023-01-30 14:49:58 -08:00
jennifersp e956ba9516 add dolt_cherry_pick procedure (#5233) 2023-01-30 10:46:28 -08:00
max-hoffman 699174a286 [ga-bump-release] Update Dolt version to 0.52.14 and release v0.52.14 v0.52.14 2023-01-30 05:32:51 +00:00
jennifersp abbca2f460 Merge pull request #5250 from dolthub/jennifersp-a7e02bab
[auto-bump] [no-release-notes] dependency by jennifersp
2023-01-27 18:09:13 -08:00
AndyA acf0f056b0 Merge pull request #5244 from dolthub/andy/gcs-blobstore-push-parts
go/store/nbs: upload table parts on push for GCS backed NBS
2023-01-27 16:51:57 -08:00
jennifersp 53228b39f7 [ga-bump-dep] Bump dependency in Dolt by jennifersp 2023-01-28 00:46:47 +00:00
Andy Arthur 933ec24a2b Merge remote-tracking branch 'origin/main' into andy/gcs-blobstore-push-parts 2023-01-27 14:56:30 -08:00
Aaron Son 41c81920f0 Merge pull request #5240 from dolthub/aaron/nbs-optimize-exists-sanity-check
go/store/nbs: Update table-file-exists sanity check to not check for files which are already in our view of upstream.
2023-01-27 14:52:52 -08:00
Andy Arthur 345fc661fc go/store/nbs: parallelize blobstore Put on push when possible 2023-01-27 14:49:28 -08:00
Andy Arthur 89db8bf7a9 go/store/nbs: upload table parts on push for GCS backed NBS 2023-01-27 14:17:33 -08:00
jennifersp b45fe90056 output correct result for empty JSON (#5242) 2023-01-27 14:05:04 -08:00
jennifersp 1c3a17239e add --author arg to dolt tag command on both CLI and SQL (#5234) 2023-01-27 12:22:03 -08:00
Aaron Son 66b5d059aa Merge remote-tracking branch 'origin/main' into aaron/nbs-optimize-exists-sanity-check 2023-01-27 10:56:01 -08:00
AndyA 1321b2f200 Merge pull request #5239 from dolthub/andy/update-python-mysql-client-tests
integration-tests: hardcoded versions for python deps
2023-01-27 10:47:20 -08:00
Aaron Son c049744795 go/store/nbs: Update table-file-exists sanity check to not check for files which are already in our view of upstream. 2023-01-27 09:55:05 -08:00
AndyA 04f26e0400 Merge pull request #5235 from dolthub/andy/journal-cleanup
[no-release-notes] go/store/nbs: cleanup journal chunk source
2023-01-27 09:54:01 -08:00
Andy Arthur 023a9eab9f hardcoded versions for python deps 2023-01-27 09:35:52 -08:00
jennifersp a6278667b7 add bats tests for information schema tables (#5225) 2023-01-27 08:48:08 -08:00
Andy Arthur b5eb7654bf go/store/nbs: fix uncompressed size accounting 2023-01-26 17:30:35 -08:00
Andy Arthur c4d98e60be go/store/nbs: split out journal_chunk_source 2023-01-26 17:23:05 -08:00
AndyA 3039ba33b5 Merge pull request #5231 from dolthub/andy/last-key
go/store/tree: use constant-time root node access for last key lookup
2023-01-26 17:15:44 -08:00
Andy Arthur 34b07fc21e go/store/prolly/tree: cleanup LaskKey() interface 2023-01-26 15:51:12 -08:00
Andy Arthur c87516ed5a go/store/tree: use constant-time root node access for last key lookup 2023-01-26 15:33:11 -08:00
Zach Musgrave cb47e43356 Merge pull request #5223 from dolthub/zachmu/branch-dbs
Added `dolt_show_branch_databases` system variable
2023-01-26 13:15:09 -08:00
Jason Fulghum 5e7d1f3da3 Merge pull request #5228 from dolthub/fulghum/bugfix
Quick fix for unnecessary error being logged
2023-01-26 13:03:52 -08:00
Jason Fulghum 3e61e96ddd Merge branch 'main' into fulghum/bugfix 2023-01-26 13:03:43 -08:00
jennifersp b5cb61407c Merge pull request #5227 from dolthub/jennifersp-fc12dc09
[auto-bump] [no-release-notes] dependency by jennifersp
2023-01-26 12:45:06 -08:00
zachmu 8ce367c817 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-26 20:43:21 +00:00
Zach Musgrave 36d29f99a3 bats test expansion 2023-01-26 12:41:57 -08:00
Zach Musgrave d90e37281d PR feedback 2023-01-26 12:32:24 -08:00
fulghum b326de3d6c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-26 19:57:20 +00:00
Jason Fulghum fc8c97b47b Quick fix for unnecessary error being logged 2023-01-26 11:53:41 -08:00
bheni 0656b0f9e6 [ga-bump-release] Update Dolt version to 0.52.13 and release v0.52.13 v0.52.13 2023-01-26 19:18:56 +00:00
jennifersp ce4aeb4d43 [ga-bump-dep] Bump dependency in Dolt by jennifersp 2023-01-26 19:13:07 +00:00
Brian Hendriks 85e863dd73 Merge pull request #5213 from dolthub/bh/log-query-len-configuration
Bh/log query len configuration
2023-01-26 10:51:57 -08:00
Brian Hendriks 6ac3476b44 Merge branch 'main' into bh/log-query-len-configuration 2023-01-26 10:51:50 -08:00
max-hoffman 71a93b71a8 [ga-bump-release] Update Dolt version to 0.52.12 and release v0.52.12 v0.52.12 2023-01-26 03:02:49 +00:00
Dustin Brown f0686d8878 [ga-bump-dep] Bump dependency in Dolt by max-hoffman (#5221)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
2023-01-25 18:29:59 -08:00
Zach Musgrave db5abb18a7 Fixed const name 2023-01-25 18:07:08 -08:00
zachmu f4821dfb11 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-26 02:05:20 +00:00
Zach Musgrave 0f1236638f Bats test 2023-01-25 18:02:43 -08:00
Zach Musgrave bb8f1da7de Added a system var to show all branches for a database in show databases 2023-01-25 17:39:50 -08:00
James Cor e9e4e6163c Merge pull request #5206 from dolthub/james/spatial-enc
adding new codec for spatial indexes
2023-01-25 16:30:50 -08:00
andy-wm-arthur 164bf5a920 [ga-bump-release] Update Dolt version to 0.52.11 and release v0.52.11 v0.52.11 2023-01-25 22:40:43 +00:00
JCOR11599 2286df2e95 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-01-25 22:40:01 +00:00
James Cor bde8d9920d no get for cells 2023-01-25 14:19:31 -08:00
James Cor 972b9f1823 reformat 2023-01-25 14:08:50 -08:00
Taylor Bantle ea46bce1d1 Merge pull request #4959 from dolthub/taylor/gc
First pass at online GC
2023-01-25 14:01:36 -08:00
James Cor 71f960b8ed small fixes 2023-01-25 14:00:07 -08:00
James Cor 7e7b75784b zaddr to cell 2023-01-25 13:55:39 -08:00