791 Commits

Author SHA1 Message Date
Mike Fridman
3fade11d08
fix: Set explicit transaction mode on Go register 2023-11-09 09:45:12 -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
432a6ac0f8
build: bump deps (#633) 2023-11-03 21:45:34 -04:00
Stephen Afam-Osemene
8e088eb65b
fix: wrap error in DownContext (#629) 2023-10-31 08:09:33 -04:00
Michael Fridman
497acb407f
feat(experimental): prefactor provider and cleanup (#626) 2023-10-29 21:55:41 -04:00
Michael Fridman
20a99fa243
feat: Expose setter for global Go migration registry (#625) 2023-10-28 16:21:26 -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
Michael Fridman
a9da7504fa
feat(experimental): Shuffle packages and tidy up (#619) 2023-10-25 08:56:17 -04:00
Michael Fridman
3b801a60c7
build: bump deps (#622) 2023-10-25 08:52:07 -04:00
Nazim
0c243fb3c9
feat(database): Add YDB support (#592) 2023-10-25 08:32:20 -04:00
Michael Fridman
257b523dff
feat(experimental): add migration logic with tests (#617) 2023-10-16 22:08:38 -04:00
Michael Fridman
58f8534610
feat(experimental): shuffle packages & add explicit provider Go func registration (#616) 2023-10-14 23:04:07 -04:00
Michael Fridman
68853f91ea
feat(experimental): add collect migrations logic and new Provider options (#615) 2023-10-14 09:30:01 -04:00
Grey
fe8fe975d8
chore(readme): update install code fences (#614) 2023-10-13 12:29:12 -04:00
Mike Fridman
3482c2fe08
fix(test): sql driver import 2023-10-10 09:29:24 -04:00
Mike Fridman
091166a0b5
Release v3.15.1 v3.15.1 2023-10-10 09:24:22 -04:00
Mike Fridman
e696fa3ba5
feat(experimental): move Provider to an internal package 2023-10-10 08:59:05 -04:00
Michael Fridman
c590380f39
feat(experimental): add internal migrate package and SessionLocker interface (#606) 2023-10-09 15:08:51 -04:00
Michael Fridman
ccfb885423
feat(experimental): goose provider with unimplemented methods (#596) 2023-10-06 23:53:26 -04:00
Michael Fridman
473a70da34
build: bump deps and GH actions (#602) 2023-10-05 08:59:48 -04:00
dependabot[bot]
53f25a7779
build(deps): bump the gomod group with 1 update (#593)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14 09:28:07 -04:00
dependabot[bot]
b64f5c4a0e
build(deps): bump actions/checkout from 3 to 4 (#595)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14 09:27:38 -04:00
Michael Fridman
7011525591
fix: collect go migrations (#588) 2023-08-27 11:31:40 -04:00
Michael Fridman
958c950f66
test: improve goose cli tests (#589) 2023-08-27 09:20:41 -04:00
Mike Fridman
6c1d92b9fa
Release v3.15.0 v3.15.0 2023-08-12 23:18:14 -04:00
Mike Fridman
a20c666ca6
chore: cleanup GH goreleaser file 2023-08-12 22:57:54 -04:00
Mike Fridman
6b47f706d6
fix: use binary version when linker flag is set 2023-08-12 22:55:52 -04:00
Michael Fridman
6d11e58d95
chore: bump ci test matrix and go.mod version to go1.19 (#584) 2023-08-11 09:00:27 -04:00
dependabot[bot]
eb1d0c5dab
build(deps): bump the gomod group with 3 updates (#579) 2023-08-11 08:36:09 -04:00
Feng Ce
75ba38920f
docs: update the go-migrations examples (#583) 2023-08-11 08:35:22 -04:00
Michael Fridman
d67f26cb2e
fix(sqlparser): avoid trimming on last semicolon (#581) 2023-08-11 08:31:33 -04:00
dependabot[bot]
906a5b38bc
build(deps): bump the gomod group with 2 updates (#574)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-26 09:34:33 -04:00
Mike Fridman
da5f2bf251
Release v3.14.0 v3.14.0 2023-07-26 08:51:36 -04:00
Mike Fridman
9c73699c65
refactor: use debug BuildInfo for version if available 2023-07-26 08:46:24 -04:00
Michael Fridman
0774ee6e6a
build: use groups in dependabot config (#573) 2023-07-22 13:23:42 -04:00
Michael Fridman
5c84746880
fix: AddMigrationNoTxContext invalid filename (#572) 2023-07-22 12:17:22 -04:00
Mike Fridman
ba964ebbb1
docs: update unreleased CHANGELOG.md 2023-07-19 08:41:03 -04:00
dependabot[bot]
6fa65a16e0
build(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0 (#566)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-19 08:22:47 -04:00
Benjamin Quinn
c6706ad68c
fix: add clearer success message when migrations are applied (#562) 2023-07-11 09:25:19 -04:00
José Neves
928f577129
refactor: filter registered Go migrations by fs dirpath (#553) 2023-07-11 09:16:37 -04:00
Mike Fridman
c9a67f620f fix: changelog reflect released changes; fix build moving forward 2023-07-07 18:53:47 -04:00
Mike Fridman
5864133d17 fix: bash script to generate release notes v3.13.4 2023-07-07 18:44:42 -04:00
Michael Fridman
8bdf173f36
Release v3.13.2 (#560) v3.13.3 v3.13.2 2023-07-07 18:12:25 -04:00
Craig Pastro
9ba828de25
refactor: trim down the logger interface (#559) 2023-07-07 17:52:01 -04:00
Michael Fridman
06ff963c97
fix: unterminated up statement is ignored (#558) 2023-07-07 14:58:39 -04:00
Michael Fridman
843a23d4ff
test: add C-style comments test case to sqlparser test (#555) 2023-07-05 08:58:42 -04:00
Michael Fridman
dec87f0abd
build: upgrade deps (#554) 2023-07-04 20:07:17 -04:00