generated from MasoniteFramework/starter-package
-
-
Notifications
You must be signed in to change notification settings - Fork 50
Transition 2.0 to 3.0 #939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
circulon
wants to merge
409
commits into
MasoniteFramework:3.x
Choose a base branch
from
circulon:feature/2.0_to_3.0
base: 3.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…re/748-1 Add more methods to schema builder
…when mapping return data into new datasources which expect different naming conventions. This could be done at the database query level but is much easier to do using this method and only adds few extra LOC.
…into JarriqTheTechie-features/only
…s/only Added only to Model
Fixed date not being able to be set to null
Close connection on rollback [MySQL]
fix: fix a typo in docs of `Collection.max`
…nsalimi/orm into amirhoseinsalimi-feature/collection-min
…e/collection-min feat: add `Collection.min` method
…into feature/2.0_to_3.0
Faker is used for development and testing so will be installed via ‘make init’ and is not actually required in a production context
As Faker is only used for seeding this is appropriate use
@josephmancuso Been testing it without issues ;) Will have to update the docs with steps for upgrade |
Fixed update not respecting casts Removed redundant code duplication
@josephmancuso LGTM please |
Tagged all QueryBuilder “passthrough” methods as @classmethod Added Hinting to make chaining easier sorted methods by name
josephmancuso
requested changes
Apr 14, 2025
@josephmancuso LGTM |
Decimal was not being output as a string when used for insert/update Fixed tests
Can we move this forward please? |
@josephmancuso |
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.
Got the right Destination branch this time..
This PR includes all the features and fixes from the 2.0 branch
Also includes features from the current 3.x branch.
Additionally includes pre-commit setup as discussed in #935
Linted and formatted the entire codebase as necessary.
@josephmancuso