Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: barryvdh/laravel-debugbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.15.4
Choose a base ref
...
head repository: barryvdh/laravel-debugbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.16.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 10 contributors

Commits on Apr 16, 2025

  1. Update CHANGELOG

    barryvdh authored and github-actions[bot] committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    2fc8413 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Configuration menu
    Copy the full SHA
    0cd8c86 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    239e2eb View commit details
    Browse the repository at this point in the history
  2. Bump php-debugbar (#1791)

    barryvdh authored May 8, 2025
    Configuration menu
    Copy the full SHA
    b64f049 View commit details
    Browse the repository at this point in the history
  3. Fix counter tests (#1792)

    barryvdh authored May 8, 2025
    Configuration menu
    Copy the full SHA
    7921e1d View commit details
    Browse the repository at this point in the history
  4. $group arg support on TimelineCollectors methods (#1789)

    * `$group` arg support on TimelineCollectors methods
    
    * Add missing part
    erikn69 authored May 8, 2025
    Configuration menu
    Copy the full SHA
    e7a8b8b View commit details
    Browse the repository at this point in the history
  5. Collect other eloquent model events (#1781)

    * 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 <barryvdh@gmail.com>
    erikn69 and barryvdh authored May 8, 2025
    Configuration menu
    Copy the full SHA
    705c9bd View commit details
    Browse the repository at this point in the history
  6. Add new cache events on CacheCollector (#1773)

    * Add new cache events on CacheCollector
    
    * Add CacheFlushFailed event
    
    * Fix
    erikn69 authored May 8, 2025
    Configuration menu
    Copy the full SHA
    8a1aba9 View commit details
    Browse the repository at this point in the history
  7. Exclude events on EventCollector (#1786)

    * Exclude events on EventCollector
    
    * Update EventCollector.php
    
    * Update debugbar.php
    
    ---------
    
    Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
    erikn69 and barryvdh authored May 8, 2025
    Configuration menu
    Copy the full SHA
    698bb8b View commit details
    Browse the repository at this point in the history
  8. Use addWarning on warnings, silenced errors, notices (#1767)

    * Use `addWarning` on warnings, silenced errors, notices
    
    * shorter
    erikn69 authored May 8, 2025
    Configuration menu
    Copy the full SHA
    58fe15b View commit details
    Browse the repository at this point in the history
  9. Do not rely on DB::connection() to get information in query collector (

    …#1779)
    
    Instead directly use the query's own connection object.
    
    This makes it possible to log queries for custom non-sql connections
    into debugbar relatively easily.
    
    Related: ed37d1a
    This commit introduced the usage of DB::connection().
    
    Resolves: #1778
    cweiske authored May 8, 2025
    Configuration menu
    Copy the full SHA
    d22f42f View commit details
    Browse the repository at this point in the history
  10. Trace file for Gate checks(GateCollector) (#1770)

    * Trace file for Gate checks(GateCollector)
    
    * fix doc
    erikn69 authored May 8, 2025
    Configuration menu
    Copy the full SHA
    4b07d9f View commit details
    Browse the repository at this point in the history
  11. Fix support for PDOExceptions (#1752)

    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
    LukeTowers authored May 8, 2025
    Configuration menu
    Copy the full SHA
    8cf5c89 View commit details
    Browse the repository at this point in the history
  12. Bump branch alias

    barryvdh authored May 8, 2025
    Configuration menu
    Copy the full SHA
    dd77df8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Time measure on cache events (#1794)

    * Time measure on cache events
    
    * Fix __construct
    erikn69 authored May 9, 2025
    Configuration menu
    Copy the full SHA
    6a0c40a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. fix debugbar for Lumen usage (#1796)

    Co-authored-by: J-P <jpschreiber@sdv.fr>
    flibidi67 and J-P authored May 23, 2025
    Configuration menu
    Copy the full SHA
    51308c7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    0b28b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    fcce2df View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. add star history

    barryvdh authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    f265cf5 View commit details
    Browse the repository at this point in the history
Loading