Commit Graph

4900 Commits

Author SHA1 Message Date
Matt Jesuele 14580c32a3 dolt/{bats,go}: Super basic implementation of git dolt update (#1621)
* dolt/{bats,go}: Super basic implementation of git dolt update

* dolt/go/cmd/git-dolt: Refactoring/cleanup

* dolt/bats/git-dolt.bats: Improve some output assertions
2019-06-25 11:56:43 -07:00
Brian Hendriks 3ec00b1d0c fix 2019-06-25 11:16:28 -07:00
Brian Hendriks dc89a9a874 re-delete file 2019-06-24 16:29:22 -07:00
Brian Hendriks 87f24cbaa8 Add Panics to ChunkStore.Commit interface and take out panics 2019-06-24 16:27:35 -07:00
Brian Hendriks 0aa957e34d missing import 2019-06-24 16:06:40 -07:00
Brian Hendriks 84e30993f1 kill it dead 2019-06-24 16:06:40 -07:00
Brian Hendriks 252c361329 update manifest panics 2019-06-24 14:08:39 -07:00
Brian Hendriks e07103c1e6 forgot a commit\! 2019-06-24 12:35:22 -07:00
Brian Hendriks 70a3c70583 noms manifest command fix 2019-06-24 12:35:22 -07:00
Brian Hendriks 191fa28893 remove panics from manifest.ParseIfExists and add errors 2019-06-24 12:35:22 -07:00
Aaron Son 41fe1c6e55 Merge pull request #1613 from liquidata-inc/aaron/dolt-go-store-license-holding-place
dolt/go: Small README and LICENSE update.
2019-06-24 11:52:25 -07:00
Brian Hendriks 84703f4c1a move CheckError calls out of d package 2019-06-24 11:43:03 -07:00
Aaron Son 860d7c490a dolt/go: Small README and LICENSE update. 2019-06-24 11:36:31 -07:00
Aaron Son 5d6763db6a Merge pull request #1608 from liquidata-inc/dependabot/go_modules/dolt/go/github.com/aws/aws-sdk-go-1.20.6
build(deps): bump github.com/aws/aws-sdk-go from 1.20.5 to 1.20.6 in /dolt/go
2019-06-24 11:35:27 -07:00
dependabot-preview[bot] 1042b19986 build(deps): bump github.com/aws/aws-sdk-go in /dolt/go
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.20.5 to 1.20.6.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.20.5...v1.20.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-24 14:44:54 +00:00
dependabot-preview[bot] ee3f472fab build(deps): bump github.com/mattn/go-isatty in /dolt/go
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.7 to 0.0.8.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.7...v0.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-24 14:44:19 +00:00
Brian Hendriks aaddfa31b4 remove more code 2019-06-21 16:31:12 -07:00
Zach Musgrave c039390c02 Deleting files since deleted by bheni (cleaning up a merge conflict) 2019-06-21 15:47:48 -07:00
Zach Musgrave 0965d0cf2b Fixed negative floats in list literals bug 2019-06-21 15:43:36 -07:00
Brian Hendriks 5eaf7931ac retry downloads, turn down concurrency, add TO 2019-06-21 15:43:35 -07:00
Zach Musgrave 68effe9cf7 Made join execution completely asynchronous, so there's no need to store MxNx... rows of intermediate results in memory before filtering them. Lots more optimization to be done here. 2019-06-21 15:40:01 -07:00
Zach Musgrave f48161e20b Removed an unnecessary level of function wrapping 2019-06-21 15:40:01 -07:00
Zach Musgrave c2a5a8a054 Doc improvements and small refactorings in pipline package 2019-06-21 15:40:01 -07:00
Zach Musgrave bd28ba5531 Process assembling the cross product and emitting results in a separate goroutine. Refactored the SourceForRows func into the pipeline package. 2019-06-21 15:39:30 -07:00
Zach Musgrave 698ef28ce5 Refactored cross product logic to 1) use an iterator and 2) call a callback instead of returning a row slice. This should both improve immediate performance, and open the door to allowing the rest of the pipeline to make progress in parallel while the cross product is assembled. Ultimately the goal is to assmeble the cross product in parallel with the filtering, which radically reduces the memory requirements of large joins. 2019-06-21 15:39:30 -07:00
Brian Hendriks de36628918 update paths 2019-06-21 12:06:08 -07:00
Brian Hendriks 6ae6d7e595 move store files to the structure we want 2019-06-21 11:55:01 -07:00
Brian Hendriks 849729f59d remove noms module files 2019-06-21 11:28:05 -07:00
Brian Hendriks 0785e28c14 Merge branch 'noms-to-dolt-store' into bh/use-dolt-store 2019-06-21 11:23:22 -07:00
Brian Hendriks f87cc5c7e8 move file that was missed 2019-06-21 11:21:14 -07:00
Brian Hendriks 2551c41db1 move files to new structure 2019-06-21 11:16:45 -07:00
Brian Hendriks 4b1aa57524 lots of warning fixes 2019-06-20 22:11:20 -07:00
Brian Hendriks 34b57fe201 more 2019-06-20 22:11:20 -07:00
Brian Hendriks 0040cf0ef4 some cleanup 2019-06-20 22:11:20 -07:00
Brian Hendriks 5a780175a1 remove unused and fix warnings 2019-06-20 15:39:25 -07:00
dependabot-preview[bot] 140896cb60 build(deps): bump github.com/aws/aws-sdk-go in /dolt/go
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.20.4 to 1.20.5.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.20.4...v1.20.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-20 21:47:36 +00:00
Aaron Son aae97280cb Merge pull request #1565 from liquidata-inc/dependabot/go_modules/dolt/go/github.com/aws/aws-sdk-go-1.20.4
build(deps): bump github.com/aws/aws-sdk-go from 1.20.3 to 1.20.4 in /dolt/go
2019-06-20 14:44:36 -07:00
Brian Hendriks c8344d8a32 remove ngql 2019-06-20 13:31:05 -07:00
Brian Hendriks 44acfbbed1 remove splore and serve noms command and backing code 2019-06-20 13:31:05 -07:00
Aaron Son ecb725db5a Initial README. 2019-06-20 11:57:52 -07:00
Aaron Son a2be50628c Merge pull request #3 from liquidata-inc/aaron/jenkinsfile
Jenkinsfile: First pass at a Jenkinsfile for doltdb.
2019-06-20 10:55:33 -07:00
Aaron Son 413b0c4505 Jenkinsfile: First pass at a Jenkinsfile for doltdb. 2019-06-20 10:53:10 -07:00
Aaron Son d9288f994d go/types: Make DecodeFromBytes private. 2019-06-20 10:44:27 -07:00
Aaron Son 6c88a2bbfe go/types: Remove unused ReadValue function. 2019-06-20 10:44:27 -07:00
Aaron Son c8eb3c938d go/types: Remove unused WriteValue function. 2019-06-20 10:44:27 -07:00
Brian Hendriks 17bd99a876 removed portions of noms we dont need / won't maintain in preparation for moving to our repo 2019-06-20 10:44:06 -07:00
Brian Hendriks b970e80530 add additional options to noms cat 2019-06-20 10:06:26 -07:00
Matt Jesuele 0ba9cb3abb dolt/{bats,go}: Implement git dolt fetch, improve error messaging and tests, add README (#1503) 2019-06-20 10:02:42 -04:00
dependabot-preview[bot] 71024f47ce build(deps): bump github.com/aws/aws-sdk-go in /dolt/go
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.20.3...v1.20.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-20 13:49:53 +00:00
Timothy Sehn a953a0a5a6 Merge pull request #1560 from liquidata-inc/tim/drop-table-tests
added drop table bats test
2019-06-19 17:17:20 -07:00