Commit Graph

98 Commits

Author SHA1 Message Date
Aaron Son f59016db37 go/utils/publishrelease: install.sh: Install x86_64 binaries on MacOS M1. 2021-06-11 14:36:22 -07:00
Dustin Brown 4373668fe3 /{go,proto}: refactor Sources, update ListTableFilesResponse 2021-05-20 19:48:37 -07:00
Aaron Son 7533717182 Revert "Revert "Merge pull request #1686 from dolthub/aaron/remotestorage-streaming-download-locations""
This reverts commit 98804d33c5.
2021-05-07 16:33:11 -07:00
Aaron Son 98804d33c5 Revert "Merge pull request #1686 from dolthub/aaron/remotestorage-streaming-download-locations"
This reverts commit 13b2ebc080, reversing
changes made to 9c6d31b1f3.
2021-05-07 16:31:27 -07:00
Aaron Son fc81b2494c go/utils/remotesrv: Update for StreamDownloadLocations. 2021-05-07 09:34:28 -07:00
Dustin Brown 6dd442c0a4 /{go, .github}: fix release version bump commit, autodraft release notes 2021-04-22 11:40:33 -07:00
Aaron Son f80493b808 go/utils/publishrelease/buildbinaries.sh: Use CGO_ENABLED=0 to statically link release binaries on Linux. 2021-03-29 10:26:50 -07:00
Daylon Wilkins 0983c60c11 Added check to CI for bats test names 2021-03-16 18:17:02 -07:00
Aaron Son 82f2e67c9a Attempt to fix master. 2021-02-19 15:19:39 -08:00
Dustin Brown 5e9aa9b2cc Revert "[no-release-notes] /.github/workflows/cd-release.yaml: bump version and commit" 2021-02-19 15:00:25 -08:00
Oscar Batori fe7fcee9cd Remove bump-version.sh 2021-02-17 12:42:47 -08:00
Aaron Son 573a26be82 go/utils/copyrightshdrs: Update copyright headers check. 2021-01-26 10:07:53 -08:00
Oscar Batori 07a3e7855b make script executable 2020-12-21 16:32:30 -08:00
Oscar Batori f8aa6c8959 Added release automation for Dolt 2020-12-20 12:16:13 -08:00
Aaron Son 84c3066348 go/**/*.go: Update copyright headers for company name change. 2020-11-02 10:17:02 -08:00
Aaron Son 4172ddbafe go/util/sremotesrv: grpc.go: Echo the client's NbsVersion in GetRepoMetadata. 2020-10-09 14:58:32 -07:00
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