625 Commits

Author SHA1 Message Date
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
Michael Fridman
7c40565b91
fix: pre-built binary versions (#551) 2023-07-03 22:39:22 -04:00
Mike Fridman
d34ca5cec9
Release v3.13.1 v3.13.1 2023-07-03 08:54:43 -04:00
Michael Fridman
50e274af58
Update goreleaser and add pre-built binary scripts (#550) 2023-07-03 08:53:03 -04:00
Mike Fridman
4e04e08c7b
Back to development 2023-06-29 18:21:21 -04:00
Mike Fridman
26295ee173 Release v3.13.0 v3.13.0 2023-06-29 17:56:49 -04:00
Mike Fridman
aedfab0584 Release v3.12.0 2023-06-29 17:37:11 -04:00
Mike Fridman
f476dd7857 chore: update changelog 2023-06-29 16:19:10 -04:00
Ori Shalom
e18fac6930
feat: add context-aware Go migrations (#534) 2023-06-29 16:15:39 -04:00
Craig Pastro
7d9fbafd99
fix: return error when no migration files are found or dir is not a directory (#539) 2023-06-29 15:48:50 -04:00
Michael Fridman
d21bf4fef9
chore: add changelog and update goose version (#544) 2023-06-29 12:04:32 -04:00
Ori Shalom
7dcddde25a
feat: expose new functions for setting context (#517) 2023-06-16 09:34:33 -04:00
Michael Fridman
949787e4da
build(deps): upgrade all dependencies (#537) 2023-06-16 08:56:03 -04:00
Michael Fridman
d88978da68
Fix current version in empty up state log (#533) 2023-06-10 10:17:57 -04:00
dependabot[bot]
f08d203145
build(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.9.1 to 2.10.0 (#522)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-28 16:23:53 -04:00
dependabot[bot]
b46a978553
build(deps): bump github.com/microsoft/go-mssqldb from 0.21.0 to 1.0.0 (#527)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-28 15:58:19 -04:00
Michael Fridman
3d345c4b81
fix: up and up -allow-missing behaviour (#524) 2023-05-21 08:20:29 -04:00