Commit Graph

84 Commits (dependabot/go_modules/gomod-fc61261a63)

Author SHA1 Message Date
Mike Fridman b63ff992a7
Upgrade integration deps 2025-03-27 22:04:38 -04:00
Michael Fridman 9b2ef34408
Upgrade go deps and bump minimum version to Go 1.23 (#931) 2025-03-27 21:56:48 -04:00
Michael Fridman a31731d081
Upgrade go deps (#927) 2025-03-27 21:36:27 -04:00
dependabot[bot] ed6d53eb80
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in /internal/testing (#926) 2025-03-24 09:03:04 -04:00
Mike Fridman d4c1cff36b
chore: skip flaky Starrocks integration test 2025-02-03 21:36:27 -05:00
William Harvey 7242b16430
feat: add TableExists method for mysql dialect (#895) 2025-02-02 07:33:22 -05:00
Michael Fridman a63d1ef48e
chore: bump deps (#893) 2025-01-29 08:31:27 -05:00
Anders Søe 4337eb2257
fix: use current_schema for postgres TableExists, if schema is unspecified (#884) 2025-01-07 07:14:31 -05:00
Michael Fridman 3c91df140a
fix: use schema name if explicitly set on table name for table existence (#883) 2025-01-05 08:06:00 -05:00
Mike Fridman 483081e10e
feat: add -env flag and allow disabling with "none" 2024-12-14 09:26:57 -05:00
Matiukhin Vlad a47577b4fa
feat: load environment variables from .env file (#864) 2024-12-14 08:46:47 -05:00
Mike Fridman 63b735e1fe
build: upgrade deps in testing module 2024-12-12 10:28:15 -05:00
Michael Fridman 48c4946d69
feat: postgres migration table existence check (#860) 2024-11-23 20:31:25 -05:00
Michael Fridman bd901a52e8
chore: upgrade go deps (#857) 2024-11-20 09:27:18 -05:00
Michael Fridman e78caf2468
testing: add testifylint and fix it all up (#843) 2024-10-19 16:47:44 -04:00
Mike Fridman 872685a1f4
chore: bumps go deps 2024-10-19 13:07:49 -04:00
Michael Fridman 053b1fd49e
testing: replace check with stretchr/testify (#842) 2024-10-19 12:34:32 -04:00
Stas Lysikov cf53a224e1
feat: add starrocks dialect (#810) 2024-09-18 05:49:10 -04:00
Michael Fridman 3d88dcebd3
chore: bumps go deps (#825) 2024-09-12 07:11:52 -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
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
Michael Fridman 0d8add824f
chore: bump deps and minimum go version to go1.21 (#787) 2024-06-28 12:22:28 -04:00
Mike Fridman 14a8a7c049
chore: update go deps 2024-05-11 15:19:38 -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
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
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] 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 42eab2b6e8
build: bump internal/testing go deps (#732) 2024-03-26 08:52:29 -04:00
Michael Fridman b2c483ada4
Update integration test suite (formally e2e) (#713) 2024-03-14 09:35:52 -04:00
Michael Fridman f13ed7399e
Revert "feat: add duckdb support (#696)" (#717) 2024-03-13 08:46:24 -04:00
Oleg Balunenko 48100ea926
feat: Make goose annotations case-insensitive (#704) 2024-03-04 09:35:26 -05:00
Damian Peckett fb7ca2d3c8
feat: add duckdb support (#696)
Signed-off-by: Damian Peckett <damian@pecke.tt>
2024-02-14 22:06:26 -05:00
Aleksey Myasnikov d9fa72578a
fix: `ListMigrations` query for YDB (#685) 2024-01-29 09:32:08 -05:00
Radoslav Kirilov 120e6a38d5
feat: environment variables interpolation (#604)
Co-authored-by: Mike Fridman <mf192@icloud.com>
2023-12-23 15:13:19 -05:00
Erik Westra 52fd4119d6
chore(deps): Update libsql-client-go to new tursodatabase organization (#671)
Signed-off-by: Erik Westra <e.s.westra.95@gmail.com>
2023-12-17 12:05:45 -05:00
Avinash Sajjanshetty 14c93ad1bc
feat: add native Turso support (#658) 2023-12-16 08:14:52 -05:00
Michael Fridman a52c60d6fb
fix: add context-aware functions to goose validate (#662) 2023-12-12 09:04:02 -05:00
Michael Fridman 04e12b88f4
feat: Add goose provider (#635) 2023-11-09 09:23:37 -05:00
Roberto García 8503d4e20b
fix(sqlserver): Query to ensure DB Version (#601) 2023-11-03 22:33:47 -04:00
Michael Fridman 6d0de39c50
feat: Add NewGoMigration constructor (#631) 2023-11-03 22:11:27 -04:00
Michael Fridman 497acb407f
feat(experimental): prefactor provider and cleanup (#626) 2023-10-29 21:55:41 -04:00
Michael Fridman d59dd9f339
feat(experimental): keep Store internal and add Tablename method (#624) 2023-10-28 09:05:37 -04:00
Michael Fridman 4ec43df963
feat(experimental): add package database with Store interface (#623) 2023-10-26 20:40:06 -04:00