209 Commits

Author SHA1 Message Date
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
Neil Macneale IV
3bdebe0819 Add --output option to batsee 2023-05-08 09:58:13 -07:00
Neil Macneale IV
a66679be57 Move the arg parsing into a seperate function. 2023-05-08 09:58:13 -07:00
macneale4
57afc36752 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-02 19:30:00 +00:00
Neil Macneale IV
0abd1a28ce Disable Windows Build for batsee 2023-05-02 12:21:41 -07:00
Neil Macneale IV
d341439f21 Be verbose 2023-05-02 11:21:37 -07:00
Neil Macneale IV
8678b12f95 Move the batsee command into the utils directory.
Doesn't support windows currently
2023-05-02 11:14:35 -07:00
Zach Musgrave
86159abfd4 Removing deleted file from copyright cop 2023-04-27 11:23:37 -07:00
coffeegoddd
969a9a3f21 /go/utils/repofmt/format_repo.sh: allow format script to touch gen files 2023-04-26 10:58:57 -07:00
Aaron Son
28eae949cb go/utils/copyrightshdrs: Cleanup noms_version reference. 2023-03-07 15:06:01 -08:00
jennifersp
96855527a4 support CLI dolt stash command (#5422) 2023-03-03 16:25:24 -08:00
Aaron Son
484e042b68 go/store/nbs: Remove unnecessary fdCache. Just use clone() and Close() on the tableReaderAt. 2023-02-27 12:03:46 -08:00
Taylor Bantle
be862d796c Rename dolt diff --summary to dolt diff --stat, remove some unused code 2023-02-22 13:41:46 -08:00
Maximilian Hoffman
d566687435 System Table to-commit/commit-hash lookups (#5137)
* System table commit indexes

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

* tidy

* docstrings and bad hash tests

* exclude ld

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

* bad import

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

* skip LD system table indexing testt

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

* skip LD dolt scripts

* shift validation burden to indexes

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

* fix bats

* fix non-determinism

* fix copyright header

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-01-18 17:58:35 -08:00
Taylor Bantle
71011d6402 Remove noms_sync path 2023-01-12 10:24:27 -08:00
Taylor Bantle
6c0582bb98 Remove pull files from copyrightshdrs 2023-01-12 10:24:14 -08:00
Aaron Son
e9ce266733 go/cmd/dolt/commands/sqlserver: Allow a server in a cluster to configure which address it listens on for replication traffic. 2022-12-02 11:36:49 -08:00
AndyA
c26da29d2c Merge pull request #4703 from dolthub/andy/nbs-memory-quota
go/store/nbs: fix memory accounting for `MemoryQuotaProvider`
2022-11-04 14:23:58 -07:00
Andy Arthur
a6e8e99814 replace persiste_chunk_source.go in go/utils/copyrightshdrs/main.go with empty_chunk_source.go 2022-11-03 20:07:06 -07:00
Zach Musgrave
64a356f25c Remove two deleted noms files from copyright check 2022-11-02 17:18:53 -07:00