Commit Graph

9210 Commits

Author SHA1 Message Date
Andy Arthur
b2cdfc4e0b updated table/editor tests to use types.Format_LD_1 2022-09-28 15:32:43 -07:00
Andy Arthur
f412d9f7a5 updated sql/index tests to work with both binary formats 2022-09-28 15:32:43 -07:00
Andy Arthur
b48df04c76 refactoring tests in preparation for format flip 2022-09-28 15:32:43 -07:00
Andy Arthur
1da3024e12 cleanup some uses of types.Format_Default 2022-09-28 15:32:43 -07:00
jennifersp
f99a1717c2 improve error message when current branch on session is force deleted (#4395) 2022-09-28 14:04:24 -07:00
jennifersp
4565f37da2 turn off opt-in feature for unix socket (#4413) 2022-09-28 10:28:01 -07:00
andrew-wm-arthur
b968a5260a [ga-bump-release] Update Dolt version to 0.41.6 and release v0.41.6 2022-09-28 00:23:09 +00:00
max-hoffman
89ac8b1d7d [ga-bump-dep] Bump dependency in Dolt by max-hoffman 2022-09-27 22:25:13 +00:00
jennifersp
a1e57989bb allow drop current database directory and fix drop db with '-' (#4400) 2022-09-27 11:45:07 -07:00
jennifersp
f4be51d692 reorder arguments of dolt_diff() table function (#4408) 2022-09-26 16:33:45 -07:00
andrew-wm-arthur
fdb4c85241 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-09-26 20:31:19 +00:00
Andy Arthur
f7aab78e4e Merge remote-tracking branch 'origin/main' into andy/mysql-validator 2022-09-26 13:22:19 -07:00
Jason Fulghum
7c413b965c Merge pull request #4268 from xujihui1985/feat/support-aliyun-oss-store
New feature: support Aliyun OSS store
2022-09-26 13:06:18 -07:00
andrew-wm-arthur
c20bae1d9d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-09-26 18:54:20 +00:00
Andy Arthur
ec3cdfa783 pickup GMS changes 2022-09-26 11:52:49 -07:00
jennifersp
691997b87a support dolt_diff_summary_table_function (#4363) 2022-09-26 09:48:58 -07:00
AngrySean
a121de3724 Merge branch 'main' into feat/support-aliyun-oss-store 2022-09-25 09:05:56 +08:00
andrew-wm-arthur
2668fe9ae6 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-09-23 20:57:04 +00:00
Andy Arthur
67e3966ad3 Merge remote-tracking branch 'origin/main' into andy/mysql-validator 2022-09-23 13:54:32 -07:00
Andy Arthur
1c42b955ee pickup GMS changes, add CLI override option 2022-09-23 13:51:28 -07:00
James Cor
c05244936a Merge pull request #4399 from dolthub/james/bindvars
adding prepared tests for dolt stored procedures
2022-09-23 12:35:41 -07:00
Aaron Son
e01f7aa7d7 Merge pull request #4394 from dolthub/aaron/sql-variables-cluster-role-and-epoch
sql-server: Implement dolt_cluster_role, dolt_cluster_role_epoch variables, dolt_assume_cluster_role procedure.
2022-09-23 11:44:55 -07:00
James Cor
ae89e8e08d i am good at counting 2022-09-23 10:26:23 -07:00
James Cor
1688eca1cc this number is right 2022-09-23 10:19:34 -07:00
James Cor
089b552799 updating prepareds count 2022-09-23 10:14:44 -07:00
James Cor
b9feb14941 adding test 2022-09-22 16:35:42 -07:00
James Cor
74472cc162 Merge pull request #4397 from dolthub/james/geom
print spatial types as hex in shells only
2022-09-22 16:24:15 -07:00
Dustin Brown
3c937aefb2 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 (#4398)
Co-authored-by: JCOR11599 <jcor@ucsd.edu>
2022-09-22 16:19:24 -07:00
James Cor
ba4f8c6e33 simpler 2022-09-22 14:58:08 -07:00
James Cor
e034896202 print spatial types as hex in shells only 2022-09-22 14:35:07 -07:00
reltuk
9611b480e8 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-09-22 18:57:38 +00:00
Aaron Son
09bed9471d sql-server: Add dolt_assume_cluster_role procedure.
Currently implements rules around epoch changes and updates the persisted and
global session variables.
2022-09-22 11:53:15 -07:00
Aaron Son
13e8cab325 sql-server: Add read-only handling for cluster role and role_epoch system variables. 2022-09-22 10:04:32 -07:00
Zach Musgrave
aa521524a2 Merge pull request #4389 from dolthub/zachmu/dolt-commit-race
Fix race for concurrent dolt_commit calls
2022-09-22 09:23:50 -07:00
Zach Musgrave
8f88f5ee0f Update go/store/datas/database_common.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
2022-09-22 09:20:59 -07:00
xujihui1985
ff04472567 fix: copyright and failed unittest 2022-09-22 09:27:45 +08:00
reltuk
1bb903650d [ga-bump-dep] Bump dependency in Dolt by reltuk 2022-09-22 00:16:27 +00:00
Aaron Son
2a56d984c5 Merge pull request #4387 from dolthub/aaron/remotestorage-remotesrv-support-repo-path
remotestorage,remotesrv: Be less restrictive in repository paths for remotesapi repos that are not served through dolthub.
2022-09-21 16:41:30 -07:00
Aaron Son
cf1cabe199 go/libraries/doltcore/remotesrv: http.go: Small comment for magic constant 33. 2022-09-21 16:41:13 -07:00
Aaron Son
7bca0b572f Merge pull request #4379 from dolthub/aaron/doltdb-commit_hooks-push-logic-cleanup
[no-release-notes] go/libraries/doltcore/doltdb: Cleanup commit_hooks pull chunks duplication.
2022-09-21 16:37:32 -07:00
Aaron Son
9ce8016719 Merge pull request #4383 from dolthub/aaron/sql-server-read-repica-force-pull-setting
go/libraries/doltcore/sqle: ReadReplicaDatabase: Add variable for force pulling remote branches.
2022-09-21 16:37:20 -07:00
Aaron Son
a70051068d Merge pull request #4386 from dolthub/aaron/sql-server-yaml-parse-and-validate-cluster-config
go/cmd/dolt/commands/sqlserver: yaml_config.go: Parse and validate cluster: config.
2022-09-21 16:37:07 -07:00
Zach Musgrave
df0ea99b25 Small refactoring to reduce env dependency 2022-09-21 15:50:04 -07:00
Zach Musgrave
cdf477fa72 Upgrade vitess 2022-09-21 15:45:52 -07:00
Zach Musgrave
01d8eac77c Clarified the contract of NewPendingCommit. The first parent (current head commit) is now always filled in automatically at commit time at the datas.Database layer 2022-09-21 15:41:32 -07:00
Aaron Son
91a09258ec go: remotesrv: Use RepoPath when it is provided. 2022-09-21 11:55:58 -07:00
Dhruv Sringari
8c8f27d2ad Implement merge stats for the new format (#4384)
* Add prolly.MergeMapsWithStats

* don't use a callback to update merge stats

* thread merge stats through doltcore/merge
2022-09-21 10:55:49 -07:00
Aaron Son
73f922493e go/libraries/doltcore/remotestorage: Be more permissive in allowed path, only pass repo_path in requests if repo_id cannot be constructed. 2022-09-21 10:26:21 -07:00
Aaron Son
6ceaf4f88d go/cmd/dolt/commands/sqlserver: yaml_config.go: Parse and validate cluster: config. 2022-09-21 09:40:20 -07:00
Zach Musgrave
dbababdff5 Fixed concurrency bug with dolt_commit() 2022-09-20 17:54:40 -07:00