Commit Graph

616 Commits

Author SHA1 Message Date
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
Aaron Son
0456951fa1 iterate 2025-09-10 09:55:26 -07:00
Aaron Son
4038e4f798 adding some debug options. 2025-09-10 09:40:06 -07:00
Aaron Son
44efb94178 trying mingw64.exe as launcher and inspecting msys location. 2025-09-10 09:31:22 -07:00
Aaron Son
373ceb9159 .github/workflows/ci-go-tests.yaml: Try msys location, instead of msys location / bin. 2025-09-04 12:04:55 -07:00
Aaron Son
03e39ce82d .github/workflows/ci-go-tests.yaml: Try msys2.exe. 2025-09-04 11:58:57 -07:00
Aaron Son
74d8981a1f .github/workflows/ci-go-tests.yaml: Add id for msys2 install. 2025-09-04 10:41:38 -07:00
Aaron Son
33941f9916 .github/workflows/ci-go-tests.yaml: Attempt to build test in msys2 but run it in bash. 2025-09-04 10:36:59 -07:00
Aaron Son
cf69152b2e .github/workflows/ci-bats-windows.yaml: Fix accidental ^Is. 2025-09-04 05:03:29 -07:00
Aaron Son
bd7ee6c872 .github/workflows/ci-go-tests.yaml: Attempt to set SYSTEMROOT on Windows under msys2. 2025-09-04 04:56:17 -07:00
Aaron Son
9b6bb8c655 .github/workflows/ci-go-tests.yaml: Just try duplicating things for Windows. 2025-09-04 00:47:13 -07:00
Aaron Son
9d931c2fb3 .github/workflows/ci-go-tests.yaml: Fix MATRIX_OS / matrix.os confusion. 2025-09-04 00:26:28 -07:00
Aaron Son
452c6d80b2 .github/workflows/ci-go-tests.yaml: Remove straggling ^Is. 2025-09-04 00:23:55 -07:00
Aaron Son
31b0faddb5 .github/workflows/ci-go-tests.yaml: Attempt to trigger on workflow change. 2025-09-04 00:21:12 -07:00
Aaron Son
a65f3cd804 .github/workflows/ci-go-tests.yaml: Another pass at Windows. 2025-09-03 01:41:02 -07:00
Aaron Son
f73f0974fb .github/workflows/ci-go-tests.yaml: Fix matrix.os / matrix.platform confusion. 2025-09-03 01:30:58 -07:00
Aaron Son
7bc0d2b81f [no-release-notes] .github/workflows: Update places we build dolt and its tests on MacOS and Windows to pick up ICU4C dependency. 2025-09-03 00:56:18 -07:00
coffeegoddd☕️✨
84f97c226a /.github/workflows/cd-release-pgo.yaml: use go 1.24.6 2025-09-02 14:32:01 -07:00
Jason Fulghum
837d8ab194 Moving binlog tests to a separate CI job 2025-08-12 16:06:53 -07:00
Aaron Son
4497789ae4 Merge pull request #9586 from dolthub/aaron/bump-dependency-eventsapi_schema
[no-release-notes] .github: workflows/bump-dependency.yaml: Add support for eventsapi_schema bump.
2025-07-28 14:51:47 -04:00
Aaron Son
d3a9509584 .github: workflows/bump-dependency.yaml: Add support for eventsapi_schema bump. 2025-07-25 15:10:44 -07:00
elianddb
e6630d6905 fix typo 2025-07-25 14:30:29 -07:00
elianddb
e58a5e68ae add gofmt and goimports for clean diffs 2025-07-25 14:28:22 -07:00
Neil Macneale IV
44b37be3b1 Update maven in ci (#9531) 2025-07-15 19:30:27 -07:00
coffeegoddd☕️✨
62bb3dd6ee /.github/workflows/cd-release-pgo.yaml: add dolt release token 2025-07-09 12:58:25 -07:00
coffeegoddd☕️✨
c7a270d5e0 /.github/workflows/cd-bump-winget.yaml: bump windows runner to latest 2025-06-17 12:52:49 -07:00
coffeegoddd☕️✨
be407fdc0c /.github/workflows/ci-bats-windows.yaml: bump windows runner 2025-06-16 12:42:24 -07:00
Taylor Bantle
3a5dcb3471 Update maven to 3.9.10 2025-06-09 12:20:33 -07:00
Taylor Bantle
431a1daba7 Make num_data_conflicts nil when schema conflicts 2025-05-28 14:27:25 -07:00
jennifersp
35f5d07692 update maven for ORM tests 2025-05-23 14:07:09 -07:00
coffeegoddd
21069a769b /.github/workflows/cd-push-docker-image.yaml: use gh api 2025-03-04 09:24:25 -08:00