Commit Graph

132 Commits

Author SHA1 Message Date
Vinai Rachakonda
5e333b0e8f Fix error message for DOLT_MERGE conflicts (#3413) 2022-05-17 19:56:09 -04:00
Andy Arthur
516d8302b5 pr feedback 2022-05-17 11:20:01 -07:00
Andy Arthur
7e682300d4 added concurrent query util 2022-05-17 11:13:52 -07:00
Aaron Son
02c5bb0875 go: Remove some unprincipled usage of types.Format_Default in non-test code. 2022-05-10 12:57:00 -07:00
Aaron Son
d8f3b46f1a go/store/types: Remove types.WalkValues. 2022-05-06 13:20:45 -07:00
Andy Arthur
38cc5d637d fix copyright headers 2022-04-21 14:13:42 -07:00
Dhruv Sringari
a311e579c6 fix copyright, add close opened cs test 2022-04-14 19:17:57 -07:00
Aaron Son
6e12e87b67 go/store/types: Remove unused sort.Interface impl for RefSlice. 2022-04-04 13:26:01 -07:00
Dhruv Sringari
2e38b25dbc thread memory quota provider through tableSet 2022-03-24 12:27:41 -07:00
Aaron Son
7a328fff7d Update copyrighthdrs. 2022-03-17 08:46:47 -07:00
Aaron Son
3528a970b2 copyrighthdrs: Remove commit_meta_test.go. 2022-03-10 14:04:54 -08:00
Dhruv Sringari
55c1cfdecd Update go/utils/remotesrv/http.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
2022-03-04 14:49:23 -08:00
Dhruv Sringari
fefe68f6df remove log redirection 2022-03-04 14:17:16 -08:00
Dhruv Sringari
cd2d5290b1 fix close 2022-03-04 13:51:37 -08:00
Dhruv Sringari
3ab70d8b84 better log entries 2022-03-04 13:46:25 -08:00
Dhruv Sringari
96240e664b add happy path logging 2022-03-04 13:44:39 -08:00
Dhruv Sringari
b6cf9de9b4 fix cast 2022-03-04 13:36:23 -08:00
Dhruv Sringari
e631e9bdf4 io.Copy from file io.ReaderClose to response writer to get smaller http chunking 2022-03-04 13:30:12 -08:00
Zach Musgrave
ebc1f090b6 Removed deleted file from copyright check script 2022-02-14 12:17:24 -08:00
Aaron Son
6a484e7884 Fix copyright headers for reorganized pull code. 2022-01-31 12:51:51 -08:00
Andy Arthur
e4d0b9b42d added Attic copyright headers 2022-01-05 13:29:20 -08:00
Aaron Son
2014c80bd8 go/utils/copyrighthdrs: Allowlist 2022. 2022-01-03 15:06:00 -08:00
Aaron Son
8b72e81092 go/utils/publishrelease,.github: Publish darwin-arm64 releases and make them work with install.sh. 2021-11-18 16:29:07 -08:00
Brian Hendriks
50a727ae1f added for M1 machines 2021-11-10 16:43:14 -08:00
Maximilian Hoffman
4eba5cb02c add host option for docker-compose workflows (#2239)
* add host option for docker-compose workflows

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-10-08 11:34:42 -07:00
Eng Zer Jun
8164a625c7 refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-05 01:40:59 +08:00
Aaron Son
cdcf9b7411 Merge remote-tracking branch 'origin/master' into aaron/dbfactory-grpc-dialer-through-params 2021-09-10 10:41:52 -07:00
Aaron Son
7fe09e2c5c Fix some unbuffered channels passed to signal.Notify. 2021-09-09 12:17:40 -07:00
Zach Musgrave
8d2a91571d Fixed signal lint errors 2021-09-09 10:46:54 -07:00
Daylon Wilkins
555c9a6eab Added escape-analysis script for Windows 2021-09-07 14:26:57 -07:00
Andy Arthur
20419853d4 added setup info 2021-09-06 12:16:19 -07:00
Andy Arthur
376b53c412 fixed up filewatcher output 2021-09-06 12:10:58 -07:00
Andy Arthur
b415f30a59 added filter, sort, and uniq 2021-09-06 08:30:18 -07:00
Andy Arthur
b4cb235836 oneliner for escape analysis 2021-09-05 19:05:57 -07:00
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