Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: alexmorten/migrate

Tags

v4.15.0-beta.3

Toggle v4.15.0-beta.3's commit message
Fix docker image tags by undoing previous commit

v4.15.0-beta.2

Toggle v4.15.0-beta.2's commit message
Use fewer docker image tags

v4.15.0-beta.1

Toggle v4.15.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v4.14.1

Toggle v4.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request golang-migrate#481 from johejo/revert-472-iofs_sou…

…rce_driver

Revert "Add io/fs#FS Driver golang-migrate#471"

v4.14.0

Toggle v4.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mysql - Fix crash with ansi_quotes sql_mode enabled (golang-migrate#476)

* Fix crash with ansi_quotes

* Run lint

v4.13.0

Toggle v4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request golang-migrate#448 from andyNewman42/locking

Add advisory locking to mongodb

v4.12.2

Toggle v4.12.2's commit message
Use latest version of neo4j db driver to fix 32-bit builds

Relevant fix: neo4j/neo4j-go-driver#129

v4.12.1

Toggle v4.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request golang-migrate#419 from dawidd6/patch-1

Makefile: provide a simpler build task

v4.12.0

Toggle v4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request golang-migrate#417 from orijtech/master

go.mod: upgrade dependencies and rid vulnerable thrift [email protected]

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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