Commit Graph

599 Commits (928f577129eefa0ee34c5719479b0ba4b0ed054e)

Author SHA1 Message Date
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 2023-07-07 18:44:42 -04:00
Michael Fridman 8bdf173f36
Release v3.13.2 (#560) 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 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 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
Mike Fridman 3717a9e315 build: update actions/setup-go in goreleaser 2023-05-08 08:43:09 -04:00
Michael Fridman a46581bbd3
build: upgrade deps (#516) 2023-05-08 08:27:39 -04:00
Michael Fridman 87592390b9
fix: use global table name in queries (#515) 2023-05-08 08:17:14 -04:00
Michael Fridman 7ce30b743d
docs: add goose validate command to help and readme (#512) 2023-05-05 08:35:06 -04:00
Ffaen ba6e5fb6f0
Add 'sqlserver' to dialects as an alias of mssql (#510) 2023-05-02 10:37:16 -04:00
dependabot[bot] 4eee07f48a
build(deps): bump github.com/ory/dockertest/v3 from 3.9.1 to 3.10.0 (#504)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-23 06:39:37 -04:00
Michael Fridman 0d1296b2bb
feat(mssql): update driver to microsoft/go-mssqldb (#501) 2023-04-16 08:34:53 -04:00
Michael Fridman 0bc00342b5
build: upgrade deps and update workflows (#500) 2023-04-15 22:53:14 -04:00
Jesús Rubio 86f779a959
build: add Linux ARM64 arch support (#499) 2023-04-15 22:23:27 -04:00
dependabot[bot] 3e0905abac
build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 (#488)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 23:43:13 -04:00
Stephen Blackstone 49c55f0f98
feat: add support for azuresql dialect (#487) 2023-03-28 23:15:15 -04:00
Mike Fridman 8574431aad refactor: remove deprecated ioutil 2023-03-21 09:30:08 -04:00
Michael Fridman baaec139e4
refactor: dialectquery (#482) 2023-03-20 22:09:00 -04:00
Mike Fridman e2ecb28d00 fix: clickhouse tests 2023-03-15 08:39:57 -04:00
Andreas Deininger 15ef2bcb6e
chore: fix comment typos (#480) 2023-03-14 20:01:38 -04:00
Michael Fridman c462979327
refactor: create a generic store and stub out dialect queries (#477) 2023-03-14 08:34:47 -04:00
Michael Fridman 33106fc6f2
chore: update annotation comments (#478) 2023-03-13 09:19:48 -04:00
Pierre R 99204d2421
build: upgrade to github.com/jackc/pgx/v5 (#475) 2023-03-11 11:34:14 -05:00
Mike Fridman 935e8833e8 build: golangci-lint add skip-pkg-cache: true 2023-03-09 22:46:53 -05:00
Michael Fridman 7e6e5120a2
build: update CI go version references and upgrade deps (#473) 2023-03-09 22:36:17 -05:00
ipoerner b62288d2fe
fix: exclude Go test files from migrations (#474) 2023-03-04 12:48:57 -05:00
Michael Fridman 0af59c1a4e
build: upgrade dependencies (#471) 2023-02-25 15:36:42 -05:00
Michael Fridman 8c25e3bd17
feat: `goose validate` command (#449) 2023-02-25 14:33:10 -05:00
Jonas Hungershausen 60610d3ae3
remove `tls` override from mysql dsn normalizing (#468)
Fixes https://github.com/pressly/goose/issues/460
2023-02-21 21:49:18 -05:00
Michael Fridman 2a6d7c092f
build: bump minimum Go version to 1.18 (update CI) (#458) 2023-02-02 08:51:38 -05:00
Michael Fridman b4af752f57
fix test race condition and remove verbose global in parser (#457) 2023-01-28 10:41:44 -05:00