Commit Graph

26 Commits

Author SHA1 Message Date
Barry vd. Heuvel e518f58ee4
Hide explain when empty for sqlite (#1565)
* Hide explain when empty for sqlite

* Update QueryCollectorRuntimeDatabaseTest.php
2024-03-09 09:39:15 +01:00
erikn69 2a6c142480
Laravel 11 test (#1551) 2024-02-29 07:39:54 +01:00
erikn69 bdc2d62e4d
GateCollector tests (#1545) 2024-02-22 15:08:00 +01:00
erikn69 47f25f2cd0
Test collect real path from compiled views on QueryCollector (#1543)
Co-authored-by: Lars <lars.dobschall@eigens.net>
2024-02-22 15:07:41 +01:00
Marco Deleu 17f1b819d5
Allow Debugbar to work with runtime connection (#1526)
* Allow Debugbar to work with runtime connection

* rename test

* different testing strategy for Laravel 9 and Laravel 10

* review
2024-02-18 09:00:12 +01:00
erikn69 676247e493
Refactor Models, Jobs to ObjectCountCollector (#1517) 2024-02-13 19:23:14 +01:00
erikn69 9ec8bbb558
Refactor old laravel query code (#1518) 2024-02-13 19:21:54 +01:00
Andrew Minion 0a35ab61d4
set xdebug ini (#1257)
* set xdebug ini

See https://github.com/barryvdh/laravel-debugbar/pull/1224#issuecomment-966907943

* remove check for xdebug support

* use ini_set for phpunit 8.5.x

* Revert "remove check for xdebug support"

This reverts commit e25e46eec6.
2024-02-11 10:06:18 +01:00
Julien Bourdeau 6931d7a4f2
Introduce JobsCollector (#1470)
* Introduce JobsCollector

* Tweak config

---------

Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
2023-10-23 14:35:55 +02:00
laravel-debugbar 5e97575db4 composer fix-style 2021-12-14 14:33:43 +00:00
laravel-debugbar 9853edfc6c composer fix-style 2021-11-12 08:13:49 +00:00
Barry vd. Heuvel 0f12adcfff
Check test for xdebug (#1256)
* Update ViewCollectorTest.php

* Update ViewCollectorTest.php
2021-11-12 09:12:57 +01:00
laravel-debugbar 1dbe9893e8 composer fix-style 2021-11-04 12:35:25 +00:00
Maritaria 3e72847500
Rename Facade to Debugbar (#1218)
Creating the facade as a class named Debugbar enables better auto completion for IDEs and the like.
To avoid naming conflicts it exists in a separate folder Facades.

For backwards compatibility of existing code the current Facade persists as a class that extends the Debugbar facade class. This should allow for a minor update to the package with a deprecation notice on existing code importing the Facade explicitly.
2021-11-04 13:32:31 +01:00
Andrew Minion 7c05586a54
Feature/ide links full path (#1224)
* use absolute path to file

* add the actual change 🤦
2021-11-04 13:31:23 +01:00
laravel-debugbar dc0df2d90e composer fix-style 2021-06-21 07:19:42 +00:00
Martin Krisell 032b5ffa08
Fix binding with dollar not presented correctly in query (#1199) 2021-06-21 09:15:38 +02:00
laravel-debugbar ee3313c9dc composer fix-style 2021-06-05 12:09:56 +00:00
Laravel Freelancer NL e207604767
Handle array and object bindings (#1194)
* Format array and object bindings to strings

* Format Array & Object bindings to string
2021-06-05 14:08:41 +02:00
Barry vd. Heuvel 37dc7a30da
Feat test dusk (#1092)
* Test with Dusk

* No UI

* composer fix-style

* Update BrowserTestCase.php

* Update matrix

* Update run-tests.yml

* Update composer.json

* Start with 6.x

Co-authored-by: laravel-debugbar <laravel-debugbar@users.noreply.github.com>
2020-08-20 12:09:26 +02:00
Barry vd. Heuvel 9162a23532
Test injecting Debugbar (#1088)
* Test injecting Debugbar

* composer fix-style

* Update phpunit.xml.dist

* Override enabled

* composer fix-style

* Cleanup

Co-authored-by: laravel-debugbar <laravel-debugbar@users.noreply.github.com>
2020-08-17 14:59:58 +02:00
Barry vd. Heuvel 51c8ea3ab2
PSR-12 + action (#1087) 2020-08-16 19:45:35 +02:00
Cyril Mizzi b942837dac
[queries] Support double question mark (#1060)
* fix(collector/query): support double question mark escape

* fix(tests/datacollector/query): remove unused uses statements

* feat(formatter/query): replace escaped question mark into single one

* feat(tests/collector/query): improve test
2020-08-16 13:55:21 +02:00
Sébastien Nikolaou bbf7f2521a
Optimize models collector (#1051)
* Optimize models collector

Use a wildcard to listen to the `eloquent.retrieved:*` events
instead of listening to all the `eloquent.*` events.

* Add testsfor ModelsCollector
2020-06-27 18:22:09 +02:00
Graham Campbell 525fcef16a Ditched unneeded stuff 2014-07-26 12:40:07 +01:00
Barry vd. Heuvel 1f5b5530d1 Initial commit 2013-09-05 12:28:50 +02:00