Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Update module mattes/migrate to v3 #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 30, 2019

This PR contains the following updates:

Package Type Update Change
github.com/mattes/migrate require major v0.0.0-20171208214826-d23f71b03c4a -> v3.0.1

Release Notes

mattes/migrate

v3.0.1

Compare Source

v3.0.0

Compare Source

Version 3 is a complete rewrite and not compatible with previous versions.

Not all drivers from previous versions are available yet. Any help porting existing drivers to this latest version is greatly appreciated. If you want to continue v1 for now, please have a look at branch v1.

  • Sources are drivers now. That makes it very easy to read migrations from a lot of places, like filesystem, S3, go-bindata, ...
  • Database drivers only have the bare minimum logic to apply migrations. All logic is handled by the core migrate library. This makes implementing and testing drivers even easier.
  • V3 is a complete rewrite. It uses io.Readers internally, is tested for thread-safety (also no leaking goroutines).
  • dirty state was introduced to give database drivers more flexibility to handle failed migrations.

v1.3.2

Compare Source

  • fixes import paths to work with gopkg.in

v1.3.1

Compare Source

.

v1.3.0

Compare Source

.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-mattes-migrate-3.x branch 2 times, most recently from 647d8f2 to 54be809 Compare July 2, 2019 13:08
@renovate
Copy link
Author

renovate bot commented Jul 2, 2019

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm -v /mnt/renovate/gh/golangci/golangci-api:/mnt/renovate/gh/golangci/golangci-api -v /tmp/renovate-cache/others/go:/tmp/renovate-cache/others/go -e GOPATH -e CGO_ENABLED=0 -w /mnt/renovate/gh/golangci/golangci-api renovate/go bash -c "git config --global url.\"https://x-access-token:[email protected]/\".insteadOf \"https://github.com/\" && go get"
go: finding github.com/mattes/migrate/v3 v3.0.1
go: finding github.com/golang/mock v1.0.0
go: finding github.com/go-critic/go-critic v0.0.0-20181204210945-1df300866540
go: finding github.com/golangci/lint-1 v0.0.0-20180610141402-ee948d087217
go: finding github.com/timakin/bodyclose v0.0.0-20190407043127-4a873e97b2bb
go: finding github.com/valyala/quicktemplate v1.1.1
go: finding github.com/sourcegraph/go-diff v0.5.1
go: github.com/mattes/migrate/[email protected]: missing github.com/mattes/migrate/go.mod and .../v3/go.mod at revision v3.0.1
go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3
go: finding github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c
go: finding github.com/go-toolsmith/astp v1.0.0
go: finding github.com/go-toolsmith/astequal v1.0.0
go: finding github.com/go-toolsmith/astfmt v1.0.0
go: finding github.com/go-toolsmith/astcast v1.0.0
go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5
go: finding github.com/cenkalti/backoff v2.2.0+incompatible
go: finding github.com/go-toolsmith/strparse v1.0.0
go: finding github.com/go-toolsmith/typep v1.0.0
go: finding golang.org/x/tools v0.0.0-20190521203540-521d6ed310dd
go: finding github.com/jinzhu/now v1.0.1
go: finding github.com/go-toolsmith/astcopy v1.0.0
go: finding github.com/golangci/ineffassign v0.0.0-20180808204949-42439a7714cc
go: finding github.com/jinzhu/inflection v1.0.0
go: error loading module requirements
 `docker run --rm -v /mnt/renovate/gh/golangci/golangci-api:/mnt/renovate/gh/golangci/golangci-api -v /tmp/renovate-cache/others/go:/tmp/renovate-cache/others/go -e GOPATH -e CGO_ENABLED=0 -w /mnt/renovate/gh/golangci/golangci-api renovate/go bash -c "git config --global url.\"https://x-access-token:[email protected]/\".insteadOf \"https://github.com/\" && go get"` (exited with error code 1)

@renovate renovate bot force-pushed the renovate/github.com-mattes-migrate-3.x branch from 54be809 to 1361ff5 Compare July 6, 2019 09:12
@renovate renovate bot force-pushed the renovate/github.com-mattes-migrate-3.x branch from 1361ff5 to b88a8a0 Compare September 25, 2019 14:47
@renovate
Copy link
Author

renovate bot commented Sep 25, 2019

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/golangci/golangci-api":"/mnt/renovate/gh/golangci/golangci-api" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/golangci/golangci-api" renovate/go bash -l -c "git config --global url.\"https://x-access-token:**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/mattes/migrate/v3/[email protected]: reading github.com/mattes/migrate/v3/v3/go.mod at revision v3/v3.0.1: unknown revision v3/v3.0.1

@renovate renovate bot changed the title Update module mattes/migrate to v3 chore(deps): update module mattes/migrate to v3 Oct 22, 2019
@renovate renovate bot changed the title chore(deps): update module mattes/migrate to v3 Update module mattes/migrate to v3 Feb 10, 2020
@renovate renovate bot force-pushed the renovate/github.com-mattes-migrate-3.x branch from b88a8a0 to 70dac05 Compare March 13, 2020 18:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant