Nick Tobey
f2f5bbbbe2
Replace BATS test with engine test for joining tables from different branches.
2023-10-24 11:39:17 -07:00
nicktobey
c2a4ed630e
[ga-bump-dep] Bump dependency in Dolt by nicktobey
2023-10-24 09:37:30 -07:00
Nick Tobey
ca85b446c3
Use database name for system tables and table functions.
2023-10-23 17:54:24 -07:00
Nick Tobey
b6b71031de
Change expected error in ambiguous select.
2023-10-23 16:55:08 -07:00
Nick Tobey
3af5f45273
Track database in system tables.
2023-10-23 16:45:12 -07:00
Nick Tobey
f8af142404
Remove unused sqlSchema parameter.
2023-10-23 14:12:01 -07:00
stephanie
41a47d9b8e
Merge pull request #6857 from dolthub/steph/import-error
...
Improve import table error message
2023-10-21 00:54:46 -07:00
Stephanie You
a02ee53936
fix panic for mismatched column schema
2023-10-20 16:37:52 -07:00
Stephanie You
93c44b6dac
add file line number to import table error message
2023-10-20 15:23:19 -07:00
fulghum
029fa6c3e2
[ga-bump-release] Update Dolt version to 1.21.1 and release v1.21.1
v1.21.1
2023-10-20 21:43:19 +00:00
Stephanie You
e2e1ca0279
add table name to import table error
2023-10-20 14:39:44 -07:00
Stephanie You
0c2c6270de
add column names to import table error message
2023-10-20 14:33:44 -07:00
Jason Fulghum
8d4cea06b5
Merge pull request #6856 from dolthub/max-hoffman-724edc96
...
[auto-bump] [no-release-notes] dependency by max-hoffman
2023-10-20 14:33:13 -07:00
max-hoffman
635a5c5c04
[ga-bump-dep] Bump dependency in Dolt by max-hoffman
2023-10-20 20:02:13 +00:00
Maximilian Hoffman
cb49ae6f9c
has_ancestor() function ( #6847 )
...
* has_ancestor() function
* license
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* zach's comments
* one more test
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2023-10-19 20:21:07 -07:00
Dustin Brown
acf1f40aca
[ga-bump-dep] Bump dependency in Dolt by JCOR11599 ( #6851 )
...
Co-authored-by: JCOR11599 <jcor@ucsd.edu >
2023-10-19 14:57:54 -07:00
stephanie
84d2b376a1
Merge pull request #6845 from dolthub/steph/silent-push-pull
...
add --silent option for push, pull, fetch
2023-10-19 09:50:59 -07:00
stephanie
3688b8325e
Merge pull request #6834 from dolthub/steph/ls
...
migrate dolt ls to use sql queries
2023-10-19 09:50:47 -07:00
Dustin Brown
9033421111
[ga-bump-dep] Bump dependency in Dolt by jennifersp ( #6846 )
2023-10-19 08:49:05 -07:00
Maximilian Hoffman
5364ef3786
JSON and stats interface refactor ( #6833 )
...
* JSON and stats interface refactor
* Fix some tests
* fix more tests
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
* bump
* cleanup
* json keys are ordered
* bump
* keep ordered json string for CV types
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2023-10-18 20:29:31 -07:00
JCOR11599
0bf4975025
[ga-bump-release] Update Dolt version to 1.21.0 and release v1.21.0
v1.21.0
2023-10-19 00:23:36 +00:00
Dustin Brown
55fee23044
[ga-bump-dep] Bump dependency in Dolt by JCOR11599 ( #6842 )
...
Co-authored-by: JCOR11599 <jcor@ucsd.edu >
2023-10-18 17:14:54 -07:00
stephanie
973e676a0e
Merge branch 'main' into steph/ls
2023-10-18 15:52:26 -07:00
Stephanie You
ab4e12c023
add --silent option for push, pull, fetch
2023-10-18 15:48:30 -07:00
stephanie
48f565111c
Merge pull request #6840 from dolthub/steph/merge-base
...
migrate dolt merge-base to use sql queries
2023-10-18 15:06:50 -07:00
Stephanie You
ba830df2ed
typo fix
2023-10-18 15:03:57 -07:00
Aaron Son
bbe8070270
integration-tests/go-sql-server-driver: sql-server-cluster.yaml: Add a test for dolt_cluster_transition_to_standby when there are no dolt databases.
2023-10-18 14:40:24 -07:00
Stephanie You
0fdc1553fa
address PR comments
2023-10-18 14:37:24 -07:00
Dustin Brown
2d0d79c268
[ga-bump-dep] Bump dependency in Dolt by JCOR11599 ( #6839 )
...
Co-authored-by: JCOR11599 <jcor@ucsd.edu >
2023-10-18 14:13:21 -07:00
Stephanie You
fe084708b5
add remote test for dolt merge-base
2023-10-18 13:41:45 -07:00
Stephanie You
a5f93671b1
migrate dolt merge-base to use sql queries
2023-10-18 13:32:06 -07:00
Stephanie You
e82fd5e9aa
fix failing bats tests
2023-10-18 12:12:23 -07:00
Daylon Wilkins
659c71f4f0
Merge pull request #6837 from dolthub/macneale4-3e08ae7c
...
[auto-bump] [no-release-notes] dependency by macneale4
2023-10-18 11:56:48 -07:00
macneale4
5c8e071ff8
[ga-bump-dep] Bump dependency in Dolt by macneale4
2023-10-18 15:21:50 +00:00
Maximilian Hoffman
47c384924c
Add defaults for dolt table row counts ( #6822 )
...
* Add defaults for dolt table row counts
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* RowCount exact argument
* more interfaces
* bump
* zach's commit
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2023-10-17 18:07:59 -07:00
stephkyou
428acaff73
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-10-18 00:18:08 +00:00
Stephanie You
dbf8172b75
add remote test for dolt ls
2023-10-17 17:03:54 -07:00
Stephanie You
66d18170e0
migrate ls to use sql queries
2023-10-17 17:03:54 -07:00
Stephanie You
534dbd8b47
add dolt_show_system_tables system variable to toggle listing system tables
2023-10-17 17:03:54 -07:00
Stephanie You
a4ed2c2ba8
add bats tests for dolt ls
2023-10-17 17:03:54 -07:00
Aaron Son
597c4d56cd
Merge pull request #6831 from dolthub/aaron/cluster-nondolt-replication-graceful-standby
...
go: sqle: cluster: When performing a graceful transition to standby, take mysql and dolt_branch_control replication state into account.
2023-10-17 16:50:32 -07:00
Dustin Brown
f264847f2d
[ga-bump-dep] Bump dependency in Dolt by JCOR11599 ( #6830 )
...
Co-authored-by: JCOR11599 <jcor@ucsd.edu >
2023-10-17 15:27:45 -07:00
reltuk
d70a6d1782
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-10-17 22:26:30 +00:00
Taylor Bantle
23e4698b08
Merge pull request #6827 from dolthub/taylor/create-dolt-docs
...
Automatically create `dolt_docs` table
2023-10-17 15:12:38 -07:00
Aaron Son
0c72ec5205
go: sqle: cluster: Take mysql and dolt_branch_control replication state into account when performing a graceful transition to standby.
2023-10-17 15:01:46 -07:00
Aaron Son
c5ae6896b8
go: sqle: cluster: Have Controller.waitforHooksToReplicate return []graceTransitionResult.
2023-10-17 14:01:59 -07:00
Aaron Son
32c33e69cd
go: sqle: cluster: Allow waits for mysql and branch_control replication to report which remotes are caught up.
2023-10-17 13:57:21 -07:00
Taylor Bantle
5c01935f13
Fix bats
2023-10-17 13:40:02 -07:00
Taylor Bantle
73f1bfabfa
Fix workbench tests
2023-10-17 10:48:37 -07:00
Taylor Bantle
34a143c93c
Fix dolt_docs as of
2023-10-17 09:55:37 -07:00