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: rebing/graphql-laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.5.0
Choose a base ref
...
head repository: rebing/graphql-laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.6.0
Choose a head ref
  • 17 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 11, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    694988c View commit details
    Browse the repository at this point in the history
  2. composer: remove testbench dev version

    Not needed anymore, as Laravel 11 is out now.
    mfn committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    be09222 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1136 from mfn/mfn-l11-no-dev

    Remove Laravel 11 "dev" references
    mfn authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    942a997 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    b3f5f30 View commit details
    Browse the repository at this point in the history
  2. chore(dev): phpstan: replace deprecated `checkGenericClassInNonGeneri…

    …cObjectType` with `identifier: missingType.generics`
    
    Due to this message from phpstan:
    ```
    ⚠️  You're using a deprecated config option checkGenericClassInNonGenericObjectType ⚠️️
    
    It's strongly recommended to remove it from your configuration file
    and add the missing generic typehints.
    
    If you want to continue ignoring missing typehints from generics,
    add missingType.generics error identifier to your ignoreErrors:
    
    parameters:
            ignoreErrors:
                    -
                            identifier: missingType.generics
    ```
    mfn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1d4873c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Use testbench WithConfig attribute to set app.debug

    This fixes the failing test `testNoExplicitContentType`
    
    We do set it in `\Rebing\GraphQL\Tests\TestCase::getEnvironmentSetUp`
    which _is_ executed in the this test, but too late.
    
    By the time `\Illuminate\Foundation\Providers\FoundationServiceProvider::registerExceptionRenderer` is called,
    the `getEnvironmentSetUp()` is not yet called and therefore the debug
    mode being enabled is not realized.
    
    But other parts in the framework later "see" the enabled debug mode,
    and due to this mismatch the framework expects registered classes
    which however arent.
    mfn committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    22d0165 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1138 from rebing/mp-1137

    Use testbench `WithConfig` attribute to set app.debug
    mfn authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    85d5faa View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    d3a177b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1141 from rebing/mfn-phpstan-baseline

    chore(dev): composer phpstan-baseline
    mfn authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7ec10a2 View commit details
    Browse the repository at this point in the history
  3. chore(dev): docker: bump dependencies

    Incl. adapting the invocation of `docker compose` after the latest
    docker desktop update.
    mfn committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d47194a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    e0615ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1144 from jsrodas-pdpaola/fix-namespace-mongodb-p…

    …ackages
    
    ✨ Support laravel-mongodb v4.x namespace
    mfn authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    561a0c7 View commit details
    Browse the repository at this point in the history
  3. chore(docs): update changelog

    mfn committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    850997f View commit details
    Browse the repository at this point in the history
  4. Prepare 9.6.0 release

    mfn committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6c2f936 View commit details
    Browse the repository at this point in the history
Loading