forked from barryvdh/laravel-debugbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Update from upstream repo barryvdh/laravel-debugbar@master #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
Open
backstroke-bot
wants to merge
535
commits into
MyGooder:master
Choose a base branch
from
barryvdh:master
base: master
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.
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
* Support class resolver for open storage * fix * fix
- HTTPS always - avoids extra redirect
Co-authored-by: Barry vd. Heuvel <[email protected]>
* Group views, remove parameters by default * Exclude filament components
* Set default base path for xdebug replacements * Use Ignition default
Co-authored-by: Viktor Mazur <[email protected]>
* Enable logtrace for messages * Bump debugbar version * Enable
* allow user to customize memory precision it would be nice to be able to see more precise memory usage, as some changes will not have a full MB effect. this change keeps the current default of "0", but allows the user to customize it to their liking. the code is a little verbose because the root package is not setup for method chaining in this class. * Move config * Update LaravelDebugbar.php --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
* set xdebug ini See #1224 (comment) * remove check for xdebug support * use ini_set for phpunit 8.5.x * Revert "remove check for xdebug support" This reverts commit e25e46e.
* Soft/hard limit for query collector * Clarify limits
* Support Laravel 11 * No fail fast * Exclude unit tests for now
Co-authored-by: uniho <[email protected]>
* route_middleware from config * update config.php * Update debugbar.php --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
* Add test to check if $data['component'] exist * Update ViewCollector.php --------- Co-authored-by: Alex <[email protected]> Co-authored-by: Barry vd. Heuvel <[email protected]>
* Preserve laravel error handler * Return if there isnt previus handler
* Fix laravel-debugbar.css on query * css fix for even
* `$group` arg support on TimelineCollectors methods * Add missing part
* Collect other eloquent model events * Fix JobsCollector tests * Support summary badges on ModelsCollector * remove `eloquent.restored` event * Update ModelsCollectorTest.php * Update JobsCollectorTest.php * Update ModelsCollectorTest.php * Update JobsCollectorTest.php * Update JobsCollectorTest.php --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
* Add new cache events on CacheCollector * Add CacheFlushFailed event * Fix
* Exclude events on EventCollector * Update EventCollector.php * Update debugbar.php --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
* Use `addWarning` on warnings, silenced errors, notices * shorter
* Trace file for Gate checks(GateCollector) * fix doc
When a PDOException is thrown (ex. Illuminate's QueryException) during the initialization of a Collector, the current code falls over because the code property on PDOExceptions are actually strings, and not ints. See [this comment from 15 years ago](https://www.php.net/manual/en/class.pdoexception.php#95812), php/php-src#9529, & php/php-src#12294
* Time measure on cache events * Fix __construct
Co-authored-by: J-P <[email protected]>
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.
Hello!
The upstream repository
barryvdh/laravel-debugbar@master
has some new changes that aren't in this fork. So, here they are, ready to be merged! 🎉If this pull request can be merged without conflict, you can publish your software with these new changes. Otherwise, fix any merge conflicts by clicking the
Resolve Conflicts
button.If you like Backstroke, consider donating to help us pay for infrastructure here. Backstroke is a completely open source project that's free to use, but we survive on sponsorships and donations. Thanks for your support! Help out Backstroke.
Created by Backstroke (I'm a bot!)