-
-
Notifications
You must be signed in to change notification settings - Fork 267
Comparing changes
Open a pull request
base repository: rebing/graphql-laravel
base: 9.5.0
head repository: rebing/graphql-laravel
compare: 9.6.0
- 17 commits
- 9 files changed
- 2 contributors
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2ba70a - Browse repository at this point
Copy the full SHA b2ba70aView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 694988c - Browse repository at this point
Copy the full SHA 694988cView commit details -
composer: remove testbench dev version
Not needed anymore, as Laravel 11 is out now.
Configuration menu - View commit details
-
Copy full SHA for be09222 - Browse repository at this point
Copy the full SHA be09222View commit details -
Merge pull request #1136 from mfn/mfn-l11-no-dev
Remove Laravel 11 "dev" references
Configuration menu - View commit details
-
Copy full SHA for 942a997 - Browse repository at this point
Copy the full SHA 942a997View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d82060 - Browse repository at this point
Copy the full SHA 4d82060View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3f5f30 - Browse repository at this point
Copy the full SHA b3f5f30View commit details -
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 ```Configuration menu - View commit details
-
Copy full SHA for 1d4873c - Browse repository at this point
Copy the full SHA 1d4873cView commit details
Commits on Jun 4, 2024
-
Use testbench
WithConfig
attribute to set app.debugThis 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.
Configuration menu - View commit details
-
Copy full SHA for 22d0165 - Browse repository at this point
Copy the full SHA 22d0165View commit details -
Merge pull request #1138 from rebing/mp-1137
Use testbench `WithConfig` attribute to set app.debug
Configuration menu - View commit details
-
Copy full SHA for 85d5faa - Browse repository at this point
Copy the full SHA 85d5faaView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3a177b - Browse repository at this point
Copy the full SHA d3a177bView commit details -
Merge pull request #1141 from rebing/mfn-phpstan-baseline
chore(dev): composer phpstan-baseline
Configuration menu - View commit details
-
Copy full SHA for 7ec10a2 - Browse repository at this point
Copy the full SHA 7ec10a2View commit details -
chore(dev): docker: bump dependencies
Incl. adapting the invocation of `docker compose` after the latest docker desktop update.
Configuration menu - View commit details
-
Copy full SHA for d47194a - Browse repository at this point
Copy the full SHA d47194aView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1826924 - Browse repository at this point
Copy the full SHA 1826924View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0615ed - Browse repository at this point
Copy the full SHA e0615edView commit details -
Merge pull request #1144 from jsrodas-pdpaola/fix-namespace-mongodb-p…
…ackages ✨ Support laravel-mongodb v4.x namespace
Configuration menu - View commit details
-
Copy full SHA for 561a0c7 - Browse repository at this point
Copy the full SHA 561a0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 850997f - Browse repository at this point
Copy the full SHA 850997fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2f936 - Browse repository at this point
Copy the full SHA 6c2f936View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9.5.0...9.6.0