⬆️ Bump github.com/gobuffalo/pop from 4.11.2+incompatible to 4.13.1+incompatible
Bumps github.com/gobuffalo/pop from 4.11.2+incompatible to 4.13.1+incompatible.
Release notes
Sourced from github.com/gobuffalo/pop's releases.
v4.13.0
MariaDB official support and several fixes and improvements.
Changelog
11bd52a Add a driver for MariaDB (#454) 32735d3 Add callback before validate (#450) fa6cc2d Adding model comment (#490) 83761d7 Bump version 6e21180 Improve has_many "missing field" error message (#480) b5e47d5 Improve tests and documentation for UpdateColumns function (#451) 2a2287e Make SQLite URL parser aware of options (#481) 1d70017 Merge branch 'development' f8da582 Move test data to testdata dir & remove unneeded Dockerfile (#452) 91c1962 Revert "Using ModelSuite for the generated model tests" 39043e3 Use db tag to customize ID field (#453) d9c4e3c Use pkg name in tableMap for unique cache keys (#479) d81c752 Uses ModelSuite for generated model tests (#489) 6602fc7 Using ModelSuite for the generated model tests
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 nameWill generate a full migration to create the
userstable, just like the models generator does.The models generator now supports a
... (truncated)jsonapitype (in addition ofjsonandxml), so you can generate your models for json API.
Commits
257e6c6Backport fix for missing genny GoBin83761d7Bump version1d70017Merge branch 'development'd81c752Uses ModelSuite for generated model tests (#489)fa6cc2dAdding model comment (#490)2a2287eMake SQLite URL parser aware of options (#481)6e21180Improve has_many "missing field" error message (#480)91c1962Revert "Usinng ModelSuite for the generated model tests"6602fc7Usinng ModelSuite for the generated model testsd9c4e3cUse pkg name in tableMap for unique cache keys (#479)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)