Commit Graph

16233 Commits

Author SHA1 Message Date
Taylor Bantle
d63ab697cb Add some shallow gc tests 2022-11-21 10:03:33 -08:00
druvv
9e33b03c77 [ga-bump-release] Update Dolt version to 0.51.4 and release v0.51.4 v0.51.4 2022-11-19 00:12:01 +00:00
Dhruv Sringari
1956ca903b Merge pull request #4784 from dolthub/dhruv/fix-remotesapi-panic
Fix a panic that occurs when grpc stream Recv() method returns an err…
2022-11-18 15:59:17 -08:00
Dhruv Sringari
a1be091711 Merge pull request #4382 from dolthub/dhruv/update-tag
Add dolt schema update-tag
2022-11-18 15:40:53 -08:00
Daylon Wilkins
d376474341 Merge pull request #4826 from dolthub/daylon/fixed-branch-perms-test
[no-release-notes] Fixed db issue with branch permissions test
2022-11-18 14:18:40 -08:00
Dhruv Sringari
b1e80b686b only allow update-tag on format __DOLT__ 2022-11-18 13:28:29 -08:00
Dhruv Sringari
60350928fe add a bats for the interaction between update-tags and merge 2022-11-18 13:20:42 -08:00
Dustin Brown
af6f8bfa52 [ga-bump-dep] Bump dependency in Dolt by jennifersp (#4828) 2022-11-18 13:19:11 -08:00
Dhruv Sringari
192861f369 Merge remote-tracking branch 'origin/main' into dhruv/update-tag 2022-11-18 12:24:14 -08:00
Andy Arthur
77a8dfb2db added more migrate conflicts bats 2022-11-18 11:32:04 -08:00
AndyA
aaa1e625e1 Merge pull request #4820 from dolthub/andy/migration-patch
go/doltcore/migrate: added --drop-conflicts flag to migration, check …
2022-11-18 11:06:13 -08:00
jennifersp
d1d1928f15 dolt init fails with invalid arguments (#4815) 2022-11-18 09:22:41 -08:00
Daylon Wilkins
c61e1e5946 Fixed db issue with branch permissions test 2022-11-18 03:41:49 -08:00
AndyA
07637a5cad Update integration-tests/bats/migrate.bats
Co-authored-by: Dhruv Sringari <dhruv@dolthub.com>
2022-11-17 16:20:06 -08:00
James Cor
911801e743 Merge pull request #4822 from dolthub/JCOR11599-afa6d1c3
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-17 16:12:48 -08:00
druvv
86c7acde84 [ga-bump-release] Update Dolt version to 0.51.3 and release v0.51.3 v0.51.3 2022-11-17 22:59:22 +00:00
Dhruv Sringari
aa6dfd6454 Merge pull request #4821 from dolthub/dhruv/diff-table-summary
Change dolt_diff_summary table function to return empty diffs for tab…
2022-11-17 14:44:35 -08:00
JCOR11599
43233872a9 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-17 21:57:03 +00:00
James Cor
3774b96c07 Merge pull request #4819 from dolthub/JCOR11599-fb85bf67
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-17 13:54:45 -08:00
Andy Arthur
70ba2d2be9 fix migration integration tests 2022-11-17 12:40:51 -08:00
druvv
08458fd20d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-17 20:12:51 +00:00
Dhruv Sringari
7e08fbb636 Change dolt_diff_summary table function to return empty diffs for tables with pk set changes.
- The 3 argument version returns an error if the table specified has a pk set change.
- The 2 argument verison returns empty diffs and returns a warning.

I considered approximating the diff for the pk set change, but it feels like an overreach
for the customers need.
2022-11-17 12:11:05 -08:00
Andy Arthur
69465f0858 go/doltcore/migrate: added --drop-conflicts flag to migration, check for migrated databases 2022-11-17 11:13:18 -08:00
JCOR11599
2cb4bcffbb [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-17 18:32:19 +00:00
James Cor
2b33339573 Merge pull request #4809 from dolthub/JCOR11599-627beed3
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-11-16 13:58:17 -08:00
Dhruv Sringari
69d6808ca8 Merge pull request #4769 from dolthub/dhruv/column-truncation
Add bats for column truncation on import
2022-11-16 12:42:29 -08:00
druvv
2a583dd889 [ga-bump-release] Update Dolt version to 0.51.2 and release v0.51.2 v0.51.2 2022-11-16 19:31:26 +00:00
Dhruv Sringari
0ea06aeeab Merge remote-tracking branch 'origin/main' into dhruv/column-truncation 2022-11-16 10:36:16 -08:00
jennifersp
8398fa4000 add smoketest for MikroORM (#4804) 2022-11-16 10:06:48 -08:00
James Cor
37cab3e1ed merge with main 2022-11-16 00:48:37 -08:00
James Cor
4d678af4b0 Merge pull request #4807 from dolthub/james/unique
[no-release-notes] moving tests to gms
2022-11-15 20:46:55 -08:00
JCOR11599
a29928f30e [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-11-16 01:16:57 +00:00
James Cor
bd2e16ccb7 merge with main 2022-11-15 17:07:55 -08:00
James Cor
eb51e2ac12 prepareds 2022-11-15 17:06:03 -08:00
James Cor
6a9f39fe85 Merge pull request #4785 from dolthub/james/inline-string-index
use prefix indexes for inline string columns
2022-11-15 17:02:41 -08:00
James Cor
5e5393599a moving tests to gms 2022-11-15 16:50:46 -08:00
Maximilian Hoffman
9555749da1 Fix missing projection on indexed table (#4799)
* Fix mising projection on indexed table

* add test
2022-11-15 15:59:18 -08:00
James Cor
691f8445ae merge and bump 2022-11-15 15:19:40 -08:00
James Cor
8c6455e428 fixing edge case with bounds, and moving tests over to gms 2022-11-15 15:16:04 -08:00
Dhruv Sringari
85a75555d9 Merge pull request #4800 from dolthub/dhruv/skip-empty-diffs
Skip empty diffs caused by non-canonicalized tuples.
2022-11-15 14:36:03 -08:00
jennifersp
f0bcb7e6b3 allow not and is null clauses with dolt diff table (#4797) 2022-11-15 13:38:15 -08:00
Maximilian Hoffman
766abab39a Table func join tests (#4795)
* table function join tests

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* del extra test

* Update go/libraries/doltcore/sqle/dolt_log_table_function.go

Co-authored-by: Jason Fulghum <jason@dolthub.com>

* Update go/libraries/doltcore/sqle/dolt_log_table_function.go

Co-authored-by: Jason Fulghum <jason@dolthub.com>

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2022-11-15 13:17:17 -08:00
Dhruv Sringari
d6a8cdeb57 Skip empty diffs caused by non-canonicalized tuples.
At one point, we started to trim null suffixes from tuples. In versions prior to this change,
tuples could have a null field at the end of the tuple. Now we always truncate the tuple.

If old versions insert rows with null values as the last column, it produces a tuple
that is longer than the tuple that would be inserted by the latest version. This leads to
empty diffs.
2022-11-15 12:55:11 -08:00
Aaron Son
f7c69bf881 Merge pull request #4749 from dolthub/aaron/cluster-jwks-auth
go/libraries/doltcore/sqle/cluster: Add JWT authentication for peer communication to cluster replicas.
2022-11-15 12:21:55 -08:00
James Cor
e62b6fa640 adding collation test 2022-11-15 11:19:00 -08:00
James Cor
755d8e267d fixing duplicate key error for update 2022-11-15 10:23:06 -08:00
coffeegoddd
c982ef4abb [ga-bump-release] Update Dolt version to 0.51.1 and release v0.51.1 v0.51.1 2022-11-15 16:36:24 +00:00
Dustin Brown
dd733f5376 Merge pull request #4794 from dolthub/db/print-cause
/go/{cmd,libraries}: print failed to read cause
2022-11-15 08:22:26 -08:00
coffeegoddd
81d6f0a4f5 /go/{cmd,libraries}: print failed to read cause 2022-11-15 07:14:52 -08:00
Zach Musgrave
50183c12ba Merge pull request #4786 from dolthub/zachmu/ignore
Renamed --ignore-skipped-rows to --quiet
2022-11-14 16:40:09 -08:00