-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: danielme85/laravel-log-to-db
base: v4.1.0
head repository: danielme85/laravel-log-to-db
compare: main
- 16 commits
- 14 files changed
- 5 contributors
Commits on Feb 24, 2024
-
chore: prepare for laravel 11 (#61)
* chore: prepare for laravel 11 * fix: composer based on matrix values * fix: ignore test classes for phpunit * fix: autoload test models in dev
Configuration menu - View commit details
-
Copy full SHA for 3e2a1f5 - Browse repository at this point
Copy the full SHA 3e2a1f5View commit details
Commits on Jul 29, 2024
-
Refactor delete loops to queries
To delete an object it's not necessary to load it into memory. And by doing one query instead of a delete query for every object, it's much faster.
Configuration menu - View commit details
-
Copy full SHA for 574e2db - Browse repository at this point
Copy the full SHA 574e2dbView commit details
Commits on Jul 31, 2024
-
Merge pull request #63 from norday-agency/feature/martijn.g-log-clean…
…er-upper-performance Refactor delete loops to queries
Configuration menu - View commit details
-
Copy full SHA for 650b148 - Browse repository at this point
Copy the full SHA 650b148View commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2616394 - Browse repository at this point
Copy the full SHA 2616394View commit details
Commits on Nov 25, 2024
-
Merge pull request #66 from joostdebruijn/php84-compat
refactor: explicit null types for php 8.4
Configuration menu - View commit details
-
Copy full SHA for 026a492 - Browse repository at this point
Copy the full SHA 026a492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8ae34 - Browse repository at this point
Copy the full SHA 7b8ae34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411e13c - Browse repository at this point
Copy the full SHA 411e13cView commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b4b9964 - Browse repository at this point
Copy the full SHA b4b9964View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 059a51b - Browse repository at this point
Copy the full SHA 059a51bView commit details
Commits on Mar 4, 2025
-
Merge pull request #70 from ArtemKahramanov/save-new-log-fix
getting LogToDB instance in SaveNewLogEvent
Configuration menu - View commit details
-
Copy full SHA for c9da498 - Browse repository at this point
Copy the full SHA c9da498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1602bc1 - Browse repository at this point
Copy the full SHA 1602bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81629d6 - Browse repository at this point
Copy the full SHA 81629d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59bd38 - Browse repository at this point
Copy the full SHA e59bd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ca882 - Browse repository at this point
Copy the full SHA 72ca882View commit details -
Seems mongodb eloquent behavior changed slightly.
Configuration menu - View commit details
-
Copy full SHA for b527bfd - Browse repository at this point
Copy the full SHA b527bfdView commit details -
Merge pull request #68 from danielme85/update-testing-84
Update testing for php 8.4 and Laravel 12
Configuration menu - View commit details
-
Copy full SHA for 5ccfde1 - Browse repository at this point
Copy the full SHA 5ccfde1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.0...main