Taylor Bantle
dbb0bf8e2b
Make dolt_docs system table function like dolt_ignore
2023-10-17 09:34:16 -07:00
Nick Tobey
e3fd68c650
Merge pull request #6826 from dolthub/nicktobey/versionedtable
...
Support `AS OF` with `dolt_ignore` table.
2023-10-16 23:58:57 -07:00
Nick Tobey
c3a827c8a8
Add BATS tests for dolt_ignore AS OF
2023-10-16 17:04:36 -07:00
Nick Tobey
40926d2db0
Fix control flow in Database::getTableInsensitive
2023-10-16 17:04:36 -07:00
nicktobey
6721bf6eba
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-10-16 23:50:29 +00:00
Nick Tobey
e6f6a0555f
Rename interface to VersionableTable, plus other cleanups.
2023-10-16 16:40:33 -07:00
Nick Tobey
e9354f6ce5
Add VersionedTable interface.
2023-10-16 16:33:05 -07:00
Dustin Brown
d22a53e3a1
[ga-bump-dep] Bump dependency in Dolt by jennifersp ( #6825 )
2023-10-16 15:44:32 -07:00
Maximilian Hoffman
b6a077ceb9
Prolly stats ( #6794 )
...
* Prolly tree stats
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* test fix
* bump
* [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-10-16 08:47:31 -07:00
jennifersp
c107df2bc2
add --all flag for dolt push ( #6787 )
2023-10-14 12:36:25 -07:00
stephkyou
6f50dee708
[ga-bump-release] Update Dolt version to 1.20.0 and release v1.20.0
v1.20.0
2023-10-14 01:23:59 +00:00
Dustin Brown
9c46436d24
[auto-bump] [no-release-notes] dependency by JCOR11599 ( #6814 )
...
* [ga-bump-dep] Bump dependency in Dolt by JCOR11599
* skip batch test
---------
Co-authored-by: JCOR11599 <jcor@ucsd.edu >
Co-authored-by: James Cor <james@dolthub.com >
2023-10-13 17:36:17 -07:00
Jason Fulghum
f5a66e682b
Merge pull request #6815 from dolthub/fulghum-patch-1
...
Update README now that drop database is reverseable
2023-10-13 16:38:37 -07:00
Jason Fulghum
7bc841df2a
Updating README now that drop database is reversable
2023-10-13 16:00:37 -07:00
stephanie
36256bcdcc
Merge pull request #6774 from dolthub/steph/pull
...
migrate dolt pull to use sql queries
2023-10-13 15:25:17 -07:00
Stephanie You
72a5791c5c
small changes
2023-10-13 13:56:44 -07:00
Stephanie You
fa50b5ba78
address PR comments
2023-10-13 12:39:54 -07:00
Dustin Brown
886fd60de8
[ga-bump-dep] Bump dependency in Dolt by macneale4 ( #6812 )
...
Co-authored-by: macneale4 <46170177+macneale4@users.noreply.github.com >
2023-10-13 11:55:57 -07:00
stephkyou
4a1179c665
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-10-13 08:27:37 +00:00
Stephanie You
961cdfbd4f
address PR comments
2023-10-13 01:15:41 -07:00
Stephanie You
871fab1546
update bats tests
2023-10-13 01:12:59 -07:00
Stephanie You
56edbb2100
update dolt pull logic to fix bugs
2023-10-13 01:12:52 -07:00
Jason Fulghum
98d946b704
Merge pull request #6810 from dolthub/fulghum/dolt-6785
...
Prevent `dolt_checkout` from creating new branches in read-only databases
2023-10-12 16:19:46 -07:00
Dustin Brown
17efd03ff1
[ga-bump-dep] Bump dependency in Dolt by jennifersp ( #6811 )
2023-10-12 15:22:44 -07:00
Jason Fulghum
aab6972dad
Preventing dolt_checkout from creating new branches in read-only databases.
...
Fixes: https://github.com/dolthub/dolt/issues/6785
2023-10-12 13:37:09 -07:00
Zach Musgrave
3db8ee2fb3
Merge pull request #6807 from dolthub/zachmu/virtual
...
[no-release-notes] dolt changes for virtual column changes (not supported in dolt yet)
2023-10-12 09:21:20 -07:00
Zach Musgrave
4e403e85cd
Merge branch 'main' into zachmu/virtual
2023-10-12 09:07:29 -07:00
fulghum
c6ca71c3f2
[ga-bump-release] Update Dolt version to 1.19.0 and release v1.19.0
v1.19.0
2023-10-12 02:33:04 +00:00
Jason Fulghum
d9d7479817
Merge pull request #6762 from dolthub/fulghum/undrop
...
Feature: New stored procedure `dolt_undrop()` to restore dropped databases
2023-10-11 19:23:04 -07:00
Jason Fulghum
3bb83d4444
Merge pull request #6771 from dolthub/aaron/undrop-cluster-tests
...
integration-tests/go-sql-server-driver: Add a test for undropping a cluster replicated database.
2023-10-11 17:59:25 -07:00
Jason Fulghum
bc610cee98
Merge pull request #6804 from dolthub/max-hoffman-5d5c2c3a
...
[auto-bump] [no-release-notes] dependency by max-hoffman
2023-10-11 17:43:55 -07:00
zachmu
351c95c306
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-10-11 23:51:59 +00:00
Zach Musgrave
8c3d8cd24c
newest gms
2023-10-11 16:41:15 -07:00
Jason Fulghum
23655e4cc6
Merge branch 'fulghum/undrop' into aaron/undrop-cluster-tests
2023-10-11 16:39:00 -07:00
max-hoffman
45b733a972
[ga-bump-dep] Bump dependency in Dolt by max-hoffman
2023-10-11 23:22:06 +00:00
Zach Musgrave
71504fd97b
Moved GetForeignKeyEditor to WritableDoltTable, from AlterableDoltTable. This is necessary for recent analyzer changes, which replace the Table implementation in the plan node when creating an indexed access. IndexedDoltTable embeds WritableDoltTable, but not AlterableDoltTable.
2023-10-11 16:20:10 -07:00
Jason Fulghum
c9e79e9742
Merge branch 'main' into fulghum/undrop
2023-10-11 16:06:32 -07:00
Jason Fulghum
a437340821
Merge branch 'fulghum/undrop' into aaron/undrop-cluster-tests
2023-10-11 15:59:22 -07:00
Jason Fulghum
c904f25c4e
Cleaning up
2023-10-11 15:47:52 -07:00
Jason Fulghum
3335a3ffa1
Turning panic back on to get log output from CI tests
2023-10-11 15:19:51 -07:00
Jason Fulghum
535842d8d4
Debug output
2023-10-11 15:04:09 -07:00
Jason Fulghum
044a2a5b69
Cleaning up debugging output
2023-10-11 15:01:03 -07:00
Jason Fulghum
8d71642992
More debugging
2023-10-11 14:46:33 -07:00
Jason Fulghum
7472a527bb
Merge branch 'fulghum/undrop' of https://github.com/dolthub/dolt into fulghum/undrop
2023-10-11 14:22:24 -07:00
Jason Fulghum
960f24df8a
More debugging
2023-10-11 14:20:59 -07:00
Jason Fulghum
52932c5577
Debugging windows-specific erorr about chunk journal being closed multiple times
2023-10-11 12:32:35 -07:00
Jason Fulghum
fa12502474
Cleaning up more debug hacks
2023-10-11 12:26:34 -07:00
Jason Fulghum
928031e675
Cleaning up some debug hacks
2023-10-11 12:10:06 -07:00
Jason Fulghum
7ca678453b
Merge branch 'fulghum/undrop' of https://github.com/dolthub/dolt into fulghum/undrop
2023-10-11 12:03:17 -07:00
Jason Fulghum
0ada994097
Fixing a missing nil check
2023-10-11 12:03:10 -07:00