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: thecodingmachine/graphqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Choose a base ref
...
head repository: thecodingmachine/graphqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 10 commits
  • 41 files changed
  • 3 contributors

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    7a75a73 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 3 to 4 (#645)

    * Bump actions/upload-artifact from 3 to 4
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update continuous_integration.yml
    
    * Update continuous_integration.yml
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jacob Thomason <jacob@thomason.xxx>
    dependabot[bot] and oojacoboo authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    7b7ae16 View commit details
    Browse the repository at this point in the history
  3. PHP 8.4 Support (#722)

    * PHP 8.4 Support
    
    Add PHP 8.4 to list of CI runners and confirm PHP 8.4 support
    
    * Updated dependencies and resolved PHPStan errors
    
    * Downgrade symfony/var-dumper for PHP 8.1 support
    
    * Support phpunit 10.5 for PHP 8.1
    
    * Corrected call for enum interface inconsistency
    
    * Resolved PHPCS errors
    oojacoboo authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    fbb20d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    436e69e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2024

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

Commits on Mar 12, 2025

  1. Houskeeping (#736)

    * CS fixes
    
    * Resolved additional phpunit issues and deprecations
    
    * Allow PHPUnit 10.x
    
    * Restore deprecated ReflectionMethod construction for <PHP 8.3 support
    
    * CS fixes
    
    * Restore phpunit.xml.dist to Github compatible version
    oojacoboo authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    434b7ea View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Fix issue with kept deprecation reason (#735)

    When a type contains multiple fields and one of them is deprecated
    the following fields will be marked as deprecated. By resetting the
    value in each run we make sure the value is not kept.
    jaapio authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    d17c80a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Bump codecov/codecov-action from 5.1.2 to 5.4.0 (#732)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.4.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v5.1.2...v5.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    4891a3b View commit details
    Browse the repository at this point in the history
  2. Bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 (#730)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.2 to 4.7.3.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](JamesIves/github-pages-deploy-action@v4.7.2...v4.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: JamesIves/github-pages-deploy-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    f99dfb8 View commit details
    Browse the repository at this point in the history
  3. Update doctrine/coding-standard requirement from ^12.0 to ^12.0 || ^1…

    …3.0 (#741)
    
    * Update doctrine/coding-standard requirement from ^12.0 to ^12.0 || ^13.0
    
    Updates the requirements on [doctrine/coding-standard](https://github.com/doctrine/coding-standard) to permit the latest version.
    - [Release notes](https://github.com/doctrine/coding-standard/releases)
    - [Commits](doctrine/coding-standard@12.0.0...13.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: doctrine/coding-standard
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run PHPCS on the target PHP version
    
    * Specify phpcs vendor/bin path
    
    * Only run CS checks on the minimum supported version
    
    * Resolve duplicate code coverage artifact name collision
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jacob Thomason <jacob@thomason.xxx>
    dependabot[bot] and oojacoboo authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    6e36bfd View commit details
    Browse the repository at this point in the history
Loading