Tags: alexmorten/migrate
Tags
Support for GitHub Actions and goreleaser (golang-migrate#604) * goreleaser configuration and automatic release workflow * update and fix goreleaser * remove windows arm ignore * add format override for windows to use zip files * update environment and docker username * the single source of truth * fix depricated api issue ( thanks @dhui ) Co-authored-by: Mitsuo Heijo <[email protected]>
Merge pull request golang-migrate#481 from johejo/revert-472-iofs_sou… …rce_driver Revert "Add io/fs#FS Driver golang-migrate#471"
Mysql - Fix crash with ansi_quotes sql_mode enabled (golang-migrate#476) * Fix crash with ansi_quotes * Run lint
Merge pull request golang-migrate#448 from andyNewman42/locking Add advisory locking to mongodb
Use latest version of neo4j db driver to fix 32-bit builds Relevant fix: neo4j/neo4j-go-driver#129
Merge pull request golang-migrate#419 from dawidd6/patch-1 Makefile: provide a simpler build task
Merge pull request golang-migrate#417 from orijtech/master go.mod: upgrade dependencies and rid vulnerable thrift [email protected]
Add pkger source driver support (golang-migrate#377) * Add pkger source driver support As go-bindata has been abandoned [1] there are open requests, golang-migrate#116, for alternative sources with similar functionality. The Buffalo project [2] created packr and recently pkger [3] was announced [4] with the intention to supersede packr. This change adds support for using pkger as a source. The implementation relies on httpfs.PartialDriver for pretty much all functionality. [1] jteeuwen/go-bindata#5 [2] https://gobuffalo.io/ [3] https://github.com/markbates/pkger [4] https://blog.gobuffalo.io/introducing-pkger-static-file-embedding-in-go-1ce76dc79c65 * pkger: rename Instance to Pkger * pkger: make WithInstance accept *Pkger * pkger: refactor and add access to global pkging.Pkger instance * pkger: fix typo and cleanup debug logging
PreviousNext