dictyBase / modware-user

dictyBase API server for managing users.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

chore(deps): bump github.com/pressly/goose from 2.6.0+incompatible to 2.7.0+incompatible #96

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/pressly/goose from 2.6.0+incompatible to 2.7.0+incompatible.

Release notes

Sourced from github.com/pressly/goose's releases.

v2.7.0

The v2.7.0 release is a long overdue one. We've been running the release candidates internally and have not observed issues.

There are a number of fixes and improvements in this release.

Fixes #87 Fixes #98 Fixes #101 Fixes #122 Fixes #132 Fixes #138 Fixes #146 Fixes #158

Merge #157 - Remove goose pkg deps Merge #224 - Do not require MySQL when --tags="no_mysql", Merge #227 - Update github.com/lib/pq from v1 to v1.1 Merge #215 - New flag -s to create sequential versioning files

v2.7.0-rc5: Release candidate with bunch of fixes & readme improvements

No release notes provided.

v2.7.0-rc4: Fixes regression in SQL parser

Fixes #158

v2.7.0-rc3 Remove unnecessary mysql dependency from goose pkg

No release notes provided.

v2.7.0-rc2 Add vendor/ directory; Fix bunch of issues

  • Add semi-support for Go modules & add vendor/ directory
  • Improve Go and SQL templates on goose create
  • Add more unit tests
  • Fixes #101 - MySQL connection string
  • Fixes #98 - simplifies code in cmd and _examples
  • Fixes #146 - Redshift dialect

v2.7.0-rc1 Refactor SQL parser

Refactors SQL parser pretty much from scratch, adds a super simple state machine parser, to fix bunch of reported issues:

Fixes #87 Fixes #132 Fixes #122 Fixes #138

We have tested this release against our pre-production environments and against a test suite of ~100 .sql and ~50 .go migrations. The above issues look to be fixed; at least from the unit test perspective.

Please, help us test this release against your migration files on pre-production environments to ensure this release candidate is in a good shape and has no regressions!

v2.5.0 - fix large .sql migrations; use default std logger

  • Improve custom logger: Use stdlib's existing logger variable by default #147

... (truncated)

Commits
  • 7dd9c10 Merge pull request #215 from warrn/warrn/214
  • 0fbe41d Merge pull request #227 from Matthiew/feature/new_version_pq
  • 37648a7 Update github.com/lib/pq from v1 to v1.1
  • ad369d9 Merge pull request #224 from arvenil/patch-1
  • 39041ad Fix: Do not require MySQL when --tags="no_mysql",
  • 16a9d45 Option '-s' causes CREATE to use sequential versioning
  • 2769ad7 Merge pull request #211 from tristanfisher/trivial_typo_fix
  • 8c026ee does not exists -> does not exist
  • 9ede98d Merge pull request #180 from Songmu/tls
  • 5220805 clear 'tls=value' from original dsn on mysql
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 2db44d49 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 3 years ago

Codecov Report

Merging #96 (2db44d4) into develop (9ffe98e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #96   +/-   ##
========================================
  Coverage    56.43%   56.43%           
========================================
  Files            4        4           
  Lines         1508     1508           
========================================
  Hits           851      851           
  Misses         520      520           
  Partials       137      137           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ffe98e...2db44d4. Read the comment docs.