Conversation
krishankumar01
added a commit
that referenced
this pull request
Nov 2, 2024
* add all http request method for testing * chore: update mocks * add Don't See method * chore: update mocks * add AssertSee * chore: update mocks * add test cases for new response methods * . * chore: update mocks * . --------- Co-authored-by: kkumar-gcc <kkumar-gcc@users.noreply.github.com>
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.