Commit Graph

5213 Commits

Author SHA1 Message Date
Aaron Son
4ca565249f go/utils/checkcommitters/check_pr.sh: Fix cwd for run. 2019-07-24 20:36:36 -07:00
Aaron Son
7c1ffa0e2f Remove misleading AUTHORS file. 2019-07-24 20:36:36 -07:00
Aaron Son
0642064269 go/utils/checkcommitters: Simple pass at a check_pr.sh script which can enforce whitelisted committers on PRs. 2019-07-24 20:36:36 -07:00
Aaron Son
4964043ef6 Jenkinsfile: Iterate on asserting commit authors in Jenkins. 2019-07-24 20:36:33 -07:00
Aaron Son
bb961dd9f0 Merge pull request #3 from liquidata-inc/aaron/cleanup-jenkinsfile
Jenkinsfile: Simply a bit.
2019-07-24 15:08:00 -07:00
Aaron Son
419f2092d4 Merge pull request #2 from liquidata-inc/aaron/jenkins-verify-3pdeps
go/Godeps/verify.sh,go/utils/3pdeps: Add a verify mode for 3pdeps and run it in Jenkins.
2019-07-24 15:06:00 -07:00
Aaron Son
c98ea3f2d1 Jenkinsfile: Simply a bit. 2019-07-24 15:03:24 -07:00
Aaron Son
e4b88e9417 go/utils/3pdeps: Use log.Fatalf instead of panic. 2019-07-24 14:57:57 -07:00
Aaron Son
e04015f0e6 go/Godeps/verify.sh,go/utils/3pdeps: Add a verify mode for 3pdeps and run it in Jenkins. 2019-07-24 14:20:29 -07:00
Aaron Son
389c2e5f57 Jenkinsfile: Fix build path output for bats testing. 2019-07-24 11:57:38 -07:00
Aaron Son
9449365339 README: First pass at a README. 2019-07-24 11:44:23 -07:00
Aaron Son
69a3231023 Jenkinsfile: Copy relevant ld/Jenkinsfile to dolt repository. 2019-07-24 11:17:48 -07:00
Aaron Son
b826ea2320 proto/third_party: Check in submodules for protobuf and googleapis dependencies.
Update Makefile and README for dependencies.
2019-07-24 11:14:46 -07:00
Aaron Son
5fc6fd5d6a go: Update for dolt at root of repository. 2019-07-24 10:28:54 -07:00
Aaron Son
857ce084bb dolt/go/gen/proto: Fix credentials.pb.go. 2019-07-23 16:12:39 -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
e50cf78cdb Merge remote-tracking branch 'origin/master' into aaron/dolt-go-govet 2019-07-23 15:52:54 -07:00
Aaron Son
179b467206 Merge pull request #1852 from liquidata-inc/aaron/dolt-go-gofmt
dolt/go: Add utils/repofmt/check_fmt.sh, and standardize goimports config across repository.
2019-07-23 15:52:20 -07:00
Daylon Wilkins
7db698ea81 Freakin tabs 2019-07-23 15:45:27 -07:00
Daylon Wilkins
66aa389b66 Changed bats to use a static folder on Windows 2019-07-23 15:45:27 -07:00
Aaron Son
cf479185e6 Merge remote-tracking branch 'origin/aaron/dolt-3pdeps-license-fetching' into aaron/dolt-go-license-headers 2019-07-23 15:30:51 -07:00
Aaron Son
baaca03a50 Merge remote-tracking branch 'origin/master' into aaron/dolt-3pdeps-license-fetching 2019-07-23 15:29:47 -07:00
Aaron Son
dfebac8e17 Jenkinsfile,dolt/go/utils/copyrighthdrs: Add a small utility program for checking copyright headers. 2019-07-23 15:28:44 -07:00
Matt Jesuele
30379393d3 dolt/bats/helper/common.bash: Fix call to bats load function on windows (hopefully) 2019-07-23 14:00:33 -07:00
Matt Jesuele
e5a556d6c8 dolt/bats: Factor out batshelper util function 2019-07-23 13:11:07 -07:00
Matt Jesuele
8e4e9bfdd5 dolt/{bats,go}: Add line break before printing import error. Fixes #1807. 2019-07-23 12:59:26 -07:00
Matt Jesuele
b91137a442 dolt/bats: Add test with skipped section for issue #1807 2019-07-23 12:59:26 -07:00
Matt Jesuele
a0ab975ded dolt/bats: Add nativebatsdir helper function 2019-07-23 12:59:26 -07:00
Aaron Son
3ade997ec7 dolt/go: Fix all go vet errors. 2019-07-23 12:33:04 -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
fffc760243 Merge remote-tracking branch 'origin/master' into aaron/dolt-go-license-headers 2019-07-23 10:25:56 -07:00
dependabot-preview[bot]
170d19a816 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.21.1 to 1.21.2.
- [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.21.1...v1.21.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 13:26:40 +00: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
Daylon Wilkins
f8c3301e37 Fixed missing export for bats tests on Unix machines 2019-07-22 17:02:30 -07:00
Aaron Son
b287019d6b dolt/go/store: Remove unused Jenkinsfile. 2019-07-22 16:58:11 -07:00
Aaron Son
765770d332 dolt: Apply Apache 2, remove adhoc LICENSE files. 2019-07-22 16:56:41 -07:00
Aaron Son
6c64ad3351 Merge remote-tracking branch 'origin/master' into aaron/dolt-3pdeps-license-fetching 2019-07-22 16:35:55 -07:00
Aaron Son
1669f5dcb7 go,dolt/go: go mod tidy. 2019-07-22 16:34:51 -07:00
Aaron Son
0db8e3c9b4 Merge remote-tracking branch 'origin/master' into aaron/dolt-3pdeps-license-fetching 2019-07-22 16:33:45 -07:00
Aaron Son
90abccd315 Merge remote-tracking branch 'origin/master' into aaron/dolt-remotes-format-support 2019-07-22 16:18:37 -07:00
Daylon Wilkins
3e44e547f5 Changed all tabs in bats files to spaces 2019-07-22 16:14:13 -07:00
Daylon Wilkins
f42561b3a7 Made config.bats WSL-compatible and fixed #1801 2019-07-22 16:14:13 -07:00
Daylon Wilkins
bc59893f66 Changed bats tests on Windows to use WSL 2019-07-22 16:14:13 -07:00
Aaron Son
bb452b36b0 dolt/go: store/types/format: Respond to PR feedback. 2019-07-22 16:05:52 -07:00
dependabot-preview[bot]
4e3e615f10 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.21.0 to 1.21.1.
- [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.21.0...v1.21.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-22 09:38:43 -07:00
Aaron Son
ba4d25d624 dolt/go: Update xlsx dependency to @master in order to pick up LICENSE file changes. 2019-07-21 08:24:09 -07:00
Aaron Son
e817d98d11 dolt/go/utils/3pdeps: First pass at a script to aggregate third party licenses. 2019-07-21 08:13:42 -07:00
Aaron Son
0d68c7adb1 dolt/go/store/types: format: Add error handling to parsing format version strings. 2019-07-19 17:16:51 -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
Brian Hendriks
d268c014cb Merge pull request #1818 from liquidata-inc/bh/string-delims
string delimeters for csv files
2019-07-19 11:13:52 -07:00