Commit Graph

132 Commits

Author SHA1 Message Date
Daylon Wilkins b5bb663233 Reference new org name and updated trigger logic 2020-09-25 15:35:04 -07:00
Dustin Brown 1970d38b96 /go/utils/{checkcommitters}: Remove uneccessary checkcommitters script 2020-08-11 14:20:57 -07:00
Dustin Brown 547df10709 /{.github, go}: remove check-committers check from ci 2020-08-11 13:25:57 -07:00
Dustin Brown 3d581c4b18 /{.github, go}: Use GOFLAGS var to build binaries without updating go.mod 2020-06-26 11:19:29 -07:00
Dustin Brown e077cabd26 /{.github, go}: Refactor based on PR feedback 2020-06-26 10:25:42 -07:00
Dustin Brown c3422e0d93 /.github/workflows/ci-check-repo.yaml: Fix naming 2020-06-25 14:54:33 -07:00
Dustin Brown 16a36eb540 .github/workflows/ci-check-repo.yaml: Set fetch depth 0 2020-06-25 14:37:41 -07:00
Aaron Son 39adc0c272 go: Fix copies of Proto messages in some places. 2020-06-23 10:12:10 -07:00
Aaron Son 844c59b9c2 proto/{third_party,Makefile}: Adopt protobuf-go and grpc-go for protobuf message generation. 2020-06-23 09:30:17 -07:00
Brian Hendriks f250da8a15 Bh/remotes bat fixes (#701) 2020-05-29 10:22:28 -07:00
Aaron Son c4ef9e30b0 go/util/repofmt: Fix find expression for linux. 2020-05-19 08:34:44 -07:00
Aaron Son e390899183 go/utils/repofmt: Do not format check //go/gen/. 2020-05-18 12:13:13 -07:00
Oscar Batori a04f1e6d6e Update buildbinaries.sh 2020-05-04 18:44:49 -07:00
Oscar Batori 69fe5d3a4b rename publishrelease.sh and remove unsupported builds 2020-05-04 18:44:04 -07:00
Aaron Son ea7e0e1590 go/utils/publishrelease: Run the builds in a docker container to a get managed toolchain. 2020-04-15 11:28:24 -07:00
Aaron Son 68d6eec5ac publishrelease/install.sh: slightly more robust dolt install invocation. 2020-02-20 15:12:04 -08:00
Aaron Son 252ca7f7bd publishrelease/install.sh: install -d /usr/local/bin if it does not exist. 2020-02-20 15:00:49 -08:00
Aaron Son 64b42a67c5 utils/publishrelease/publishrelease.sh: Add back in accidentally removed 386 architecture. 2020-01-14 15:33:23 -08:00
Aaron Son d02bbcfb5e go/utils/publishrelease/install.sh: Use type -p instead of which, as it can be more portable. 2020-01-14 14:44:27 -08:00
Aaron Son 844e8e42e1 go/utils/publishrelease: First pass at an install.sh 2020-01-14 14:32:09 -08:00
Aaron Son 4023efba9e go/cmd/dolt: credcmds/check: Add dolt creds check command. 2020-01-09 16:02:14 -08:00
Oscar Batori 82604d3db5 Bumped version and added release script 2019-12-09 11:43:50 -08:00
Andy Arthur 15ef237795 ran formatter 2019-11-11 11:05:31 -08:00
Andy Arthur dd7e193869 added Andy Arthur to allowed committers/authors 2019-11-11 11:02:25 -08:00
Brian Hendriks b0e85cfae7 Bh/correctness fixes (#168)
* fixes md5 bugs
* cleanup md5 code
* fix pushing of an old nbf version to the test remotesrv
2019-10-23 15:14:28 -07:00
Brian Hendriks 67be3c36f6 upload correctness checking (#160)
Now sending the md5, as well as the content length of the table files we will upload to the dolthub remote api.  This is used to make sure what is uploaded is complete and correct.
2019-10-22 10:06:54 -07:00
Timothy Sehn 7efad778e5 Added my GitHub username to allowed committers 2019-10-16 12:06:09 -07:00
Aaron Son 265e8402c8 go/utils/checkcommitters: Oscar is an allowed committer and author. 2019-10-02 15:56:59 -07:00
Brian Hendriks ee1ec46b14 Push and Pull v2 (#89) 2019-09-27 11:20:47 -07:00
Brian Hendriks 1435a8f509 Bh/clone2 (#83)
New clone implementation works on the table files directly.
2019-09-17 17:14:06 -07:00
Aaron Son 51e3725dd5 Merge remote-tracking branch 'origin/master' into aaron/proto-fully-qualified-go-imports 2019-09-09 16:06:13 -07:00
Aaron Son 33d484bad1 proto: Use fully qualified paths for go_packages. 2019-09-09 10:10:34 -07:00
Aaron Son 7a5c39437e proto: remotesapi: chunkstore: Update message names and fields to clarify between chunk hashes on downloads and table file hashes on uploads. 2019-09-05 12:16:01 -07:00
Brian Hendriks 351c4c8da1 add GitHub <noreply@github.com> to accepted committers 2019-08-28 12:02:46 -07:00
Brian Hendriks d9041fca0c fix aaron\s garbage script 2019-08-28 11:55:57 -07:00
Brian Hendriks bb3b308581 fixed whitespace 2019-08-22 12:40:54 -07:00
Brian Hendriks cfbeb630df add dustin to approved commiters/authors 2019-08-22 12:37:41 -07:00
Aaron Son 21b58ffa52 Jenkinsfile: Use goimports from go.mod for check_fmt.sh 2019-08-15 12:21:56 -07:00
Aaron Son 0a0fcf9512 go/utils:checkcommitters: PR feedback. 2019-08-08 14:00:30 -07:00
Aaron Son 1951ea04b2 go/utils/prepr: Add a prepr helper script for checking repo state before PR. 2019-08-08 06:30:23 -07:00
Aaron Son 5dc00fc1df go/utils/checkcommitters: Add a fix script so people can fix the errors. 2019-08-07 15:27:00 -07:00
Aaron Son 2e90a556ce go/utils/checkcommitters: Add local -dir mode. 2019-08-07 15:05:59 -07:00
Aaron Son 7e969ffb51 Merge pull request #18 from liquidata-inc/aaron/repofmt-updates
go/utils/repofmt/check_fmt.sh: Add a script to format the repo appropriately.
2019-08-07 13:15:07 -07:00
Aaron Son a797ceeb20 utils/3pdeps/main.go: Handle installation of brew go into libexec. 2019-08-07 12:36:31 -07:00
Aaron Son 83b776af46 go/utils/repofmt/check_fmt.sh: Add a script to format the repo appropriately. 2019-08-07 12:20:25 -07:00
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