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

Skip to content

Tags: zacobin/migrate

Tags

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

v4.10.0

Toggle v4.10.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#356 from jace-ys/master

Move migrate binary to /usr/local/bin in Dockerfile

v4.9.1

Toggle v4.9.1's commit message
Actually release windows 386 build

v4.9.0

Toggle v4.9.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#343 from martinlindhe/win386

build-cli: Also build GOOS=windows GOARCH=386, fixes golang-migrate#339