Skip to content

Conversation

@dependabot-preview
Copy link

Bumps github.com/gobuffalo/pop from 4.11.2+incompatible to 4.12.2+incompatible.

Release notes

Sourced from github.com/gobuffalo/pop's releases.

v4.12.2

Changelog

af91c62 Bump version
1c19a1a Fix create_table must be in plural form (#448)
88a44ed Improve dialect_common Quote function (#445)
633326f Merge branch 'development'
8c9b756 Prevent TruncateAll from emptying the migration table (#443)

v4.12.1

Changelog

c21e5c8 Add method to update (one or multiple rows) specifying the columns to be updated (#437)
6c1d2c2 Bump version
d04f898 Fix compilation errors with model generator (#442)
841453f Merge branch 'development'

v4.12.0

This version contains a major refactor of the models generators: they are fully rewritten using genny, and way better tested.

The migrations generator now allows multiple parameters just like the models generator:

$ soda g fizz user id:int name

Will generate a full migration to create the users table, just like the models generator does.

The models generator now supports a jsonapi type (in addition of json and xml), so you can generate your models for json API.

Finally, you can now set the connection max lifetime for the configuration.

Changelog

080cc84 Upgrade goreleaser config (#431)
aa19b35 Add support for jsonapi in models generator (#434)
55a7e42 Allow setting connection max lifetime (#424)
99e77bf Bump Azure tests to go 1.13 (#439)
219ea04 Convert models generator to Genny (#356)
29f3fda Fix broken redirection for nulls (#427)
535a7bd Fixed column order (#430)
c464414 Merge branch 'development'
fa578ca Migrate fizz & SQL migrations generators to genny (#432)
c73d3a9 Split dialect interface (#426)
5959846 Update randx to fix race conditions (#433)
3ef63dc close file after using (#435)

v4.11.6

Changelog

... (truncated)
Commits
  • af91c62 Bump version
  • 633326f Merge branch 'development'
  • 1c19a1a Fix create_table must be in plural form (#448)
  • 88a44ed Improve dialect_common Quote function (#445)
  • 8c9b756 Prevent TruncateAll from emptying the migration table (#443)
  • 6c1d2c2 Bump version
  • 841453f Merge branch 'development'
  • d04f898 Fix compilation errors with model generator (#442)
  • c21e5c8 Add method to update (one or multiple rows) specifying the columns to be upda...
  • c464414 Merge branch 'development'
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/gobuffalo/pop](https://github.com/gobuffalo/pop) from 4.11.2+incompatible to 4.12.2+incompatible.
- [Release notes](https://github.com/gobuffalo/pop/releases)
- [Changelog](https://github.com/gobuffalo/pop/blob/master/.goreleaser.yml)
- [Commits](gobuffalo/pop@v4.11.2...v4.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #10.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/gobuffalo/pop-4.12.2+incompatible branch December 2, 2019 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant