Merged PRs
- 1045: Conslidated benchmark directory
- 1043: Vinai/1034 add author info
This adds the --author tag to dolt commit - 1042: Vinai/clean up tags
Cleans up some of the comments left on #1041 - 1041: Vinai/1023 remove tag info
Fixes #1022 and #1023 - 1040: go/libraries/doltcore/remotestorage: Add hedged download requests to remotestorage/chunk_store.
- 1039: go/libraries/doltcore/remotestorage: Refactor urlAndRanges a bit.
- 1038: go/libraries/doltcore/remotestorage: Simplify concurrentExec implementation with errgroup.
- 1037: proto: Add StreamDownloadLocations to ChunkStoreService.
- 1036: go/cmd/dolt/commands: added write queries and ancestor commit to filter-branch
- 1033: Temporary parallelism implementation on indexes
- 1031: reset --hard
- 1029: Added dolt_version()
Asversion()
is used to emulate the target MySQL version, I've addeddolt_version()
so that one may specifically query the dolt version. - 1026: Increased the default sql server timeout to 8 hours
- 1025: go/libraries/doltcore/remotestorage: chunk_store.go: Small improvements to GetDownloadLocations batch size and HTTP GET error logging.
- 1024: dolt filter-branch
- 1022: Skipping tests broken by recent changes to info schema (EXTRA)
- 1021: != operator now uses indexes