Commit Graph

735 Commits (31799a95f73f02e5fe33be01374409489552a7a6)

Author SHA1 Message Date
Mike Fridman 31799a95f7
docs: improve wording around CreateVersionTable 2024-08-31 09:55:02 -04:00
Hany eb5641ec06
chore: add clickhouse cloud example (#796) 2024-08-27 19:37:23 -04:00
Mike Fridman e2ae02fed0
chore: update CHANGELOG.md 2024-08-27 18:58:14 -04:00
Michael Fridman 3d6ee770a7
postgres: update table to use identity instead of serial (#694) 2024-08-27 18:50:49 -04:00
Juozas Vainauskas 3802b0ad2d
mysql: do not use SERIAL alias in goose_db_version table creation (#816) 2024-08-27 18:21:56 -04:00
Rollulus Rouloul 0ad04fe43a
feat: Add Unwrap to PartialError (#815) 2024-08-26 11:01:56 -04:00
Michael Fridman c1ac45afa6
docs: improve readme (#813) 2024-08-24 10:01:12 -04:00
Mike Fridman 0447b12d4c
chore: upgrade internal/testing 2024-08-16 07:12:24 -04:00
Michael Fridman 04af0f1a1d
chore: bump deps and tidy ci for go1.23 (#806) 2024-08-16 07:02:07 -04:00
dependabot[bot] 2c0baefb8a
build(deps): bump the gomod group across 1 directory with 5 updates (#804)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 12:41:32 -04:00
Michael Fridman 0d8add824f
chore: bump deps and minimum go version to go1.21 (#787) 2024-06-28 12:22:28 -04:00
Michael Fridman 94d9149914
chore: bump CI tests against go1.23-rc.1 (#786) 2024-06-28 12:05:09 -04:00
Michael Fridman 7536ecd225
Remove explicit failure in WithDisableGlobalRegistry (#783) 2024-06-25 09:35:57 -04:00
Mike Fridman 5c5c9b40cd
chore: update ci.yaml with same goreleaser version 2024-06-20 08:21:32 -04:00
Mike Fridman 07d14e1053
chore: update goreleaser action to version 6 2024-06-20 08:17:40 -04:00
dependabot[bot] e9a621a6a7
build(deps): bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 in the gomod group (#776)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-20 08:10:22 -04:00
Mike Fridman 3ad137847a
Release v3.21.1 2024-06-19 09:59:10 -04:00
Mike Fridman 7da8209abd
Release v3.21.0 2024-06-19 08:42:31 -04:00
Michael Fridman a4de30ecb7
fix: improve error message in missing migrations (#772) 2024-05-12 07:27:53 -04:00
Michael Fridman 42502baa16
chore: bump deps (#771) 2024-05-11 15:33:55 -04:00
Mike Fridman 14a8a7c049
chore: update go deps 2024-05-11 15:19:38 -04:00
dependabot[bot] c8f44de0c9
build(deps): bump golangci/golangci-lint-action from 5 to 6 (#767)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-11 14:51:43 -04:00
Michael Fridman 9309665e0b
cleanup: provider disabled versioning states (#769) 2024-05-11 14:51:15 -04:00
Michael Fridman 992628d83a
Rename CheckPending to GetVersions (#764) 2024-05-03 09:51:36 -04:00
Michael Fridman 8c8def432b
Update HasPending logic to account for out-of-order errors (#762) 2024-05-03 09:25:08 -04:00
dependabot[bot] 7e6240d623
build(deps): bump golangci/golangci-lint-action from 4 to 5 (#759)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 20:40:38 -04:00
Michael Fridman 272603b047
Implement GetLatestVersion for all natively supported dialects (#758) 2024-04-26 14:06:20 -04:00
Michael Fridman 2d33f01788
chore: update ./internal/testing deps and CHANGELOG.md (#757) 2024-04-25 19:15:04 -04:00
Michael Fridman 6a5697e724
Add provider CheckPending method (#756) 2024-04-25 18:41:15 -04:00
Mike Fridman 31de74d326
Release v3.20.0 2024-04-22 09:02:54 -04:00
Michael Fridman d0641b5bfb
chore: upgrade container images and bump integration test deps (#753) 2024-04-21 13:30:59 -04:00
Michael Fridman 1ad801c2f2
feat: Add provider HasPending method (#751) 2024-04-21 13:05:54 -04:00
dependabot[bot] 7e96a2281a
build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 (#749)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-20 13:03:52 -04:00
dependabot[bot] 5f218332bc
build(deps): bump github.com/docker/docker from 26.0.1+incompatible to 26.0.2+incompatible in /internal/testing (#748)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 20:26:11 -04:00
Michael Fridman b1646111e0
build: bump deps (#744) 2024-04-11 21:55:40 -04:00
Michael Fridman f4f1a24fed
Expand the Store interface and add GetLatestVersion method (#743) 2024-04-11 21:14:27 -04:00
Michael Fridman 42eab2b6e8
build: bump internal/testing go deps (#732) 2024-03-26 08:52:29 -04:00
Mike Fridman 234a9d50dc
docs: cleanup changelog 2024-03-15 15:39:56 -04:00
Mike Fridman e2c1ac00f9
fix: makefile test-postgres 2024-03-15 15:30:53 -04:00
Michael Fridman b2c483ada4
Update integration test suite (formally e2e) (#713) 2024-03-14 09:35:52 -04:00
dependabot[bot] 73e2f8897f
build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#721)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 19:13:14 -04:00
Mike Fridman 79be9afdcb
Release v3.19.2 2024-03-13 09:35:46 -04:00
Michael Fridman c18dd452af
build: bumps deps (#719) 2024-03-13 09:26:00 -04:00
Michael Fridman f13ed7399e
Revert "feat: add duckdb support (#696)" (#717) 2024-03-13 08:46:24 -04:00
Mike Fridman 9024628f79
Release v3.19.1 2024-03-11 10:14:55 -04:00
Mike Fridman 5765bc0575
build: goreleaser checks in CI 2024-03-11 09:44:55 -04:00
Mike Fridman 73c0c4cdd6
build: goreleaser checks in CI 2024-03-11 09:44:13 -04:00
Mike Fridman 51d6b1173f
build: use official goreleaser/goreleaser-action 2024-03-11 09:41:04 -04:00
Mike Fridman d90fb4f859
build: install goreleaser 2024-03-11 09:35:20 -04:00
Michael Fridman aa82ba866b
build: improve CI workflows (#715) 2024-03-11 09:25:53 -04:00