Commit Graph

228 Commits

Author SHA1 Message Date
Aaron Son
616c350729 go/utils/hasher: Fix for all bytes of a hash provided. Add some tests. 2025-05-14 11:07:20 -07:00
Aaron Son
83c462acec go: utils/publishrelease/buildpgobinaries.sh: Bump optcross to pick up new dolthub_toolchains changes. 2025-03-28 11:20:46 -07:00
Neil Macneale IV
2e9862ab3c update copyright for s3_object_reader.go 2025-02-26 16:03:36 -08:00
Neil Macneale IV
9d74c21007 Fix copyright headers 2025-02-26 09:36:42 -08:00
Neil Macneale IV
dc936ab2ae Rename aws_chunk_source to be table specific 2025-02-25 16:09:50 -08:00
Aaron Son
fd79008176 go: publishrelease: buildpgobinaries.sh: Manually specify the SDK version of our toolchain so it shows up in our release binaries. 2025-02-21 12:37:06 -08:00
Nick Tobey
849e5c0b67 Create context object for remote server main function. 2025-01-23 13:00:47 -08:00
Nick Tobey
d43ce7f159 Merge remote-tracking branch 'origin/main' into nicktobey/lazy-load 2025-01-23 12:47:34 -08:00
Nick Tobey
1d4a82f0b7 Make dEnv.DoltDB private and add an accessor function. 2025-01-22 22:49:01 -08:00
Aaron Son
4e4c446a91 go/utils/copyrighthdrs: Allow 2025. 2025-01-14 19:37:52 -08:00
Aaron Son
0d40bfd55b go/store/chunks: Remove unused remote_requests structs and related code. 2025-01-06 11:30:10 -08:00
Neil Macneale IV
34bd5c09b4 Merge remote-tracking branch 'origin/main' into spelling-3p 2024-08-20 17:34:15 -07:00
Neil Macneale IV
49e0cb67e7 Reverts to some changes in PR 2024-08-20 15:49:23 -07:00
Denis Chernov
887e4a2fdb Fixed a typo in curl user-agent flag 2024-08-15 20:52:39 +03:00
Denis Chernov
199e7d1aa9 Formatted install.sh 2024-08-13 21:20:38 +03:00
Denis Chernov
227e138a36 Fixed error error message color on ZSH/macOS 2024-08-13 21:14:11 +03:00
Denis Chernov
8ee151df26 Fixed architecture-related error message 2024-08-13 21:13:50 +03:00
Dylan Varga
fed30c181d Fixed grammar typos re issue #8221 2024-08-09 22:24:19 -07:00
Aaron Son
4f9bdd9c04 go/utils/publishrelease: Bump MUSL toolchains used for cutting releases.
The new toolchain uses MUSL + mimalloc.

