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
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
coffeegoddd
ddd94a7030
/.github/workflows: publish prerelease until docker job finishes
2025-03-03 15:45:25 -08:00
Aaron Son
3a35556cea
.github/workflows/cd-release-pgo.yaml: Bump GO_BUILD_VERSION to match go.mod toolchain.
2025-02-26 15:07:39 -08:00
Jason Fulghum
2a75563000
Fixing a merge error that included the env section twice
2025-01-24 12:24:05 -08:00
Jason Fulghum
cb47ee1c04
Merge pull request #8773 from dolthub/fulghum/fix-mac-os-bats
...
Fix failing MacOS BATS tests
2025-01-22 10:08:21 -08:00
Jason Fulghum
918d72f140
Setting USE_BAZEL_VERSION to 7.4.0
2025-01-22 09:49:17 -08:00
coffeegoddd
7ce492af50
/{.github,go}: update protoc in protobufs
2025-01-21 17:10:10 -08:00
Jason Fulghum
74cff56799
Install MySQL LTS release (8.4) for MacOS BATS tests
2025-01-21 12:38:24 -08:00
coffeegoddd
00732cb5e0
/{.github,go,integration-tests}: bump go
2024-12-02 17:05:37 -08:00
Neil Macneale IV
e02295b7ad
Bring upload-artifact and download artifact version in sync
2024-09-17 10:11:03 -07:00
dependabot[bot]
aa9f98c5b7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows ( #8320 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-12 15:01:21 -07:00
Daylon Wilkins
61c7aa6b3e
Small DoltgreSQL integration test fix
2024-09-11 14:58:44 -07:00