-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added ORDER BY to delete operation + update composer.json + fix tests #7
Conversation
Migrate to github actions
Upgraded Laravel dependency
I haven't checked the details, but did you only migrate #6 on top of the v6 branch? Please keep in mind that we already had to merge a couple of other bug fixes into our copy of the v5 branch, inter alia
This are only the fixes a do remember. Maybe there are more. So basically, our v5 branch and the upstream v5 were diverted (not in the git sense, but in the sense that we had to fix a lot which never made it upstream). Have you checked that all these bug fixes are also in "our" v6? |
I took their v6, merged into your branch (which is based on our diverged v5) and created a pull request to a copy of their v6. If you like So unless I'm wrong, this PR to v6 basically contains all the changes you made to the v5 + #6 + passing tests :) |
Understood. So I still need to find out what the original difference between upstream v5 and v6 is. I am always a little bit conservative with major upgrades. |
It is just a bump of the Laravel version, code wise there is pretty much 0 change... I seriously do not know why they decided to make it v6. IMHO that was not needed. You can clearly see that their v6 does not add anything, especially given that the merge commit is quite empty: As for ec8e1d7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor changes
Co-authored-by: Matthias Nagel <[email protected]>
Co-authored-by: Matthias Nagel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Copy of #6 to v6 branch (to align with upstream repo with v6).