Aaron Son
|
6129e9568e
|
Merge remote-tracking branch 'origin/main' into aaron/commit-parents-closure-find-common-ancestor
|
2021-10-12 10:39:56 -07:00 |
|
Aaron Son
|
74adee855a
|
Merge pull request #2235 from dolthub/aaron/commit-parents-closure
go/store/datas: Materialize a parents closure map at commit time.
|
2021-10-12 10:39:48 -07:00 |
|
Aaron Son
|
8cece700e8
|
go/store/datas: First pass at implementing FindCommonAncestor when parents_closure is present.
|
2021-10-12 09:40:55 -07:00 |
|
Daylon Wilkins
|
0198e77da2
|
Disabled FK checks allows delayed FK resolution and dropping referenced tables
|
2021-10-12 05:54:11 -07:00 |
|
Dustin Brown
|
1b82dc890e
|
Update ci-bump-winget.yaml
|
2021-10-11 16:32:34 -07:00 |
|
Aaron Son
|
1aead8d4cf
|
Fix up tests with hardcoded commit hashes for new parents_closure storage.
|
2021-10-11 14:21:10 -07:00 |
|
Zach Musgrave
|
ac0cd8e5b1
|
Merge pull request #2247 from dolthub/zachmu/checkout-workingset
Added test of working set behavior for checkout
|
2021-10-11 14:09:16 -07:00 |
|
reltuk
|
ad14ca9c44
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2021-10-11 21:03:19 +00:00 |
|
Aaron Son
|
812c5fccd8
|
go/store/datas: Ref the parents_closure Map, instead of storing it inline.
|
2021-10-11 13:57:30 -07:00 |
|
AndyA
|
42b8a90fb5
|
Merge pull request #2245 from dolthub/andy/polymorphic-chunking
/go/store/types: Extracted `sequenceSplitter` interface for rollingValueHasher
|
2021-10-11 13:55:47 -07:00 |
|
Zach Musgrave
|
883744a8ba
|
Added test of working set behavior for checkout
|
2021-10-11 13:55:16 -07:00 |
|
Andy Arthur
|
52a82dbd9f
|
refactored rollingByteHasher for code sharing
|
2021-10-11 12:48:01 -07:00 |
|
Andy Arthur
|
3f6e7133cb
|
refactored extracted interface as 'sequenceSplitter'
|
2021-10-11 12:26:51 -07:00 |
|
Andy Arthur
|
87e1a32bf4
|
plumbed new chunker interface
|
2021-10-11 11:49:27 -07:00 |
|
Andy Arthur
|
e9c5db3e6b
|
extracted interface for chunker
|
2021-10-08 17:29:07 -07:00 |
|
Dustin Brown
|
f68dfb5b58
|
Update ci-bump-winget.yaml
|
2021-10-08 15:19:26 -07:00 |
|
reltuk
|
fdd08f9216
|
[ga-bump-release] Update Dolt version to 0.30.3 and release v0.30.3
v0.30.3
|
2021-10-08 22:01:55 +00:00 |
|
Aaron Son
|
859164ecb7
|
Merge remote-tracking branch 'origin/main' into aaron/commit-parents-closure
|
2021-10-08 14:34:37 -07:00 |
|
Vinai Rachakonda
|
493f035e88
|
Add Read Only Transaction Functionality To Dolt (#2213)
|
2021-10-08 14:20:49 -07:00 |
|
Aaron Son
|
b55b67788a
|
go/go.mod: Bump go-mysql-server.
|
2021-10-08 12:35:08 -07:00 |
|
Aaron Son
|
f8d4e3aac1
|
Merge remote-tracking branch 'origin/aaron/commit-parents-closure' into aaron/commit-parents-closure
|
2021-10-08 12:34:02 -07:00 |
|
Maximilian Hoffman
|
4eba5cb02c
|
add host option for docker-compose workflows (#2239)
* add host option for docker-compose workflows
* [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>
|
2021-10-08 11:34:42 -07:00 |
|
Aaron Son
|
e130603bcd
|
go/store/datas: Update parents_closure tests to assert on map values as well.
|
2021-10-08 10:07:54 -07:00 |
|
Aaron Son
|
d769a2c514
|
go/store/datas: Add some tests for parents_closure value.
|
2021-10-08 10:07:54 -07:00 |
|
Aaron Son
|
90061c2fd9
|
go/store/datas: Implement getParentsClosure to materialize the parents closure.
|
2021-10-08 10:07:54 -07:00 |
|
Aaron Son
|
646c91d093
|
go/store/datas: Add parents_closure to commit struct.
|
2021-10-08 10:07:54 -07:00 |
|
Aaron Son
|
17dc3e72c3
|
store/datas: NewCommit -> newCommit, start threading parentsSkipList parameter through.
store/datas: Add ability to store parents_skip_list field to Commit Struct.
|
2021-10-08 10:07:54 -07:00 |
|
Daylon Wilkins
|
87b7ed61d1
|
Prevent panic when iea capacity is reached and undo operations are attempted
|
2021-10-07 15:19:46 -07:00 |
|
Aaron Son
|
d35460ddc0
|
Merge remote-tracking branch 'origin/main' into aaron/commit-parents-closure
|
2021-10-07 14:37:47 -07:00 |
|
Aaron Son
|
f378427e41
|
go/store/datas: Update parents_closure tests to assert on map values as well.
|
2021-10-07 14:11:18 -07:00 |
|
Aaron Son
|
dde04d262c
|
go/store/datas: Add some tests for parents_closure value.
|
2021-10-07 13:56:22 -07:00 |
|
Brian Hendriks
|
fe2fdd8ddd
|
Use a Tuple Factory for inserts to decrease memory usage. (#2238)
|
2021-10-07 11:41:17 -07:00 |
|
Aaron Son
|
86307b6f8e
|
Merge pull request #2230 from abmyii/arm-dolt-push
Fixes for dolt on arm devices
|
2021-10-07 09:05:55 -07:00 |
|
abmyii
|
2da8cdda73
|
Merge pull request #1 from dolthub/abmyii/arm-dolt-push
go/libraries/utils/iohelp: ReaderWithStats: Support > 4GB read stats.
|
2021-10-07 15:28:51 +01:00 |
|
Maximilian Hoffman
|
4d97326080
|
noff doesn't surface constraint violations (#2233)
* noff doesn't surface constraint violations
* only no-ff merge if we can fast-forward HEAD safely
* daylon's comments
* same error skip for sql
|
2021-10-06 19:49:26 -07:00 |
|
Aaron Son
|
70f330fdb7
|
go/store/datas: Implement getParentsClosure to materialize the parents closure.
|
2021-10-06 16:41:37 -07:00 |
|
Dustin Brown
|
fa4c82944e
|
Update ci-bump-homebrew.yaml
|
2021-10-06 15:35:50 -07:00 |
|
Aaron Son
|
c94d774e68
|
go/store/datas: Add parents_closure to commit struct.
|
2021-10-06 15:29:28 -07:00 |
|
Dustin Brown
|
6e9886c1a3
|
Merge pull request #2234 from dolthub/coffeegoddd-patch-1
[no-release-notes] Update ci-bump-homebrew.yaml
|
2021-10-06 15:28:07 -07:00 |
|
Dustin Brown
|
dbc8b929eb
|
Update ci-bump-homebrew.yaml
|
2021-10-06 15:27:46 -07:00 |
|
reltuk
|
2563c35630
|
[ga-bump-release] Update Dolt version to 0.30.2 and release v0.30.2
v0.30.2
|
2021-10-06 21:54:28 +00:00 |
|
Aaron Son
|
97ea3b8749
|
go/libraries/utils/iohelp: ReaderWithStats: Support > 4GB read stats.
|
2021-10-06 14:39:47 -07:00 |
|
Abdurrahmaan Iqbal
|
7e53ec8f38
|
Fix for dolt table import on arm devices
|
2021-10-06 21:22:15 +01:00 |
|
AndyA
|
aced1275bf
|
Merge pull request #2226 from dolthub/andy/kill-sql-package
[no-release-notes] go/doltcore/libraries/sql Refactor to eliminate pkg `sql`
|
2021-10-06 13:08:05 -07:00 |
|
Abdurrahmaan Iqbal
|
7e760c4e31
|
Fix for dolt push on arm devices
|
2021-10-06 21:04:50 +01:00 |
|
AndyA
|
9100b808bd
|
Merge pull request #2228 from dolthub/andy/fix-async-differ
[no-release-notes] /go/doltcore/libraries/diff: Make a copy of keyless diff.Difference to avoid reference errors
|
2021-10-06 12:47:38 -07:00 |
|
Andy Arthur
|
c32e455bb4
|
refactor keylessDiff.getDiffs to check timeout, context cancelled each time it checks diff against predicate
|
2021-10-06 12:09:31 -07:00 |
|
Andy Arthur
|
1aba803fe2
|
make a copy of keyless diff.Difference to avoid reference errors
|
2021-10-06 11:51:36 -07:00 |
|
Aaron Son
|
a2f660ff42
|
store/datas: NewCommit -> newCommit, start threading parentsSkipList parameter through.
store/datas: Add ability to store parents_skip_list field to Commit Struct.
|
2021-10-06 11:38:45 -07:00 |
|
andrew-wm-arthur
|
ccbd381786
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2021-10-06 16:57:49 +00:00 |
|