Commit Graph

1777 Commits

Author SHA1 Message Date
Aaron Son b6295c700a go/utils/checkcommitters: Another pass at check_pr logic. 2019-07-25 11:24:53 -07:00
Aaron Son f9421eb8ba go/utils/checkcommitters: Add Taylor. 2019-07-25 10:36:26 -07:00
Aaron Son 4ca565249f go/utils/checkcommitters/check_pr.sh: Fix cwd for run. 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 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 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
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 8e4e9bfdd5 dolt/{bats,go}: Add line break before printing import error. Fixes #1807. 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
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
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
Brian Hendriks d92ae9b7b4 error on non-terminated quotes 2019-07-19 11:11:21 -07:00
Aaron Son 0b21e98277 Merge pull request #1811 from liquidata-inc/aaron/fix-fileno-check-on-darwin
dolt/go/cmd/dolt/fileno_check_darwin.go: Fix setrlimit(RLIMIT_NOFILE, ...) on Darwin.
2019-07-19 10:13:06 -07:00
dependabot-preview[bot] ddf4771589 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.21 to 1.21.0.
- [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.21...v1.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-19 07:13:30 -07:00
dependabot-preview[bot] 4ef5b76fb4 build(deps): bump cloud.google.com/go from 0.41.0 to 0.43.0 in /dolt/go
Bumps [cloud.google.com/go](https://github.com/GoogleCloudPlatform/gcloud-golang) from 0.41.0 to 0.43.0.
- [Release notes](https://github.com/GoogleCloudPlatform/gcloud-golang/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
- [Commits](https://github.com/GoogleCloudPlatform/gcloud-golang/compare/v0.41.0...v0.43.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-19 07:13:01 -07:00
dependabot-preview[bot] 2868855129 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.20 to 1.20.21.
- [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.20...v1.20.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-18 19:08:52 -07:00
Brian Hendriks a4bbac200b string delimeters for csv files 2019-07-18 17:54:28 -07:00
Zach Musgrave 3e11955e7e Whitespace change to trigger jenkins 2019-07-18 12:11:43 -07:00
Zach Musgrave cfec27d928 Merge branch 'master' into zachmu/fast-joins 2019-07-18 12:03:13 -07:00
Zach Musgrave c7b8cf3d9f Added env variable checks to sql command and slow SQL integration test. Broke Indexed lookups into their own type, but not sure I like it any better, more duplication this way. 2019-07-18 12:00:06 -07:00
Brian Hendriks 25803c3b97 fix 2019-07-18 11:35:56 -07:00
Brian Hendriks a409e20bac rebuilt protos 2019-07-18 11:21:00 -07:00
Brian Hendriks cb7777d668 merge master -> bh/as/master 2019-07-18 11:19:46 -07:00
Brian Hendriks a4b8d3335a Merge branch 'bh/as/master' into bh/panics-part-eleven 2019-07-18 11:04:01 -07:00
Brian Hendriks 14377c38a2 fix 2019-07-18 11:02:23 -07:00
Brian Hendriks 4559bf3131 pr feedback 2019-07-18 10:56:28 -07:00
Brian Hendriks 0757de1a70 fix import issues 2019-07-18 09:57:02 -07:00
Aaron Son 5d4fa15e03 dolt/go/cmd/dolt/fileno_check_darwin.go: Fix setrlimit(RLIMIT_NOFILE, ...) on Darwin.
It turns out rlim_max from getrlimit(RLIMIT_NOFILE, ...) is not a valid value
for rlim_cur in setrlimit(RLIMIT_NOFILE, ...) on Darwin. Golang used to silently
fix this for us, but it stopped doing it. See
https://github.com/golang/go/issues/30401.

Take reasonable steps to work around it for now.
2019-07-18 09:56:32 -07:00