Skip to content
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

merge 5.x => 5.next #1017

Merged
merged 77 commits into from
Aug 9, 2024
Merged

merge 5.x => 5.next #1017

merged 77 commits into from
Aug 9, 2024

Commits on Sep 11, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    22f40a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #957 from cakephp/dependabot/github_actions/action…

    …s/checkout-4
    
    Bump actions/checkout from 3 to 4
    othercorey authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    19a4d9e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    04cd954 View commit details
    Browse the repository at this point in the history
  2. require CakePHP 4.5

    LordSimal committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5d0b20b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #964 from cakephp/4.x-readme

    4.x: add info about `DebugKit.ignoreAuthorization` to readme
    markstory authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4ffcdd2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #966 from cakephp/4.next-cake-4_5

    4.next: require CakePHP 4.5
    markstory authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4779a0a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #967 from cakephp/4.x

    merge 4.x => 4.next
    LordSimal authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    92cbfa9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #968 from cakephp/4.next

    merge 4.next => 4.x
    LordSimal authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    65918d0 View commit details
    Browse the repository at this point in the history
  7. Merge branch '4.x' into 5.x-merge

    # Conflicts:
    #	.github/workflows/ci.yml
    #	README.md
    #	composer.json
    #	src/DebugSql.php
    #	tests/TestCase/DebugSqlTest.php
    #	tests/TestCase/Panel/VariablesPanelTest.php
    LordSimal committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3f525b2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #969 from cakephp/5.x-merge

    merge 4.x => 5.x
    LordSimal authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2cbb8cb View commit details
    Browse the repository at this point in the history
  9. Normalize path

    dereuromark authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f33b0e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    27f1dbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #973 from cakephp/4.x-fix-972

    fix reload button functionality in history and variables panel
    othercorey authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c1cda97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #974 from cakephp/4.x

    merge 4.x => 5.x
    LordSimal authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    178822a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Run composer normalize over composer.json

    dereuromark authored and www-data committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7edeeb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #975 from cakephp/composer-normalize

    Run composer normalize over composer.json
    othercorey authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5eda5a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Add external panel info

    dereuromark authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cff39b6 View commit details
    Browse the repository at this point in the history
  2. Fix up version

    dereuromark authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cece0e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #977 from cakephp/dereuromark-patch-2

    Fix up version
    markstory authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fdbe12c View commit details
    Browse the repository at this point in the history
  4. Fix psalm errors.

    Use more verbose code style to get typing to be more sound.
    markstory committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f3ffe16 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #978 from cakephp/fix-psalm

    Fix psalm errors.
    dereuromark authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    79ffc49 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #976 from cakephp/dereuromark-patch-1

    Add external panel info
    markstory authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    195293e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    fe94445 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #979 from Bird87ZA/fixed_deprecation_warning

    Fixed ReflectionProperty::setValue() deprecation warning when working on PHP 8.3
    othercorey authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    12dedc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd2800f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #980 from Bird87ZA/fixed_deprecation_warning

    Fixed ReflectionProperty::setValue() deprecation warning when working on PHP 8.3
    markstory authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    49c841e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Fix for deprecation warning in SimpleGraphHelper::bar() (#981)

    * Fix for deprecation warning in float-to-int conversion
    
    * Add test for using float with SimpleGraphHelper::bar
    
    * phpcs fix
    jharder authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ffb0746 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Merge pull request #982 from cakephp/4.x

    merge 4.x -> 4.next
    LordSimal authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    7a2ccef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #983 from cakephp/4.next

    merge 4.next -> 5.x
    LordSimal authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a9da550 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. 5.x: fix elasticsearch logger error (#971)

    * fix elasticsearch logger error
    
    * don't log query if it isn't a LoggedQuery instance
    
    * fix psalm
    
    * add elastic search specific query logging
    
    * add elastic search specific query logging
    
    * Update templates/element/sql_log_panel.php
    
    Co-authored-by: ADmad <[email protected]>
    
    * apply changes from Christopher-HM
    
    ---------
    
    Co-authored-by: ADmad <[email protected]>
    LordSimal and ADmad authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8cad9af View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Add PHP require

    dereuromark authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9975b66 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. stan update

    LordSimal committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a42d3ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #988 from cakephp/5.x-stan-update

    5.x: stan update
    dereuromark authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    cdb3138 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Improve log integration for elasticearch

    Not all queries have 'took'. Account for that and use defaults values.
    
    Fixes #989
    markstory committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    860b504 View commit details
    Browse the repository at this point in the history
  2. Add tests

    markstory committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    786b2bc View commit details
    Browse the repository at this point in the history
  3. fix stan tools

    markstory committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    53644dd View commit details
    Browse the repository at this point in the history
  4. Fix mistake

    markstory committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dee4a13 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #990 from cakephp/fix-989

    Improve log integration for elasticearch
    othercorey authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    03a655e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    76adb4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdb1ee0 View commit details
    Browse the repository at this point in the history
  3. Fix CS.

    dereuromark committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9e12ea2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #991 from cakephp/5.x-nesting-depth

    5.x nesting depth
    markstory authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8dbb82e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    d4a6819 View commit details
    Browse the repository at this point in the history
  2. Fix test

    dereuromark committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b611054 View commit details
    Browse the repository at this point in the history
  3. Fix PHPStan L7

    dereuromark committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1ff5ec3 View commit details
    Browse the repository at this point in the history
  4. Fix up psalm

    dereuromark committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cea4563 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request #994 from cakephp/5.x-phpstan-7

    5.x phpstan 7
    markstory authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3afc62e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #993 from cakephp/5.x-route-path

    Add route path for easier use.
    markstory authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e3af211 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Apr 3, 2024

  1. Merge pull request #995 from sergioalcaraz/5.x

    Add DOMContentLoaded event alternative for Turbo
    markstory authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    253ae96 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Fix build

    markstory committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cedbd66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #996 from cakephp/fix-build

    Fix build
    markstory authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5c4f60a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Update phpunit version

    othercorey authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    7741eda View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1000 from cakephp/othercorey-patch-1

    Update phpunit version
    othercorey authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    69d9931 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    15f82df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1001 from sergioalcaraz/fix_turbo_undefined

    Fix: When determining whether Turbo exists it throws undefined
    markstory authored May 3, 2024
    Configuration menu
    Copy the full SHA
    7e62285 View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    Changes in phpunit have made testing deprecations harder.
    markstory committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0d13063 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #1002 from cakephp/fix-build

    Fix tests.
    markstory authored May 6, 2024
    Configuration menu
    Copy the full SHA
    70e851f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Add empty state for deprecations

    Make it more obvious that the panel isn't broken.
    markstory committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e1b5335 View commit details
    Browse the repository at this point in the history
  2. Improve layout of copy buttons in environment panel

    Don't overflow single line of text items.
    markstory committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3598bcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2464c4d View commit details
    Browse the repository at this point in the history
  4. Fold Session panel into Request panel

    Having a separate for just session data seems redundant when session
    data is always accessed through the request.
    markstory committed May 27, 2024
    Configuration menu
    Copy the full SHA
    82e48d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41b26f6 View commit details
    Browse the repository at this point in the history
  6. Update psalm baseline

    markstory committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b40688a View commit details
    Browse the repository at this point in the history
  7. fix test

    markstory committed May 27, 2024
    Configuration menu
    Copy the full SHA
    298566a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1005 from cakephp/environment-copy

    Improve layout of copy buttons in environment panel
    dereuromark authored May 27, 2024
    Configuration menu
    Copy the full SHA
    fd37f04 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Edgaras Janušauskas <[email protected]>
    markstory and garas authored May 27, 2024
    Configuration menu
    Copy the full SHA
    674524d View commit details
    Browse the repository at this point in the history
  10. Revert changes to psalm baseline

    my local version was out of date.
    markstory committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2c1d828 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #1004 from cakephp/fix-empty-deprecations

    Add empty state for deprecations
    markstory authored May 28, 2024
    Configuration menu
    Copy the full SHA
    a38d33e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1006 from cakephp/merge-request-session

    Merge request & session and environment & include panels
    markstory authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5116f54 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Stop lying that CAKE_VERSION is a constant.

    Tweak Environment panel's display.
    ADmad committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a44559a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1009 from cakephp/cakephp-version

    Stop lying that CAKE_VERSION is a constant.
    dereuromark authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    060f203 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. update stan

    LordSimal committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    74e524a View commit details
    Browse the repository at this point in the history
  2. Update src/View/Helper/CredentialsHelper.php

    Co-authored-by: ADmad <[email protected]>
    LordSimal and ADmad authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f6b41c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1014 from cakephp/update-stan

    update stan
    dereuromark authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    855ae10 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refs/heads/5.x' into 5.next-upwards-merge

    # Conflicts:
    #	composer.json
    #	phpstan-baseline.neon
    #	psalm-baseline.xml
    #	src/Command/BenchmarkCommand.php
    #	tests/TestCase/Middleware/DebugKitMiddlewareTest.php
    #	tests/TestCase/ToolbarServiceTest.php
    LordSimal committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0cf9392 View commit details
    Browse the repository at this point in the history
  5. fix tests after merge

    LordSimal committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2781466 View commit details
    Browse the repository at this point in the history