Include the mimalloc license in our released LICENSES notice.
2024-05-15 17:01:00 -07:00
Brian Hendriks
b6cd726af3 move config 2024-05-15 10:27:16 -07:00
Brian Hendriks
8dc778024b Merge pull request #7834 from dolthub/bh/minver-refactor
minver refactor to be used by doltgres
2024-05-08 14:06:09 -07:00
Brian Hendriks
7584e3e5b4 formatting 2024-05-08 12:45:40 -07:00
Brian Hendriks
bd70309b20 refactor minver validation file generation 2024-05-08 12:42:29 -07:00
Brian Hendriks
dedad9f380 minver refactor to be used by doltgres 2024-05-08 12:34:45 -07:00
Aaron Son
259651515c [no-release-noets] go/utils/publishrelease/buildpgobinaries.sh: Update for CGO. 2024-04-25 16:21:10 -07:00
coffeegoddd
bcea155fa8 /{.github,go}: fix path to dolt version in release stuff 2024-04-15 11:39:47 -07:00
coffeegoddd
d9efddbb9a /go/utils/publishrelease/buildpgobinaries.sh: fix pgo binaries script 2024-02-15 13:17:38 -08:00
Dustin Brown
b9be980550 Update buildpgobinaries.sh 2024-02-15 13:05:53 -08:00
coffeegoddd
af0e155ccf /{.github,go}: try fixing pgo build binaries, add test workflow 2024-02-15 12:52:19 -08:00
coffeegoddd
fddb73a83a /{go,.github}: add scripts for building pgo dolt binaries 2024-02-14 16:51:27 -08:00
Aaron Son
b832e3bf9d dolt push: Only assert on a clean working set when doing a push if we are running against a server which requests it. 2024-01-10 15:51:30 -08:00
Brian Hendriks
38945b8029 update headers 2024-01-08 12:45:13 -08:00
Brian Hendriks
59e612e561 fixes and debug output 2024-01-08 12:26:28 -08:00
Brian Hendriks
fa85002f6d move genminver_validation 2024-01-08 11:31:20 -08:00
Brian Hendriks
497193aea1 update cr headers to allow 2024 2024-01-05 15:01:26 -08:00
Brian Hendriks
852fa102a3 move files 2024-01-05 15:00:40 -08:00
Brian Hendriks
bbc77b2138 headers 2024-01-05 14:51:45 -08:00
Brian Hendriks
8d1d0e630b utility function that uses reflection to recursively walk the fields of structures 2024-01-05 14:48:52 -08:00
Neil Macneale IV
3c9d6342d3 [no-release-notes] hasher utility (#7059) 2023-11-28 16:42:03 -08:00
Aaron Son
ca4897bb39 go/utils/copyrighthdrs: Remove stale references to store/nbs/dynamo_table_reader{,_test}.go. 2023-10-26 07:24:35 -07:00
coffeegoddd
7907aa2a35 /go/utils/publishrelease/buildbinaries.sh: fix golang tag; 2023-10-06 07:11:00 -07:00
Aaron Son
7d412a14e8 go: sqle: cluster: Improvements for DROP DATABASE replication.
Fix a bug in session handling for the replication api endpoint which would
prevent a dropped database from being recreated on a replica.

Fix a race condition when a database is recreated after it is dropped. In that
case, we stop attempting to replicate the drop, so that it does not replicate
after the new database does.
2023-10-03 14:50:57 -07:00
Phani Rithvij
88087e1720 trimpath 2023-09-27 04:49:32 +05:30
Phani Rithvij
b55ee9e0c9 Update buildbinaries.sh 2023-09-22 02:38:02 +05:30
Phani Rithvij
208c3ef946 Update buildbinaries.sh 2023-09-22 02:29:01 +05:30
Phani Rithvij
b6f77c291e 7z command path 2023-09-22 02:21:05 +05:30
Phani Rithvij
14a832b1f5 reduce release sizes and speed up release time
- Uses pigz instead of gzip for faster gzipping
- Uses 7zip to create zip and 7z archives for windows (7z archive is ~49% smaller than zip archive)
- add ldflags='-s' to go build to reduce binary size by strip (reduces
  to 89MB)

upload 7zip to releases
2023-09-22 02:03:04 +05:30
Maximilian Hoffman
22068f6407 [no-release-notes] gms bump for name res (#6490)
* [no-release-notes] gms bump

* comments

* merge main

* del local repo refs

* tidy

* tidy

* eventsapi

* more tests

* fix import

* import/diff fixes

* diff panic

* test changes

* import backtick col names

* sysvar name error

* bump

* more import fixes

* fix test to match mysql

* bump

* more fixes

* more fixes

* no prepared count checking

* bump

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

* inline type lookup

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

* no mod replace

* bump

* bump revert

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-08-16 19:24:32 -07:00
guoguangwu
a84e257645 chore: remove refs to deprecated io/ioutil 2023-06-26 14:39:28 +08:00
Pavel Safronov
e85f8dbcf2 Create the batsee output directory if one doesn't exist yet.
Also adding the output directory to .gitignore.
2023-06-12 15:11:28 -07:00