Zach Musgrave
|
77e87a517b
|
Merge pull request #1786 from dolthub/zachmu/tx-tests
Test support for transactions, and changed the behavior of dolt sql in batch mode when it encounters an error
|
2021-06-10 12:00:53 -07:00 |
|
Zach Musgrave
|
7ab3a0120a
|
PR feedback
|
2021-06-10 11:23:36 -07:00 |
|
VinaiRachakonda
|
9938cc85de
|
[ga-bump-release] Update Dolt version to 0.26.7 and release v0.26.7
|
2021-06-10 03:18:25 +00:00 |
|
Brian Hendriks
|
bcafd4b548
|
thread context through to function creation in dolt (#1793)
Co-authored-by: Brian Hendriks <brian@liquidata.co>
|
2021-06-09 14:49:33 -07:00 |
|
Zach Musgrave
|
07bc5fafdd
|
Made dolt_merge return a particular error type, and check for it during batch processing (in which case don't do any further state cleanup). Also removed extra error decorators that could interere with error type detection.
|
2021-06-08 18:07:07 -07:00 |
|
Zach Musgrave
|
eb34eacec8
|
Changed batch mode to update the repo state before exiting in the case of an error
|
2021-06-08 16:43:25 -07:00 |
|
Zach Musgrave
|
8359efe118
|
Turn auto-commit off for batch mode, since transaction commit flushes to disk.
|
2021-06-08 14:28:08 -07:00 |
|
Zach Musgrave
|
5924bf8f5f
|
Moved batched mode setting out of database, into session where it belongs
|
2021-06-04 14:19:14 -07:00 |
|
Daylon Wilkins
|
ae0de59aa0
|
Added session var that matches dolt and transaction commits
|
2021-05-30 21:39:32 -07:00 |
|
andrew-wm-arthur
|
1eb286f34a
|
[ga-bump-release] Update Dolt version to 0.26.6 and release v0.26.6
|
2021-05-27 23:21:46 +00:00 |
|
andrew-wm-arthur
|
47c411e69f
|
[ga-bump-release] Update Dolt version to 0.26.5 and release v0.26.5
|
2021-05-19 23:08:20 +00:00 |
|
Aaron Son
|
2d6198fa9d
|
go/cmd/dolt: commands/{fetch,pull}: Turn off chunk caching on source DB when pulling and fetching.
|
2021-05-18 15:29:32 -07:00 |
|
reltuk
|
9c70c33cbe
|
[ga-bump-release] Update Dolt version to 0.26.4 and release v0.26.4
|
2021-05-17 20:18:38 +00:00 |
|
Zach Musgrave
|
f671f543e7
|
Fixed bug in batch SQL import due to not correctly detecting auto increment tables and flusing between inserts
|
2021-05-13 12:19:41 -07:00 |
|
Zach Musgrave
|
e2a79a8aa8
|
Merge master
|
2021-05-12 18:32:35 -07:00 |
|
Zach Musgrave
|
7c727b556f
|
Fixed some failing index tests that weren't initializing the session properly
|
2021-05-12 14:31:53 -07:00 |
|
AndyA
|
2614943f54
|
Merge pull request #1700 from dolthub/andy/server-bench
Andy/server bench
|
2021-05-11 15:42:31 -07:00 |
|
reltuk
|
9ccbf2d277
|
[ga-bump-release] Update Dolt version to 0.26.3 and release v0.26.3
|
2021-05-10 20:52:28 +00:00 |
|
Andy Arthur
|
b6fd177fb7
|
server micro benchmarks
|
2021-05-09 11:31:48 -07:00 |
|
Zach Musgrave
|
fd2252c853
|
Added dirty tracking to session so that commit() is a no-op if the root value hasn't changed
|
2021-05-07 21:41:55 -07:00 |
|
Zach Musgrave
|
6cafebfec1
|
Fixed error in filter branch caused by it doing independent setup of session vars
|
2021-05-06 16:35:36 -07:00 |
|
Zach Musgrave
|
6b718953f1
|
Merge master, upgrade gms
|
2021-05-06 14:06:08 -07:00 |
|
AndyA
|
d7c3e657db
|
Merge pull request #1680 from dolthub/andy/merge-base
Andy/merge base
|
2021-05-05 16:24:52 -07:00 |
|
Andy Arthur
|
4a4534bc30
|
pr feedback
|
2021-05-05 15:24:53 -07:00 |
|
Andy Arthur
|
fa888f40d1
|
added cli docs
|
2021-05-05 12:22:01 -07:00 |
|
Andy Arthur
|
0a58130b4a
|
first pass at merge-base
|
2021-05-05 12:15:45 -07:00 |
|
Vinai Rachakonda
|
c358ede3fd
|
Add dolt log <table> functionality (#1667)
This pr enables users to get more granular about which commits affect which table.
|
2021-05-05 14:32:55 -04:00 |
|
Zach Musgrave
|
eaa397b221
|
More principled naming / filter choices for default refs
|
2021-05-03 11:14:43 -07:00 |
|
Brian Hendriks
|
8200e08ad9
|
Bh/gc perf (#1608)
* support for serving profiles
* decreases allocations and in use space
|
2021-04-30 13:46:35 -07:00 |
|
Daylon Wilkins
|
8e2ed97c40
|
Rewrote index editor + other changes
|
2021-04-29 08:00:03 -07:00 |
|
reltuk
|
b9f7b40966
|
[ga-bump-release] Update Dolt version to 0.26.2 and release v0.26.2
|
2021-04-27 21:57:28 +00:00 |
|
Brian Hendriks
|
49e3ed288c
|
gc changes for import (#1598)
|
2021-04-27 13:49:45 -07:00 |
|
Vinai Rachakonda
|
d0e32f4cf1
|
Fixes already on same branch error (#1589)
Fixes bugs w/ dolt checkout and DOLT_CHECKOUT when checking out to the same branch
|
2021-04-27 10:34:13 -04:00 |
|
Vinai Rachakonda
|
f8dbeffc86
|
Vinai/dolt commit fix (#1583)
Fixes a bug with DOLT_COMMIT and arg parsing
|
2021-04-26 16:19:02 -04:00 |
|
Daylon Wilkins
|
af43053fb2
|
Fixed system variables
|
2021-04-26 10:17:08 -07:00 |
|
Zach Musgrave
|
378dcd73fb
|
Merge pull request #1571 from dolthub/store-cmd-noms
Fixed bugs in noms cat and noms show. Fixed some typos.
|
2021-04-26 09:50:19 -07:00 |
|
AndyA
|
e97d4ef5eb
|
Merge pull request #1584 from dolthub/andy/dont-swallow-commit-err
/go/libraries/doltcore/{doltdb, env/actions}: don't swallow commit error
|
2021-04-26 08:41:30 -07:00 |
|
Andy Arthur
|
95807d430a
|
refactored errors
|
2021-04-23 12:26:10 -07:00 |
|
reltuk
|
a30c394bcd
|
[ga-bump-release] Update Dolt version to 0.26.1 and release v0.26.1
|
2021-04-23 19:15:05 +00:00 |
|
Zach Musgrave
|
21f04ff9c3
|
Removed utils file
|
2021-04-23 09:19:34 -07:00 |
|
Yakko Majuri
|
460e82f47e
|
add license header
|
2021-04-22 18:29:00 +00:00 |
|
yakkomajuri
|
0c7fb0a59b
|
format repo
|
2021-04-22 08:59:59 +00:00 |
|
yakkomajuri
|
e138e8713b
|
Merge branch 'master' into port-in-use
|
2021-04-22 08:50:10 +00:00 |
|
Zach Musgrave
|
6a39e30168
|
Fixed bugs in noms cat and noms show. Fixed some typos. Cleaned up unreachable err handling code
|
2021-04-20 18:28:19 -07:00 |
|
Vinai Rachakonda
|
7914b92123
|
add max connections flag (#1557)
Adds a max connection flag to sql-server
|
2021-04-20 16:23:14 -04:00 |
|
Zach Musgrave
|
32d99c56d2
|
Merge pull request #1547 from alrs/cmd-errs
cmd/dolt/commands: fix dropped errors
|
2021-04-16 15:25:32 -07:00 |
|
Daylon Wilkins
|
f4cbe6d889
|
Fixed FK issue #1546
|
2021-04-15 10:20:42 -07:00 |
|
Lars Lehtonen
|
95f3ca3a1b
|
cmd/dolt/commands: fix dropped errors
|
2021-04-15 05:27:17 -07:00 |
|
Brian Hendriks
|
fe9329af53
|
delete batches (#1524)
|
2021-04-08 20:03:23 -07:00 |
|
Vinai Rachakonda
|
eefa7abe3b
|
Add dolt reset HEAD~ (#1512)
This pr adds `dolt reset HEAD~`
|
2021-04-08 11:42:26 -04:00 |
|