Zach Musgrave
e5eb896147
Merge pull request #4194 from dolthub/zachmu/json-diff
...
Support json output for `dolt diff`
2022-08-25 19:54:38 -07:00
jennifersp
0c96a5840d
create db with specific format depending on currentDB format ( #4193 )
2022-08-25 15:17:27 -07:00
Zach Musgrave
a1aebfbabe
Fixed faulty json test
2022-08-25 15:04:54 -07:00
Zach Musgrave
4c45ae404a
Fixed bats tests for schema change output
2022-08-25 13:48:24 -07:00
Zach Musgrave
05525ead05
Fixed keyless json diff test to accomodate non deterministic ordering for keyless diffs
2022-08-25 13:02:17 -07:00
Zach Musgrave
f52071dcd3
New bats test for json diff
2022-08-24 17:52:16 -07:00
AndyA
2eab2735c9
Merge pull request #4192 from dolthub/andy/fix-ls-verbose
...
[no-release-notes] go/commands: Fix `dolt ls --verbose` panic for NBF `__DOLT__`
2022-08-24 17:35:22 -05:00
Andy Arthur
03ea5d7309
fix Noms Map assumption in dolt ls --verbose
2022-08-24 13:56:54 -07:00
Timothy Sehn
93c677ea48
Kill git-dolt
2022-08-24 11:09:58 -07:00
jennifersp
6886a8721f
commit merge if no conflict ( #4105 )
2022-08-23 12:38:12 -07:00
Jason Fulghum
750f0b4852
Skipping a sql-server test that's been hanging for hours in CI
2022-08-23 10:16:51 -07:00
Timothy Sehn
3bd2b86e56
fix flakey test with an order by
2022-08-23 08:48:31 -07:00
Tim Sehn
5906bce517
Merge branch 'main' into tim/bats/privs
2022-08-23 06:10:18 -07:00
jennifersp
c135e3eefb
set upstream from sql session ( #4151 )
2022-08-22 22:27:26 -07:00
Timothy Sehn
e7a0e1d51b
a bit better docs
2022-08-22 18:30:48 -07:00
Timothy Sehn
c562e86c43
Max feedback. Fix test broken by compiling main.
2022-08-22 18:24:52 -07:00
Timothy Sehn
7c681938f1
Merged main and fixed conflicts
2022-08-22 17:30:58 -07:00
Timothy Sehn
e73b5ac18b
fix comment
2022-08-22 16:58:40 -07:00
Maximilian Hoffman
5a6e20b6c7
Index lookup refactor ( #4162 )
...
* progress
* building
* fix history table and fk issuesg
* remove point lookup code
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* tidy
* prollyFkIndexer pointer receiver
* GMS updates
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* missing feedback
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2022-08-22 16:36:37 -07:00
Timothy Sehn
f62ba4ac77
Checkpoint. Most bats working. Confirming locally.
2022-08-22 16:35:22 -07:00
Dhruv Sringari
9758e697c8
Allows diff to be performed across primary key renames ( #4156 )
...
* allow diff across pk renames
* pr comments
2022-08-22 14:58:55 -07:00
Zach Musgrave
755c04b0af
Merge pull request #4146 from dolthub/zachmu/refnames
...
Revamped ref name validation to allow the '.' character
2022-08-22 14:43:57 -07:00
Zach Musgrave
0e840275e8
Merge pull request #4150 from dolthub/james/error
...
[no-release-notes] print success not error
2022-08-22 09:56:19 -07:00
Zach Musgrave
87254afc05
Fixed branch test
2022-08-22 09:41:21 -07:00
Jason Fulghum
8383b9ba65
Merge pull request #4102 from dolthub/fulghum/revision-databases
...
Various fixes for database revision specifiers
2022-08-19 20:59:23 -07:00
Jason Fulghum
cab5ff0c55
Merge pull request #4050 from tanyongzhi/commit-amend
...
Add amend option for commit
2022-08-19 16:04:16 -07:00
Jason Fulghum
2a38fd6dd2
Merge pull request #4116 from abmyii/dolt-diff-limit
...
Fix dolt diff --limit
2022-08-19 15:24:14 -07:00
Timothy Sehn
58ca970009
Privileges bats first pass
2022-08-19 14:59:46 -07:00
Jason Fulghum
6da9ccf116
Adding back test cases with default branch deleting and asserting that dolt_checkout doesn't panic.
2022-08-19 14:58:40 -07:00
Timothy Sehn
3177bef418
Deleting user test
2022-08-19 14:31:01 -07:00
Timothy Sehn
dc0c5a3f46
Machinery for testing passwords
2022-08-19 14:20:46 -07:00
Jason Fulghum
56812791e3
changing @test names to match Format Checker CI test
2022-08-19 13:12:39 -07:00
Jason Fulghum
ee2199bdab
changing @test names to match Format Checker CI test
2022-08-19 13:12:14 -07:00
Jason Fulghum
e3e6fc25a2
changing @test names to match Format Checker CI test
2022-08-19 13:11:50 -07:00
Jason Fulghum
b4cac435d0
Merge branch 'main' into commit-amend
2022-08-19 13:04:24 -07:00
James Cor
b2ba96113f
fixing test
2022-08-19 11:39:27 -07:00
abmyii
da9d9d9016
dolt diff --limit undefined limit test
...
Co-authored-by: Tim Sehn <tim@dolthub.com >
2022-08-19 10:28:30 +01:00
Zach Musgrave
060e3e7230
New slightly more robust test for semver tag creation
2022-08-18 16:07:26 -07:00
Zach Musgrave
d8fb87ada4
Merge pull request #4071 from dolthub/zachmu/ai
...
global auto increment tracking
2022-08-17 16:34:18 -07:00
Maximilian Hoffman
413b823a0d
Lock new databases where source db is locked ( #4091 )
...
* Lock new databases where source db is locked
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* zach comments
* delete log comment
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2022-08-17 16:21:56 -07:00
Jason Fulghum
f1b08947bf
Changing BATS tests names to match file name
2022-08-17 16:20:23 -07:00
Jason Fulghum
e5633a5a1d
Merge branch 'main' into fulghum/revision-databases
2022-08-17 16:00:40 -07:00
Jason Fulghum
4a06b7b2de
New BATS test for database revision specifiers
2022-08-17 15:55:46 -07:00
James Cor
1cf51dd5f1
Merge pull request #4110 from dolthub/james/privs
...
sql-server host shouldn't affect default superuser
2022-08-17 15:54:29 -07:00
Jason Fulghum
4892fed213
Removing two tests that don't work any more now that we don't track revision DBs in session state.
2022-08-17 14:14:23 -07:00
Zach Musgrave
3302bb7d7c
Merge pull request #4122 from dolthub/zachmu/replication-tests
...
Burlier tests for multi-db replication
2022-08-17 14:06:26 -07:00
Zach Musgrave
ad7ccc42ad
Merge main
2022-08-17 14:05:29 -07:00
Zach Musgrave
8c5831410c
Fixed server tests
2022-08-17 11:35:53 -07:00
Zach Musgrave
cf64234bfa
Fixed 2 more bats tests
2022-08-17 11:31:40 -07:00
Zach Musgrave
0817ce2886
Fixed bats test
2022-08-17 11:28:50 -07:00