Commit Graph

24 Commits

Author SHA1 Message Date
Dustin Brown a43b8d2e56 /{go,.github}: remove benchmarks, add dolt_builder and sysbench_runner utils 2022-01-24 10:08:25 -08:00
James Cor 99321efb02 added bats test 2021-11-18 09:56:22 -08:00
Zach Musgrave f7a13cab56 Added dolt databases to gitignore 2021-11-09 16:52:48 -08:00
Aaron Son b5844377e2 integration-tests: Fix MySQLDockerfile for go 1.17.1. 2021-09-10 12:32:31 -07:00
Brian Hendriks b475b17805 fixes panic in the atomic package (#1245) 2021-01-25 11:44:52 -08:00
Brian Hendriks 602f0ae2c0 partition ranges, covering indexes, smarter iterators (#1116) 2020-12-15 18:44:57 -08:00
Oscar Batori 42f3f6ba08 Conslidated benchmark directory 2020-11-20 11:06:55 -08:00
Oscar Batori cc3d6b59fc Use docker-compose for orchestrating benchmarking 2020-10-20 14:22:24 -07:00
Oscar Batori df60226a3c WIP benchmark tools 2020-10-12 07:24:08 -07:00
Brian Hendriks e3d42d5ee5 Multi DB (#517) 2020-04-09 15:07:52 -07:00
Oscar Batori 62de5395aa bump version and add to gitignore 2019-11-12 12:09:27 -05:00
Brian Hendriks e188794ce7 diff where and limit 2019-11-06 11:53:03 -08:00
Matt Jesuele a78710c408 .gitignore: Add .vscode 2019-10-08 13:28:15 -07:00
Zach Musgrave f68a850cbc Added .idea directory (goland) to top-level .gitignore file
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2019-08-12 11:31:29 -07:00
Brian Hendriks 2185a339e4 Git for data (#138)
Almost functional dolt
2018-12-19 10:03:12 -08:00
wardn af6000ee16 add vi .swp files to the gitignore (#3685) 2017-09-09 19:57:34 -07:00
Eric Halpern 5b63cf6873 Ignore .nomsconfig 2017-02-22 12:40:56 -08:00
Erik Arvidsson e90bfcbd2a Switch to Yarn (#3092)
brew install yarn
2017-01-20 11:42:32 -08:00
Eric Halpern e3e9b29d2c Noms configuration for default and aliases (#2597)
* Implement noms cli configuration support

- Introduce .nomsconfig
- Supports a default db to use when no explicit db is given
- Supports defining db aliases to use as short hand for db urls
- See samples/cli/nomsconfig for more info

fix: #2131
2016-09-21 19:43:51 -07:00
Rafael Weinstein e7af326d59 remove .vscode and add it to .gitignore (#1730) 2016-06-04 13:46:10 -07:00
Chris Masone 6e316d9975 Move build scripts to python
Finding and running build scripts remains in Go
(tools/run_all_build.go and supporting libs), but the build scripts
themselves are in python now.  This is because Go doesn't have much
support for copying files and directories around, which is kind of the
primary focus of build and packaging scripts.

Towards issue 677
2015-12-11 14:46:16 -08:00
Aaron Boodman e5d448aee2 Remove .travis.yml from .gitignore. Am dumb. 2015-10-23 13:03:39 -07:00
Aaron Boodman fe500b74fc Add travis integration 2015-10-23 13:00:10 -07:00
Dan Willhite bb2f983446 Add IsEmpty() function on ref.Ref.
Fixes #337.
2015-10-21 12:07:34 -07:00