Skip to content

chore(deps): Update module gorm.io/gorm to v1.25.12#635

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/gorm.io-gorm-1.x
Closed

chore(deps): Update module gorm.io/gorm to v1.25.12#635
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/gorm.io-gorm-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gorm.io/gorm v1.25.11 -> v1.25.12 age adoption passing confidence

Release Notes

go-gorm/gorm (gorm.io/gorm)

v1.25.12

Compare 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 9, 2024 10:09
@renovate renovate bot enabled auto-merge (squash) September 9, 2024 10:09
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 9, 2024

Important

Review skipped

Auto reviews are limited to specific labels.

Labels to auto review (1)
  • 🚀 Review Ready

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@hwbrzzl hwbrzzl closed this Sep 9, 2024
auto-merge was automatically disabled September 9, 2024 10:15

Pull request was closed

@renovate
Copy link
Contributor Author

renovate bot commented Sep 9, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.25.12). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/gorm.io-gorm-1.x branch September 9, 2024 10:16
krishankumar01 added a commit that referenced this pull request May 12, 2025
…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`
krishankumar01 added a commit that referenced this pull request Dec 3, 2025
…) (#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant