chore(deps): Update module gorm.io/gorm to v1.25.12#635
chore(deps): Update module gorm.io/gorm to v1.25.12#635renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Important Review skippedAuto reviews are limited to specific labels. Labels to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Pull request was closed
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
…998) * add column type for schema * chore: update mocks * add default mapping * fix schema test * add MarshalJSON to enum struct * Column method accepts string * chore: update mocks * add table option to make:model command * chore: update mocks * optimize enum pkg * chore: update mocks * remove unnecessary methods * chore: update mocks * remove ColumnType enum * add all database types * support for future nullable model type * add nullable orm standard fields * chore: update mocks * extend the schema facade * chore: update mocks * extract error message to framework level error list * add test cases for make:model command * add tests for Extend method * remove unused fields from model definition * fix tests * fix tests * break imports to Import and NullImport * optimize logic for extendGoTypes * test extend in schema * fix tests * add test cases for extendGoTypes * chore: update mocks * accept Extension as value instead of pointer * fix make:model * expand native type patterns * fix ci * fix ci * optimize tests use `Equal` instead of `Contains`
…) (#1049) * add struct meta for model parsing * add GetModel method to extend model registration * chore: update mocks * add structmeta test cases * use console.NewMake in make:migration command * add model mapper to generate schema from go model * optimise model_mapper * add test cases for model mapper * resolve comments * fix lint * sort methods * move error to errors package * fail in case error from model_mapper * move tag tests to type_test * add more test for structmeta * optimise model_mapper for explicit handling * add test cases for model_mapper * use gorm schema parser * remove struct meta package * accept model as input * optimise model_mapper using gorm schema * add test cases for model mapper * FIX LINT * FIX TEST CASES * optimise model registration * optimise schema test * optimise model mapper * optimise model mapper * optimise model mapper * optimise model mapper * wrap errors * optimise relations lock usage * fix custom index name detection * optimise model lookup * add test cases for migrator * add test cases for migrator * fix foreign key column skip * fix nullable modifier logic * add test for make:migration * fix test cases for schema * move methods to contracts * optimise creator populate stub * add comment for pool * add unnecessary comments suggested by copilot * Populate stub return an error * add unnecessary comments suggested by copilot part 2 * consider gorm.DeletedAt as nullable * add migration tag for methods
This PR contains the following updates:
v1.25.11->v1.25.12Release Notes
go-gorm/gorm (gorm.io/gorm)
v1.25.12Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.