Andy Arthur
b48df04c76
refactoring tests in preparation for format flip
2022-09-28 15:32:43 -07:00
Andy Arthur
cae47d06ff
cleanup some uses of doltdb.Table.GetNomsRowData
2022-08-24 14:05:20 -07:00
Zach Musgrave
c3ead00f94
Setting 0 epoch for database initialization in tests
2022-08-11 12:07:46 -07:00
Aaron Son
829981ad64
doltdb: Remove some shims from VRW to NodeStore; carry NodeStores around.
2022-07-05 13:28:56 -07:00
Jason Fulghum
504cd47e82
Adding a new function to create a test environment with configuration params separate from other test environments and using that new function for creating databases in Dolt Harness.
2022-05-19 11:49:22 -07:00
Andy Arthur
a729a63f76
first pass at secondary indexes
2022-01-31 15:00:45 -08:00
Andy Arthur
761510e4d5
threading prolly indexes
2022-01-11 14:54:54 -08:00
Andy Arthur
7a82e0c6e9
renamed doltdb.Table.GetRowData() to GetNomsRowData()
2022-01-06 14:14:48 -08:00
Andy Arthur
bd517a6be2
replaced index types.Map with durable.IndexSet
2022-01-05 15:58:02 -08:00
Andy Arthur
3466021f98
Merge branch 'main' into andy/remove-noms-map-creator
2021-12-13 15:48:31 -08:00
Andy Arthur
3e800180af
removed noms map creator
2021-12-13 15:23:51 -08:00
Andy Arthur
499d3488ab
refactored conflict schemas
2021-12-13 11:08:06 -08:00
Maximilian Hoffman
a0f6799a2c
FF head on read replica ( #2182 )
...
* shittiest read replica imaginable is kind of working
* import cycle progress
* delete unecessary files and fix db type switch bug
* Add bats test
* delete comments
* fix working set updates for cli
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* clean comments
* comment racy server test
* zach's comments
* add copyright headers
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2021-09-29 10:23:07 -07:00
Dustin Brown
b5904ee069
/{go,integration-tests}: comment on recycled pids, use exported default branch where possible
2021-09-24 12:37:18 -07:00
Dustin Brown
baeb4fd656
/{go,integration-tests}: address pr feedback
2021-09-23 17:37:04 -07:00
Dustin Brown
52782575fd
/go/{store,performance,libraries,cmd}: fix go tests after branch rename
2021-09-23 14:29:33 -07:00
Brian Hendriks
775ac0af51
Import Performance and Garbage Generation improvements.
2021-09-08 14:52:42 -07:00
zachmu
4a75e8bbd2
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2021-08-05 03:11:56 +00:00
Zach Musgrave
f8b2c234e5
Fix error in test
2021-08-04 20:10:33 -07:00
Zach Musgrave
55e094bef0
Removed PutTableToWorking
2021-08-04 19:17:21 -07:00
Andy Arthur
a1fa1e3d39
use Format_LD_1 in CreateTestEnv
2021-03-31 12:06:25 -07:00
Andy Arthur
b86c8464dd
copy AUTO_INCREMENT value on schema change (index/column add/drop/modify)
2021-01-29 16:14:42 -08:00
Andy Arthur
7f3dcff18e
repofmt
2020-12-08 07:31:15 -08:00
Andy Arthur
d96cfe8733
cleanup
2020-12-08 07:31:15 -08:00
Andy Arthur
518cd1e8e2
split TableEditors and IndexEditor to their own package
2020-12-08 07:31:15 -08:00
Aaron Son
84c3066348
go/**/*.go: Update copyright headers for company name change.
2020-11-02 10:17:02 -08:00
Daylon Wilkins
b5bb663233
Reference new org name and updated trigger logic
2020-09-25 15:35:04 -07:00
Brian Hendriks
250ec98e29
read-tables
...
dolt read-tables command
2020-08-09 18:20:54 -07:00
Brian Hendriks
a7d4c8e0da
add user agent to grpc calls ( #419 )
2020-02-24 12:59:47 -08:00
Aaron Son
5fc6fd5d6a
go: Update for dolt at root of repository.
2019-07-24 10:28:54 -07:00
Aaron Son
23a0f5a33e
Merge remote-tracking branch 'origin/master' into aaron/dolt-3pdeps-license-fetching
2019-07-23 16:07:50 -07:00
Aaron Son
6619700b5a
dolt/go: Add utils/repofmt/check_fmt.sh, and standardize goimports config across repository.
2019-07-23 11:59:06 -07:00
Aaron Son
732086a9c7
dolt/go: Add copyright notices to every file. For files from noms, retain and reference the previous copyright notice as well.
2019-07-22 17:06:35 -07:00
Aaron Son
2d74d6df38
dolt/go: First pass at supporting multiple bin formats in dolthub remotes.
...
NomsBlockStore gets seeded with a version string specifier which gets threaded
through various contexts. If the existing manifest specifies a different
format, then that takes priority.
2019-07-19 16:44:07 -07:00
Zach Musgrave
c5b1d8f151
Refactored AddColumnToSchema into doltcore, and wrote tests for it (more to write). Also moved dtestutils from the dolt directory to the doltcore directory, and moved a few SQL test util funcs into it.
2019-06-06 14:47:06 -07:00