Stephanie You
c48e3946fc
update data-dump-loading tests readme to add missing instruction
2023-01-12 09:30:18 -08:00
Stephanie You
3160fa1e50
adds no-create-db flag to dolt dump, fixes data-dump-loading test failures
2023-01-11 17:53:40 -08:00
Stephanie You
5374188fa7
add support for reserved words as database name in dolt dump
2023-01-11 09:44:19 -08:00
Stephanie You
b7534e0aee
add "create database" header to dolt dump sql files
2023-01-11 09:38:22 -08:00
max-hoffman
b3650ff04e
[ga-bump-release] Update Dolt version to 0.52.3 and release v0.52.3
v0.52.3
2023-01-11 01:38:09 +00:00
Dustin Brown
fdaf6e61cb
[ga-bump-dep] Bump dependency in Dolt by max-hoffman ( #5125 )
...
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
2023-01-10 17:21:55 -08:00
Andy Arthur
f7adea8765
revert blobstore conjoin
2023-01-10 16:54:57 -08:00
Dustin Brown
93f489191d
[auto-bump] [no-release-notes] dependency by max-hoffman ( #5124 )
...
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman
* fix bug
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
Co-authored-by: Max Hoffman <max@dolthub.com >
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2023-01-10 16:20:41 -08:00
coffeegoddd
69715335ef
[ga-bump-release] Update Dolt version to 0.52.2 and release v0.52.2
v0.52.2
2023-01-10 22:22:50 +00:00
Aaron Son
cb11b5f9d2
Merge pull request #5119 from dolthub/aaron/remotesrv-fix-logging-verbosity
...
go/libraries/doltcore/remotesrv: Reducing logging verbosity.
2023-01-10 14:08:49 -08:00
Aaron Son
029959deda
Merge remote-tracking branch 'origin/main' into aaron/remotesrv-fix-logging-verbosity
2023-01-10 12:37:36 -08:00
Aaron Son
6e2393a2be
Update go/libraries/doltcore/remotesrv/grpc.go
...
Co-authored-by: Dhruv Sringari <dhruv@dolthub.com >
2023-01-10 12:35:05 -08:00
Aaron Son
2d17c61a41
Merge pull request #5116 from dolthub/aaron/remotestorage-rebase-changes-root
...
go/libraries/doltcore/remotestorage: chunk_store: Fix semantics of Rebase and Root. Root stays fixed until a Rebase call.
2023-01-10 12:34:52 -08:00
AndyA
deb32d0e61
Merge pull request #5122 from dolthub/andy/mem-blobstore
...
go/store/{blobstore,nbs}: Refactor `Blobstore` interface to work in multi-db mode
2023-01-09 18:55:31 -08:00
Andy Arthur
651ab5e291
removed unused validating store
2023-01-09 16:54:13 -08:00
andy-wm-arthur
13509fc645
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-10 00:23:45 +00:00
Andy Arthur
1d099bc92f
revert memory blobstore changes for now
2023-01-09 16:19:10 -08:00
Andy Arthur
1e7b528c43
go/store/blobstore: added Path() method to blobstore interface to support multi-db mode
2023-01-09 16:01:35 -08:00
James Cor
46bb4646e2
Merge pull request #5120 from dolthub/JCOR11599-74f8047b
...
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-01-09 15:38:54 -08:00
JCOR11599
ca29227ae4
[ga-bump-dep] Bump dependency in Dolt by JCOR11599
2023-01-09 22:55:24 +00:00
Dustin Brown
7986e54019
[ga-bump-dep] Bump dependency in Dolt by max-hoffman ( #5118 )
...
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
2023-01-09 14:42:24 -08:00
Andy Arthur
51316cd6bd
added validating test chunk store
2023-01-09 13:42:07 -08:00
reltuk
8d6555cb5f
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-09 20:23:49 +00:00
Aaron Son
5dce2ca184
go/libraries/doltcore/remotesrv: Reducing logging verbosity.
...
Over time some trace logging snuck into remotesrv. At the same time, the logs
were not as useful as they could have been and did not make use of log levels.
Clean things up a bit to log more information about the amount of work done in
some of the requests without being overly verbose.
2023-01-09 12:15:44 -08:00
jennifersp
3ce2e3823e
add --schema-only flag for dolt dump ( #5105 )
2023-01-06 17:41:15 -08:00
Aaron Son
d957daf6b6
go/libraries/doltcore/remotestorage: chunk_store: Fix semantics of Rebase and Root. Root stays fixed until a Rebase call.
...
When remotestorage.DoltChunkStore was originally written, it forwarded all
ChunkStore calls to the remotesapi. In reality, a client should expect a
snapshot of the database on open, and the root should only change when Rebase()
or Commit() is called. This fixes up that initial flaw. Rebase() becomes a
refresh of the Root from the gRPC service, and Root() itself is just a read of
the cached root hash.
This reduces unnecessary traffic to the remotestorage service and improves
performance of things like sql-server read replicas.
2023-01-06 16:41:26 -08:00
max-hoffman
866f06d622
[ga-bump-release] Update Dolt version to 0.52.1 and release v0.52.1
v0.52.1
2023-01-07 00:08:11 +00:00
Dustin Brown
68e2f7dd5f
[ga-bump-dep] Bump dependency in Dolt by max-hoffman ( #5113 )
...
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
2023-01-06 16:01:20 -08:00
Maximilian Hoffman
9abda5f5fa
Log table count ( #5112 )
...
* Log table count
* uncomment stats interface
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* plus one
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2023-01-06 14:57:54 -08:00
Aaron Son
e9f359c969
Merge pull request #5111 from dolthub/aaron/sqle-database-provider-creates-too-many-remote-doltdbs-fix
...
go/libraries/doltcore/sqle: database_provider.go: Reuse ReadReplicaDatabase's upstream DoltDB instance in is{Branch,Tag} instead of creating a new one.
2023-01-06 14:21:16 -08:00
Dustin Brown
ef4dfd7229
[auto-bump] [no-release-notes] dependency by max-hoffman ( #5110 )
...
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman
* skip join ops dolt dev
* also skip ld
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
Co-authored-by: Max Hoffman <max@dolthub.com >
2023-01-06 12:24:24 -08:00
Aaron Son
27cc79cbe1
go/libraries/doltcore/sqle: database_provider.go: Reuse ReadReplicaDatabase's upstream DoltDB instance in is{Branch,Tag} instead of creating a new one.
...
Calling remote.GetRemoteDB() creates a new gRPC connection pool, a new HTTP
connection pool, a new chunk cache for the returned DoltDB, etc. There should
only be one instance of the upstream DoltDB for the ReadReplicaDatabase, and we
can just use the one we have to check for branch and tag existence.
2023-01-06 11:52:49 -08:00
Maximilian Hoffman
9f7f7a4189
InSubquery bump ( #5109 )
...
* InSubquery bump
* fix test
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2023-01-06 10:25:54 -08:00
Daylon Wilkins
54950dc94a
Merge pull request #5107 from dolthub/Hydrocharged-7a841f3d
...
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-01-06 08:22:34 -08:00
Hydrocharged
16705a1836
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
2023-01-06 15:14:13 +00:00
Tim Sehn
da32fb05e1
Merge pull request #5104 from dolthub/tim/readme
...
Change current README edit to be more out of band
2023-01-05 15:36:02 -08:00
Tim Sehn
281eb4f735
Change current README edit to be more out of band
2023-01-05 15:25:30 -08:00
stephanie
a858d43c2c
Merge pull request #5088 from dolthub/steph/dolt-5060
...
add error message for dolt commit failures
2023-01-05 15:18:19 -08:00
James Cor
864efae249
Merge pull request #5101 from dolthub/JCOR11599-8d99f3cc
...
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-01-05 15:08:34 -08:00
Stephanie You
7ad70319da
updated error message for failed to open commit editor
2023-01-05 14:13:20 -08:00
stephanie
6c218c68cd
Update integration-tests/bats/commit.bats
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2023-01-05 14:06:51 -08:00
stephanie
e9f2f4de82
Update go/cmd/dolt/commands/commit.go
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2023-01-05 14:06:45 -08:00
stephanie
330045ead2
Update go/cmd/dolt/commands/commit.go
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2023-01-05 14:06:37 -08:00
James Cor
1517e43a6a
fix
2023-01-05 11:39:50 -08:00
JCOR11599
73202bc40c
[ga-bump-dep] Bump dependency in Dolt by JCOR11599
2023-01-05 18:07:11 +00:00
Daylon Wilkins
5b0cc53d2e
Merge pull request #5098 from dolthub/Hydrocharged-86d97438
...
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-01-05 09:15:48 -08:00
James Cor
389651c628
Merge pull request #5077 from dolthub/dependabot/go_modules/go/github.com/aws/aws-sdk-go-1.33.0
...
Bump github.com/aws/aws-sdk-go from 1.32.6 to 1.33.0 in /go
2023-01-05 09:10:02 -08:00
Hydrocharged
695e8e3f1e
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
2023-01-05 14:39:34 +00:00
jennifersp
261a00fd63
Merge pull request #5095 from dolthub/jennifersp-20c204af
...
[auto-bump] [no-release-notes] dependency by jennifersp
2023-01-04 18:05:31 -08:00
stephkyou
659c44137e
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-05 01:17:08 +00:00