Dustin Brown
|
1e8bcd151a
|
/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: adjust benchmarking precision
|
2021-12-15 12:59:01 -08:00 |
|
Taylor Bantle
|
e8bd56df6a
|
Merge pull request #2473 from dolthub/taylor/docs-links
[no-release-notes] Fix docs links in dolt docs
|
2021-12-15 12:31:08 -08:00 |
|
Taylor Bantle
|
e9b94cf8ca
|
Update querying history link in README
|
2021-12-15 11:25:29 -08:00 |
|
Taylor Bantle
|
a82d7b7bb3
|
Fix docs links in dolt docs
|
2021-12-15 11:25:29 -08:00 |
|
jennifersp
|
6fcee52c8a
|
[ga-bump-release] Update Dolt version to 0.34.9 and release v0.34.9
v0.34.9
|
2021-12-15 19:23:08 +00:00 |
|
AndyA
|
17c262e972
|
Merge pull request #2510 from dolthub/andrew-wm-arthur-3cfed7fa
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
|
2021-12-15 11:13:02 -08:00 |
|
jennifersp
|
058946246d
|
add pager to dolt log (#2482)
|
2021-12-15 11:03:59 -08:00 |
|
andrew-wm-arthur
|
ef2f37e187
|
[ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur
|
2021-12-15 18:28:23 +00:00 |
|
Daylon Wilkins
|
7230801173
|
Bump GMS and Vitess
|
2021-12-15 06:28:03 -08:00 |
|
Vinai Rachakonda
|
54cc1d5f1e
|
Refactor the Export path to read from the engine (#2495)
|
2021-12-14 12:02:18 -08:00 |
|
AndyA
|
ec1ef0086a
|
Merge pull request #2504 from dolthub/andy/delete-key-itr
/go/libraries/doltcore/doltdb: Deleted key itr
|
2021-12-14 10:58:49 -08:00 |
|
Andy Arthur
|
7c746d078c
|
deleted key itr
|
2021-12-14 10:21:49 -08:00 |
|
Maximilian Hoffman
|
da3dcab266
|
default upstream and bats test (#2503)
|
2021-12-14 09:43:18 -08:00 |
|
Maximilian Hoffman
|
0232eba612
|
bats test for failed window agg query (#2494)
* bats test for failed window agg query
* simplify bats test
* better test name
|
2021-12-13 20:28:16 -08:00 |
|
AndyA
|
d90399d003
|
Merge pull request #2500 from dolthub/andy/remove-noms-map-creator
/go/libraries/doltcore/table/noms: Removed Noms Map Creator and Updater
|
2021-12-13 16:56:37 -08:00 |
|
Andy Arthur
|
c41b147786
|
remove legacy compatibility tests
|
2021-12-13 16:16:07 -08:00 |
|
Andy Arthur
|
4ee5d1eec9
|
Revert "updated compatibility tests, removed legacy compatibility tests"
This reverts commit ff722b5baa.
|
2021-12-13 16:13:55 -08:00 |
|
Andy Arthur
|
ff722b5baa
|
updated compatibility tests, removed legacy compatibility tests
|
2021-12-13 16:11:21 -08:00 |
|
Andy Arthur
|
d1a6f52c29
|
fix go vet
|
2021-12-13 15:55:42 -08:00 |
|
Andy Arthur
|
11f9aa1795
|
repo fmt
|
2021-12-13 15:50:44 -08:00 |
|
Andy Arthur
|
3466021f98
|
Merge branch 'main' into andy/remove-noms-map-creator
|
2021-12-13 15:48:31 -08:00 |
|
Andy Arthur
|
3a550964bd
|
fix super schema test
|
2021-12-13 15:43:53 -08:00 |
|
AndyA
|
47f3030ef5
|
Merge pull request #2497 from dolthub/andy/durable
/go/libraries/doltcore/doltdb: Extracted Persistent Object from `doltdb.Table`
|
2021-12-13 15:42:52 -08:00 |
|
Dustin Brown
|
b3e505acb2
|
[ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda (#2499)
Co-authored-by: VinaiRachakonda <vinai@dolthub.com>
|
2021-12-13 15:39:57 -08:00 |
|
Andy Arthur
|
1980a345c6
|
removed noms map updater, tag rebase, tag migration
|
2021-12-13 15:31:41 -08:00 |
|
Andy Arthur
|
3e800180af
|
removed noms map creator
|
2021-12-13 15:23:51 -08:00 |
|
Andy Arthur
|
2e2ea086b2
|
doc comments
|
2021-12-13 13:43:22 -08:00 |
|
Andy Arthur
|
b7e1e6f1f4
|
extracted backing types.Struct from doltdb.Table
|
2021-12-13 13:03:36 -08:00 |
|
Andy Arthur
|
499d3488ab
|
refactored conflict schemas
|
2021-12-13 11:08:06 -08:00 |
|
Maximilian Hoffman
|
0cbd7e780c
|
Async push for replication (#2369)
* starter code
* async replication prototype
* benchmark async push
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* delete hanging line
* add comment for concurrent map access
* move replication into databaseProvider
* top-level wait group for async threads
* fix testsg
* standardize wg format
* missing header
* address data race
* make async test shorter
* delete unnecessary lines
* starter code for new sqlEngine interface
* new engine interface with background threads
* brian's comments
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* missed a datarace
* fix bats
* bad go.sum
* add latest GMS commit
* bump GMS
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
|
2021-12-11 13:41:58 -08:00 |
|
Vinai Rachakonda
|
57ab97e743
|
Fix auto fwt transform to not drop a row on flush (#2490)
|
2021-12-11 12:35:32 -08:00 |
|
AndyA
|
ac7389b5b3
|
Merge pull request #2486 from dolthub/andy-vinai/cleanup-data-movement
Improve 'Data Mover' code on import path
|
2021-12-10 10:30:56 -08:00 |
|
Zach Musgrave
|
692304f7bb
|
Merge pull request #2488 from dolthub/zachmu/index-bug
Fixed bug with incorrectly applied index lookups for multi column indexes
|
2021-12-10 09:33:42 -08:00 |
|
Vinai Rachakonda
|
473910158f
|
Need to fix sqlCtx uses
|
2021-12-09 22:33:37 -08:00 |
|
Vinai Rachakonda
|
76245708e8
|
Merge branch 'andy-vinai/cleanup-data-movement' of github.com:dolthub/dolt into andy-vinai/cleanup-data-movement
|
2021-12-09 22:19:44 -08:00 |
|
Vinai Rachakonda
|
2172fd7401
|
nits and export method for ld
|
2021-12-09 22:19:15 -08:00 |
|
VinaiRachakonda
|
1168e4992c
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2021-12-10 02:34:24 +00:00 |
|
Vinai Rachakonda
|
d8f76a16d0
|
convert writers to using ReadSqlRow. Deprecate every ReadRow except for csv:
|
2021-12-09 18:27:08 -08:00 |
|
Zach Musgrave
|
8ba7aa2961
|
Upgraded GMS
|
2021-12-09 17:22:36 -08:00 |
|
Zach Musgrave
|
e7fb7749a3
|
Unskip test
|
2021-12-09 17:21:01 -08:00 |
|
Zach Musgrave
|
206e33844c
|
Merge pull request #2485 from dolthub/tim/add-lower-index-skipped-bats
Skipped test for Index overuse issue
|
2021-12-09 16:46:13 -08:00 |
|
Andy Arthur
|
a974a7a87d
|
extended TableReaded interface to read sql.Row's when possible to minimize row conversions
|
2021-12-09 16:31:55 -08:00 |
|
Andy Arthur
|
791365a7c0
|
first cleanup pass
|
2021-12-09 16:06:37 -08:00 |
|
Timothy Sehn
|
d14b286523
|
Added skipped bats test for the issue where an index is used inappropriately when a function modifies the column producing incorrect results
|
2021-12-09 16:06:18 -08:00 |
|
Dustin Brown
|
b831bfa990
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#2481)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
|
2021-12-08 16:59:43 -08:00 |
|
Daylon Wilkins
|
8d4dd0d364
|
Updated GMS and Vitess
|
2021-12-07 23:58:01 -08:00 |
|
Zach Musgrave
|
5023a37324
|
Update faq.md
|
2021-12-07 17:07:11 -08:00 |
|
Tim Sehn
|
29cfbf258d
|
Merge pull request #2472 from dolthub/tim/sql-checkout-skipped-bats
Modified bats for SQL checkout to assert that the branch should not change on the CLI.
|
2021-12-07 15:52:02 -08:00 |
|
Vinai Rachakonda
|
8d22b02ab6
|
Add import benchmarks and add in import performance fix (#2457)
|
2021-12-07 15:50:57 -08:00 |
|
Timothy Sehn
|
92366d8d77
|
Added assertion that the branch is created
|
2021-12-07 15:10:01 -08:00 |
|