Commit Graph

9666 Commits

Author SHA1 Message Date
andrew-wm-arthur d458116e6f [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-08-09 14:08:45 -07:00
Andy Arthur 0a3f63aa32 move globalstate to sqle.Database 2021-08-09 14:08:45 -07:00
Dustin Brown 57ab4aa7bd Merge pull request #1989 from dolthub/db/bats-job-per-file
[no-release-notes] /.github/workflows/ci-bats-windows.yaml: iterating on bats, job per file
2021-08-09 14:03:58 -07:00
Dustin Brown 02bcb20dc0 /.github/workflows/ci-bats-windows.yaml: cleanup 2021-08-09 12:48:42 -07:00
Dustin Brown 142d77e1ef /.github/workflows/ci-bats-windows.yaml: run bats files in parallel 2021-08-09 12:16:40 -07:00
Dustin Brown 2cd6c8a702 /.github/workflows/ci-bats-windows.yaml: iterating on bats, job per file 2021-08-09 12:09:42 -07:00
AndyA 839d685a62 Merge pull request #1985 from dolthub/aaron/optimize-commitwalk
go/libraries/doltcore/env/actions/commitwalk: Optimize commitwalk a bit.
2021-08-06 16:45:50 -07:00
Aaron Son 880f1b7101 repoformat: format_repo.sh. 2021-08-06 14:42:11 -07:00
Aaron Son be7fc91706 go/libraries/doltcore/env/actions/commitwalk: Optimize commitwalk a bit. 2021-08-06 14:41:11 -07:00
Tim Sehn 203aff6e88 Merge pull request #1983 from dolthub/tim/update-bats-readme
Update BATS README
2021-08-06 12:58:10 -07:00
AndyA ffba9f9b80 Merge pull request #1974 from dolthub/andy/short-circuit-flush-tes
Optimize merge by skipping tables without edits
2021-08-06 12:42:43 -07:00
Tim Sehn 97e064bcd5 Update BATS README
Add the prerequisites to running bats tests to the README
2021-08-06 12:38:14 -07:00
Aaron Son 43c9b642b8 Merge pull request #1982 from dolthub/aaron/bump-fslock
go/go.mod: Bump fslock.
2021-08-06 12:20:26 -07:00
Aaron Son 94c086198f Merge pull request #1980 from dolthub/aaron/store-nbs-manifest-update-lock-fixes
[no-release-notes] go/store/nbs: Improve manifest lock handling.
2021-08-06 12:08:47 -07:00
Aaron Son c4ef690085 go/go.mod: Bump fslock. 2021-08-06 11:11:55 -07:00
Aaron Son 5037d0a7d1 go/store: Small cleanups for manifest lock handling improvements. 2021-08-06 11:01:02 -07:00
Aaron Son 690aed042d go/store/types: value_store.go: Minor cleanups to error handling and sanity checks in GC. 2021-08-06 09:16:26 -07:00
Aaron Son 467a519fb2 Merge remote-tracking branch 'origin/master' into aaron/store-nbs-manifest-update-lock-fixes 2021-08-06 08:49:53 -07:00
Zach Musgrave 46186fc874 Merge pull request #1979 from dolthub/zachmu-61499985
[auto-bump] [no-release-notes] dependency by zachmu
2021-08-05 20:04:31 -07:00
Brian Hendriks 0a0ce2181c Bh/gen cs (#1938) 2021-08-05 18:20:19 -07:00
Aaron Son 2e9ead3e78 go/store/nbs: store.go: Have MarkAndSweep respect NBSStore mutex. Improve error handling slightly. 2021-08-05 15:59:37 -07:00
Aaron Son cbf225ed22 go/store/nbs: store.go: Correct UpdateManifest and UpdateManifestWithAppendix to account for optimistic concurrency control failures. 2021-08-05 15:39:32 -07:00
Aaron Son 0a99a01437 go/store/nbs: Correctly update manifest lock when writing through UpdateManifest and UpdateManifestWithAppendix. 2021-08-05 14:53:28 -07:00
zachmu 54efef5c16 [ga-bump-dep] Bump dependency in Dolt by zachmu 2021-08-05 19:54:01 +00:00
Zach Musgrave 6f5ea34185 Merge pull request #1976 from dolthub/zachmu/cleanup
Cleanup from transaction migration
2021-08-05 12:51:56 -07:00
Zach Musgrave 00624bcad9 Merge branch 'zachmu/cleanup' of github.com:dolthub/dolt into zachmu/cleanup 2021-08-05 12:51:35 -07:00
Zach Musgrave bfe976375f PR feedback 2021-08-05 12:51:29 -07:00
Aaron Son 872c607010 Merge pull request #1978 from dolthub/aaron/value-store-sanity-check-gc
[no-release-notes] go/store/types: value_store.go: Add some sanity checks on GC asserting that bufferedChunks is empty at beginning and end.
2021-08-05 12:46:37 -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 5b1aa2f3ef Merge branch 'zachmu/cleanup' of github.com:dolthub/dolt into zachmu/cleanup 2021-08-04 20:10:39 -07:00
Zach Musgrave f8b2c234e5 Fix error in test 2021-08-04 20:10:33 -07:00
zachmu 73fb5281e3 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-08-05 02:18:31 +00:00
Zach Musgrave 55e094bef0 Removed PutTableToWorking 2021-08-04 19:17:21 -07:00
Aaron Son a17dd95801 go/store/types/value_store_test.go: Fix test for new GC asserts. 2021-08-04 19:00:32 -07:00
Zach Musgrave e67a480c86 Cleaned up docs staging code 2021-08-04 18:48:23 -07:00
Zach Musgrave 9499872e2e Removed unnecessary error recovery method and dolt_docs.go 2021-08-04 18:11:39 -07:00
Zach Musgrave 29565615fe Made StageAllTables functional 2021-08-04 17:50:34 -07:00
Aaron Son b4d3820265 go/store/types: value_store.go: Add some sanity checks on GC asserting that bufferedChunks is empty at beginning and end. 2021-08-04 17:42:27 -07:00
Zach Musgrave 6971a52133 Removed intermediate environment updates from ResetSoft 2021-08-04 16:39:34 -07:00
Zach Musgrave 8e90789757 Merge branch 'zachmu/cleanup' of github.com:dolthub/dolt into zachmu/cleanup 2021-08-04 15:59:05 -07:00
Zach Musgrave f60ee9ca0d Fix commit for active merge bug I introduced 2021-08-04 15:58:58 -07:00
Zach Musgrave 2c4b068f66 Cleared out the merge state in a few more places it was needed 2021-08-04 15:31:03 -07:00
zachmu 935143b19f [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-08-04 22:09:40 +00:00
Zach Musgrave 0a2521bdc8 Got rid of the final two misplaced methods on RepoStateReader 2021-08-04 15:08:15 -07:00
Daylon Wilkins b8c0004092 Changed table editor dirty flag to work with the edit session 2021-08-04 14:32:30 -07:00
Zach Musgrave 45a891e221 Removed unused method 2021-08-04 10:10:50 -07:00
Zach Musgrave 75dd2a58c7 Merge branch 'master' into zachmu/cleanup 2021-08-04 09:58:07 -07:00
AndyA fefabca3eb Merge pull request #1975 from dolthub/vinai/slight-bats-edit
[no-release-notes] Vinai/slight bats edit
2021-08-04 09:44:37 -07:00
andrew-wm-arthur 8de4ac62b1 [ga-bump-release] Update Dolt version to 0.27.2 and release v0.27.2 v0.27.2 2021-08-04 16:31:47 +00:00
Vinai Rachakonda 6a1c5ded21 nits 2021-08-03 18:19:26 -07:00