Commit Graph

647 Commits

Author SHA1 Message Date
Aaron Son
fd8b291f90 Merge pull request #10480 from dolthub/aaron/proto-bazel
proto/: Migrate protobuf and flatbuffer message generation to Bazel.
2026-02-22 13:08:31 -08:00
James Cor
c806d2eca5 [no-release-notes] add JOB_TYPE as env var (#10520) 2026-02-17 14:05:02 -08:00
James Cor
ba5ad28b2f [no-release-notes] increase time for queries and threshold (#10515) 2026-02-17 12:55:08 -08:00
James Cor
15531ea9f9 [no-release-notes] revert tpcc changes for now (#10513)
* ???

* let tpcc do whatever it wants

---------

Co-authored-by: James Cor <james@dolthub.com>
2026-02-16 16:50:26 -08:00
James Cor
b8a30e64da [no-release-notes] fix github actions syntax (#10511) 2026-02-16 15:51:40 -08:00
James Cor
741d19793d [no-release-notes] delete stale benchmark comments (#10506)
* manually disable TPCC in minibenchmarks

* stop tpcc?

* delete stale results

* add tag to status msg

* use for loop instead of foreach

* disable tpcc better

---------

Co-authored-by: James Cor <james@dolthub.com>
2026-02-16 14:34:58 -08:00
Aaron Son
afad5073be go/gen/fb: Generate flatbuffers messages with cd proto && bazel run //:update. 2026-02-10 16:47:02 -08:00
coffeegoddd☕️✨
b9c753d295 /.github/workflows/sysbench-performance.yaml: remove unused vars 2026-02-10 16:36:25 -08:00
coffeegoddd☕️✨
88189601fe /.github/workflows/sysbench-performance.yaml: maybe fix it 2026-02-10 16:31:32 -08:00
James Cor
e53f33e036 [no-release-notes] github actions nonsense (#10475) 2026-02-10 16:02:59 -08:00
Aaron Son
fab37eb3c8 proto/: Generate the Golang bindings for the protobufs with bazel.
Gets rid of the submodule, `go build ... && bazel build ... && make` dance which used to be necessary.
2026-02-10 15:24:24 -08:00
James Cor
fe4e62d1f0 add script to start benchmarking
Co-authored-by: James Cor <james@dolthub.com>
2026-02-10 13:15:41 -08:00
James Cor
15abd1dab0 [no-release-notes] adding perf regression label (#10459) 2026-02-10 11:44:09 -08:00
jennifersp
8fa6da58ec update maven version 2026-02-09 16:34:26 -08:00
James Cor
0f5168ac40 fix variable name 2026-02-05 17:12:54 -08:00
James Cor
aa840ee561 add benchmark mini command (#10430) 2026-02-05 16:47:14 -08:00
coffeegoddd☕️✨
57c0d445cd /.github/workflows/bump-dependency.yaml: fix autoclosing 2026-01-29 13:02:57 -08:00
Aaron Son
86cf6c0518 go.mod,.github: Bump Go version to 1.25.6.
Fixes potential impact in some configurations from CVE-2025-61729.
2026-01-26 16:57:21 -08:00
Aaron Son
efed9c3b6d .github/workflows/ci-check-repo.yaml: Make the action step which updates Godeps/LICENSES look more like update.sh. 2026-01-15 16:06:35 -08:00
elianddb
e73302f77b add comments 2026-01-06 14:01:29 -08:00
elianddb
0ff769946b add free space step for tzdata 2025-12-23 16:22:07 -08:00
James Cor
967ae8297f update maven in ci (#10224) 2025-12-17 11:33:55 -08:00
coffeegoddd☕️✨
613d8159cd /.github/workflows/bump-dependency.yaml: fix typo 2025-12-04 17:06:11 -08:00
coffeegoddd☕️✨
c9776bb229 /.github/workflows/bump-dependency.yaml: ensure failing bumps are not autoclosed 2025-12-04 17:03:03 -08:00
Aaron Son
26fca083fb .github,go/utils/{publishrelease,rpmbuild}: Add a basic RPM build to the published release artifacts for Dolt.
These RPMs include the statically linked Dolt binary, installed at
/usr/local/bin/dolt. They work on x86_64 and aarch64 RPM-based Linux
distributions. To install them, download the appropriate
`dolt-...-1.{x86_64,aarch64}.rpm` file from the GitHub release artifacts and
run `sudo rpm -i downloaded_file.rpm` on it.
2025-11-25 14:43:44 -08:00
coffeegoddd☕️✨
4b9941901a /.github/workflows/bump-dependency.yaml: remove erroneous hyphens 2025-10-30 11:57:39 -07:00
coffeegoddd☕️✨
8eb27c9983 /.github/workflows/bump-dependency.yaml: remove auth stuff 2025-10-29 10:16:23 -07:00
coffeegoddd☕️✨
7b4cd74ec4 /.github/{scripts, workflows}: fix bump dep workflow 2025-10-29 10:12:22 -07:00
coffeegoddd☕️✨
d1fa5c2aa5 /.github/workflows/bump-dependency.yaml: force client auth token before proceeding 2025-10-28 13:56:37 -07:00
Jason Fulghum
19e9ca32f0 Merge pull request #9694 from chenrui333/remove-cd-bump-homebrew
chore(workflows): remove `cd-bump-homebrew`
2025-10-27 12:23:54 -07:00
Aaron Son
404caa50d9 Merge pull request #9957 from dolthub/aaron/handle-aws-remote-urls
go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version.
2025-10-15 19:09:50 +02:00
Elian
d037ac7b59 Merge pull request #9952 from dolthub/elian/mariadb
dolthub/dolt#9904: Add MariaDB connectors integration tests
2025-10-14 13:24:44 -07:00
Aaron Son
06a1e9bb3a go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version. 2025-10-14 11:56:26 +02:00
Aaron Son
eb6b65484c go.mod,.github: Build with go 1.25.1.
1.25.2 introduces stricter net/url.Parse semantics on bracketed hostname components, which breaks the (non-standard) URLs that Dolt uses for AWS remotes. We will build with the previous version of Go until we can fix this.
2025-10-14 10:53:54 +02:00
elianddb
0f8c40a841 amend to global cache 2025-10-13 23:08:20 -07:00
elianddb
e84c29cb84 amend step name 2025-10-13 22:20:21 -07:00
elianddb
c604fd7729 amend to use ref_name cache 2025-10-13 22:09:12 -07:00
elianddb
d8216be4b3 fix ruby 2025-10-13 19:49:35 -07:00
elianddb
287bba5959 amend image vers 2025-10-13 17:06:26 -07:00
elianddb
17ab809bd1 add odbc and swift test 2025-10-13 15:17:27 -07:00
elianddb
02b7c04b83 amend R deps layer 2025-10-12 20:25:47 -07:00
elianddb
9fe5cf744e amend workflow to use correct dir 2025-10-12 19:41:46 -07:00
Jason Fulghum
eb7bd16246 Bug fix for multi-line commit messages with dolt rebase 2025-10-03 11:36:15 -07:00
James Cor
09f7c7043b [no-release-notes] bump golang version (#9859) 2025-09-18 13:39:41 -07:00
Aaron Son
0e11c955b3 .github/workflows/ci-go-tests.yaml: MSYS2_LOCATION in Windows no-race test as well. 2025-09-16 01:01:00 -07:00
Aaron Son
085227211c attempt to consolidate windows and *nix steps. 2025-09-10 12:38:45 -07:00
Aaron Son
9ad8e55a61 iterate. add a smoke test. 2025-09-10 10:47:07 -07:00
Aaron Son
1f0bfdda38 iterate 2025-09-10 10:25:37 -07:00
Aaron Son
b373b9ff89 iterate 2025-09-10 10:15:48 -07:00
Aaron Son
8558a9c0bd iterate 2025-09-10 10:10:48 -07:00