Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

graphql-php

A PHP port of GraphQL reference implementation
Collective - Host: opensource - https://opencollective.com/webonyx-graphql-php - Code: https://github.com/webonyx/graphql-php

Update actions/checkout action to v3 (#1121)

Co-authored-by: Renovate Bot <[email protected]>

github.com/webonyx/graphql-php - 426c9b836a0c2368630925a2158e80afaabab373 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/download-artifact action to v3 (#1122)

Co-authored-by: Renovate Bot <[email protected]>

github.com/webonyx/graphql-php - 44b1d2a1b88544f085c0d59684b32a85c0622068 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add `dependencies` label to Renovate's PRs

github.com/webonyx/graphql-php - 8f10b723620432dd5a036457d64100bae5310085 authored over 2 years ago by Simon Podlipsky <[email protected]>
Update mhausenblas/mkdocs-deploy-gh-pages action to v1.24 (#1118)

Co-authored-by: Renovate Bot <[email protected]>

github.com/webonyx/graphql-php - 3d4efc4767483ad82a58d250bda20d927617ef4f authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency dms/phpunit-arraysubset-asserts to ^0.4 (#1117)

Co-authored-by: Renovate Bot <[email protected]>

github.com/webonyx/graphql-php - e198e2f312a29cf7259837a23f74f5e1feca1d61 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Pin phpstan deps except phpstan/extension-installer, replace all other deps

Renovate's auto strategy was not suitable

github.com/webonyx/graphql-php - d82d6c9604fa2c7eae564a2e41ada8abca8f84b3 authored over 2 years ago by Simon Podlipsky <[email protected]>
Configure Renovate (#1113)

github.com/webonyx/graphql-php - f63798cda87d685b7ac7607370a2a98cf645c762 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Extract check for possible extensions into a separate rule (#1110)

github.com/webonyx/graphql-php - 07ea968c0a649a7f650039b9d26b78d8c891f0de authored over 2 years ago by Vašek Henzl <[email protected]>
Extract check for unique directive names into separate rule (#1109)

github.com/webonyx/graphql-php - d4620e10edc7028aa3b920a87c19e29b8d864c13 authored over 2 years ago by Vašek Henzl <[email protected]>
Move `__typename` type resolution tests into appropriate file (#1108)

github.com/webonyx/graphql-php - 7a33c3d617f28605f23942d4281506f608ae2d44 authored over 2 years ago by Vašek Henzl <[email protected]>
Multiline Ternary Expressions

github.com/webonyx/graphql-php - e6fda8d469b1f87f28747dce8f2b557baee8eb21 authored over 2 years ago by Benedikt Franke <[email protected]>
Prefer foreach over for (#1107)

github.com/webonyx/graphql-php - 7cc26a5323a2ecf2bf75bf750d165777b47d1d0b authored over 2 years ago by Benedikt Franke <[email protected]>
Fix validation of modified sparse ASTs (#1105)

github.com/webonyx/graphql-php - 90523985d875669128dc5926063b8232f6695618 authored over 2 years ago by Benedikt Franke <[email protected]>
Move SchemaExtender::extend() up

github.com/webonyx/graphql-php - 39998ae9670b9cff48cd226deb974c041bb230bc authored over 2 years ago by Benedikt Franke <[email protected]>
Use short closures when possible (#1103)

github.com/webonyx/graphql-php - 661078a4efcde9fe5c02415f633ea2c06f217f6e authored over 2 years ago by Benedikt Franke <[email protected]>
Remove argument `bool $exitWhenDone` from `StandardServer::send500Error()` and `StandardServer::handleRequest()` (#1102)

github.com/webonyx/graphql-php - 985f3af53eff755ab9616ce0b542ea2e89111e47 authored over 2 years ago by Benedikt Franke <[email protected]>
Clean up some tests

github.com/webonyx/graphql-php - 50b61c17930417fba41647201e3a5e3674e1694d authored over 2 years ago by Benedikt Franke <[email protected]>
Improve docs for optimizing resolvers (#1101)

Co-authored-by: Simon Podlipsky <[email protected]>

github.com/webonyx/graphql-php - bd9951d8fcfe789f4bfc51198102034a1746aa62 authored over 2 years ago by Benedikt Franke <[email protected]>
Add Path type to ResolveInfo (#1099)

github.com/webonyx/graphql-php - a427591604a7b02ef25c6b7f7f185d4c16f9efd6 authored over 2 years ago by Simon Podlipsky <[email protected]>
Add support of SDL to `KnownTypeNames` validation rule (#999)

github.com/webonyx/graphql-php - 08d9db9503950333f0a9e61633776ca7042408af authored over 2 years ago by Vašek Henzl <[email protected]>
Align `Utils::suggestionList()` with the reference implementation (#1075)

github.com/webonyx/graphql-php - b6ac0ff7520288e02c75d077c71afbe176554a22 authored over 2 years ago by Vašek Henzl <[email protected]>
Lock PHPStan and its extensions in specific versions (#1085)

github.com/webonyx/graphql-php - ac8dbf0a3f7199af1ab1a41ab27e3091137f70cf authored over 2 years ago by Vašek Henzl <[email protected]>
Fix problems found by the newest version of PHPStan (#1084)

github.com/webonyx/graphql-php - f51a9a409480cedcc2cefde8ea8e103081c9577d authored over 2 years ago by Vašek Henzl <[email protected]>
Avoid sprintf (#1083)

github.com/webonyx/graphql-php - d7361e0779f8dbfe97f16a5ac58831f96752f872 authored over 2 years ago by Benedikt Franke <[email protected]>
Remove `Utils::find()`, `Utils::every()` and `Utils::invariant()` (#1082)

github.com/webonyx/graphql-php - 914d91e717ac2b5e5dc7b4253726b00185ac745b authored over 2 years ago by Benedikt Franke <[email protected]>
Document support policy under versioning

github.com/webonyx/graphql-php - b49ffe990f1876e24660c6f2af7296c6dc8ce037 authored over 2 years ago by Benedikt Franke <[email protected]>
Remove deprecated psalm option totallyTyped

github.com/webonyx/graphql-php - ba36d9cedfb524a74247e44f7b26b0476741b11b authored over 2 years ago by Benedikt Franke <[email protected]>
Fix links to schema configuration docs

Resolves #1076

Thanks @MA7

github.com/webonyx/graphql-php - 3064004b3a024b5e2b6d554c437ea00cc3a20d21 authored over 2 years ago by Benedikt Franke <[email protected]>
Reorganize AST interfaces related to schema and type extensions (#1073)

github.com/webonyx/graphql-php - ceb6e94f5789ad21dc86ee1fd642fc3f2a01802f authored over 2 years ago by Benedikt Franke <[email protected]>
Extract check for unique type names into separate rule (#998)

github.com/webonyx/graphql-php - 4f7db618b19b5945ed73fc723123e601a87ce0f0 authored over 2 years ago by Vašek Henzl <[email protected]>
Enforce non-yoda style (#1074)

github.com/webonyx/graphql-php - e8dfe9b6a333578f4420294a62c25d951617fec3 authored over 2 years ago by Benedikt Franke <[email protected]>
Increase PHPStan analysis level to 8 (#1059)

github.com/webonyx/graphql-php - cf0c69399591feb3066e52ce2d7fff801cdc7976 authored over 2 years ago by Benedikt Franke <[email protected]>
Update php-cs-fixer

github.com/webonyx/graphql-php - c55aa799f21c284d7f14c7dcf11740191342859a authored over 2 years ago by Benedikt Franke <[email protected]>
fix syntax

github.com/webonyx/graphql-php - df6511ae6c496f1160b8bbf87924be625b3d7ed5 authored over 2 years ago by Benedikt Franke <[email protected]>
Fix schema built from SDL to return null for unknown types (#1068)

github.com/webonyx/graphql-php - 5b41769e8fb3e09a3423723e3972597684c09aad authored over 2 years ago by Vašek Henzl <[email protected]>
Allow iterable in `PromiseAdapter::all()`

github.com/webonyx/graphql-php - 5e729993ead672b5b43579b855f0e710472f8704 authored over 2 years ago by Simon Podlipsky <[email protected]>
Run ReactPromise test group

github.com/webonyx/graphql-php - 94df53979086af4716f2371b498f2ee909b36d44 authored over 2 years ago by Simon Podlipsky <[email protected]>
Resolve ReactPromise deprecations

github.com/webonyx/graphql-php - e6c571216f84a90f5561fe581d401172ed909985 authored over 2 years ago by Simon Podlipsky <[email protected]>
Fix problems found by the newest version of PHPStan

github.com/webonyx/graphql-php - f7a9c62a3f9c54fdab5da4619517c4f52bc640e7 authored over 2 years ago by Vašek Henzl <[email protected]>
Include psalm in composer scripts

github.com/webonyx/graphql-php - a325afcef38df5440fa26e058c0f2d6f59e46861 authored over 2 years ago by Benedikt Franke <[email protected]>
Run basic psalm step in CI (#1062)

github.com/webonyx/graphql-php - e46d7c4765c4f60c56d2d89d1c2679303f14184d authored over 2 years ago by Simon Podlipsky <[email protected]>
Use ramsey/composer-install@v2 (#1061)

github.com/webonyx/graphql-php - a57544f771e5c51eaf55e2284218bd0920107aca authored over 2 years ago by Simon Podlipsky <[email protected]>
Remove trailing comma from array shapes since psalm cannot read it

Causes huge amount of type errors with code bases using psalm

github.com/webonyx/graphql-php - 58fea65dfdbfa154c8f79034d7532857b99e1598 authored over 2 years ago by Simon Podlipsky <[email protected]>
Only autoformat branches

github.com/webonyx/graphql-php - d93a76d310c6a48bd64e0e46be9b2024fc51bcca authored over 2 years ago by Benedikt Franke <[email protected]>
Remove phpstan option --ansi

github.com/webonyx/graphql-php - 5a09ac0ae5ffe04538f6566f841c3aeb54c38f90 authored over 2 years ago by Benedikt Franke <[email protected]>
Add composer allow-plugins

github.com/webonyx/graphql-php - fff4b8b3eb35a310c2e18b8fcfdf898239722fe4 authored over 2 years ago by Benedikt Franke <[email protected]>
Remove doctrine/coding-standard

github.com/webonyx/graphql-php - ee31fe7e17d02dfd5d2c8142f1a35524dc30bd3f authored over 2 years ago by Benedikt Franke <[email protected]>
Simplify unnecessary continue constructs (#1054)

github.com/webonyx/graphql-php - 6b8286d55b625e6ef5aeeb6f7908cd04bf90a552 authored over 2 years ago by Benedikt Franke <[email protected]>
Normalize composer.json

github.com/webonyx/graphql-php - 9faf59a9239718bc3edbf4b7701f2023e55d13bf authored over 2 years ago by spawnia <[email protected]>
Backport 14.11.5 changelog

github.com/webonyx/graphql-php - 37ba7d7da4f0f15fe9e5b3e70eea49acb6be0813 authored over 2 years ago by Benedikt Franke <[email protected]>
Fix repeatable directive validation for AST (#1055)

github.com/webonyx/graphql-php - 6d634b467163377eb74cdb4078a7fb450bac8611 authored over 2 years ago by Benedikt Franke <[email protected]>
declare on single line with opening PHP tag

github.com/webonyx/graphql-php - 130ae955dd11e1efa52f526dc30d5a06ac17df84 authored almost 3 years ago by Benedikt Franke <[email protected]>
PHPStan level 7 (#1045)

Co-authored-by: Simon Podlipsky <[email protected]>

github.com/webonyx/graphql-php - 09b81c808ec93d2c3bfa56294a77db14db4a4b3b authored almost 3 years ago by Benedikt Franke <[email protected]>
Apply php-cs-fixer changes

github.com/webonyx/graphql-php - 07c589786cdd42de7e81f1c21149290c1ce6ad0e authored almost 3 years ago by spawnia <[email protected]>
Specify phpbench file pattern

github.com/webonyx/graphql-php - e453dd7612e43d4bc035054f9e4d44b152e84b25 authored almost 3 years ago by spawnia <[email protected]>
Apply php-cs-fixer changes

github.com/webonyx/graphql-php - c13e5df784015f773e46b0afa518320f2ed3071b authored almost 3 years ago by spawnia <[email protected]>
Replace phpcs with php-cs-fixer (#1044)

github.com/webonyx/graphql-php - 66750fc491095a545127c8c61b49159366a86566 authored almost 3 years ago by Benedikt Franke <[email protected]>
PHPStan level 6 (#1039)

github.com/webonyx/graphql-php - f019a88e75c30e65a12af903b5f9de3289c7ed72 authored almost 3 years ago by Benedikt Franke <[email protected]>
Update changelog and improve test case

github.com/webonyx/graphql-php - 7cd74120cba023c603b806034912daaaf59718db authored almost 3 years ago by spawnia <[email protected]>
Allow passing enum values via callable (#1040)

github.com/webonyx/graphql-php - 0e3645a37c7785c5985ec13a6d7361c734b8469f authored almost 3 years ago by Ruud Kamphuis <[email protected]>
Allow lazy type loader to return null (#1038)

github.com/webonyx/graphql-php - b4cbc3ab27d35e18f4fd9318a855952aa8711875 authored almost 3 years ago by Benedikt Franke <[email protected]>
Improve validation (#1036)

github.com/webonyx/graphql-php - 144860da7e1b27b043adf0f31621be9a1139b639 authored almost 3 years ago by Benedikt Franke <[email protected]>
Add strong return type Node for NodeList::offsetGet() (#1033)

github.com/webonyx/graphql-php - fe747025212b4a93fe81caf91b2b55f04ae57a15 authored almost 3 years ago by Benedikt Franke <[email protected]>
Prettify markdown

github.com/webonyx/graphql-php - 6fed3469a76761add9c727c35e3c5dc4578ab739 authored almost 3 years ago by spawnia <[email protected]>
Improve static validation for type config (#1026)

Co-authored-by: Simon Podlipsky <[email protected]>

github.com/webonyx/graphql-php - b040de36cb7178dc0ba046d68c36192f1c3b8936 authored almost 3 years ago by Benedikt Franke <[email protected]>
Normalize composer.json

github.com/webonyx/graphql-php - da62c7ed86c6959ba8a76fc1d2ef238cd53d8f8a authored almost 3 years ago by Benedikt Franke <[email protected]>
Clean up separation of Type vs. NamedType (#1023)

github.com/webonyx/graphql-php - 44ed079229b6e954ba4edd55e65d697a2df67211 authored almost 3 years ago by Benedikt Franke <[email protected]>
Upgrade to PHPStan 1 (#1022)

github.com/webonyx/graphql-php - d36e80962bd82b2f515617de50e0c87c8049bc3c authored almost 3 years ago by Benedikt Franke <[email protected]>
PHPStan level 5 (#1016)

github.com/webonyx/graphql-php - f7607c01414eb7b3808202122e4e9970d60722ef authored almost 3 years ago by Benedikt Franke <[email protected]>
Change return type of `SyncPromiseAdapter::wait()` to `mixed` (#1017)

github.com/webonyx/graphql-php - 5d5bf772b69fc807e2c6f27422f5b39f2544ba7a authored almost 3 years ago by Ruud Kamphuis <[email protected]>
Disable codecov PR comments (#1018)

github.com/webonyx/graphql-php - 2ae33d7bbdeced3f27c44db4e3a943ee91019cea authored almost 3 years ago by Benedikt Franke <[email protected]>
Progress towards PHPStan level 5 (#1015)

github.com/webonyx/graphql-php - eca065107816b257857737264d9b0cf24c8e6bd7 authored almost 3 years ago by Benedikt Franke <[email protected]>
Fix PHPStan level 5 errors for tests (#1014)

github.com/webonyx/graphql-php - e18d52d779233e7564211ccce60680204c0fe359 authored almost 3 years ago by Benedikt Franke <[email protected]>
Switch to PHPStan level 4 (#1013)

github.com/webonyx/graphql-php - dfe07a9f4d159015f4d0ed6bfca132e5b74b7988 authored almost 3 years ago by Benedikt Franke <[email protected]>
v14.11.3

github.com/webonyx/graphql-php - 4944f6718294d3e82522099e3f7cbf070a4b4f33 authored almost 3 years ago by Benedikt Franke <[email protected]>
PHPStan level 4 for the rest of src/ (#1009)

github.com/webonyx/graphql-php - 4c0717d5b114ef7278c20a4bb53af8408ff2a9a6 authored almost 3 years ago by Benedikt Franke <[email protected]>
Update CHANGELOG for 14.11.2

github.com/webonyx/graphql-php - 2c65dd7c3e840dfc1076620f20c97824cae5efc0 authored almost 3 years ago by Benedikt Franke <[email protected]>
Call previously unused methods `EnumType::parseValue()` and `EnumType::parseLiteral()` (#1008)

This pull request continues work done by @ruudk in https://github.com/webonyx/graphql-php/pull/1...

github.com/webonyx/graphql-php - 3c7cfb98394f1e6d8c11192de964d67e9cdfc611 authored almost 3 years ago by Benedikt Franke <[email protected]>
Add changelog for 14.11.1

github.com/webonyx/graphql-php - b0820c9fc86756f5038ed299d5a433155bad0b19 authored almost 3 years ago by Benedikt Franke <[email protected]>
Fix compatiblity of methods with native return type in PHP 8.1 (#1011)

github.com/webonyx/graphql-php - 51ad17c3af192e34bc2e368a3c645a5a668f3e15 authored almost 3 years ago by Mykola Silin <[email protected]>
Show Codecov and GA badges instead of outdated Coveralls and Travis in docs homepage (#1010)

github.com/webonyx/graphql-php - 2bac02f3291fde9186eb192ee4520c6b0c1fcab9 authored almost 3 years ago by Simon Podlipsky <[email protected]>
Prettify markdown

github.com/webonyx/graphql-php - e6ded6c7924dcb7c38a9eef57ba503707a4feabd authored almost 3 years ago by spawnia <[email protected]>
Make server related code fit for PHPStan level 4 (#1005)

github.com/webonyx/graphql-php - 4dda093b9312e7b9104d797c404c5030040d7a4c authored almost 3 years ago by Benedikt Franke <[email protected]>
Update CHANGELOG for #1004

github.com/webonyx/graphql-php - cc20f9ead079c383c924a1056d9cc4363b7e7a08 authored almost 3 years ago by Benedikt Franke <[email protected]>
Support non-JSON ServerRequestInterface (#1004)

github.com/webonyx/graphql-php - dcb3a7e88d49a4c876badda045b7b7ab272b9c13 authored almost 3 years ago by Dorian Savina <[email protected]>
Extract check for unique operation types into separate rule (#995)

github.com/webonyx/graphql-php - b5f0a8b65dfde9113e9411c2a8860d39ec4afd10 authored almost 3 years ago by Vašek Henzl <[email protected]>
Prettify markdown

github.com/webonyx/graphql-php - cc745eed49794aa64a7b770601ef1e7cd1b89228 authored almost 3 years ago by spawnia <[email protected]>
Use singletons for visitor operations (#1003)

github.com/webonyx/graphql-php - 8e1474469dfb37c6d233ab989016f25bb223d2bd authored almost 3 years ago by Benedikt Franke <[email protected]>
Fix `Typed static property GraphQL\Executor\Promise\Adapter\SyncPromise::$queue must not be accessed before initialization` (#1002)

github.com/webonyx/graphql-php - 816ae2aa97f1dbd9dc6a792ba1f13a44e8197632 authored almost 3 years ago by Simon Podlipsky <[email protected]>
Add validation rule UniqueEnumValueNames (#1000)

github.com/webonyx/graphql-php - 87baadc9eaf4e3e97eb6be003435542f1507ed8f authored almost 3 years ago by Benedikt Franke <[email protected]>
Add v14.11.0 changelog

github.com/webonyx/graphql-php - 647e2cf5ea7bf83a5efc3eb6bdcc040d6c524428 authored almost 3 years ago by Benedikt Franke <[email protected]>
Allow field definitions to be defined as any `iterable`, not just `array` (#993)

github.com/webonyx/graphql-php - a40f1e13aee792f0fbec3533e593c257f5cbb564 authored almost 3 years ago by Ruud Kamphuis <[email protected]>
CHANGELOG for 14.10.0

github.com/webonyx/graphql-php - 16210189709eeea9f0697aa57658fd596b3f5753 authored almost 3 years ago by Benedikt Franke <[email protected]>
Make IntType constants public

github.com/webonyx/graphql-php - adff917e83671bc2c1f849fe28aa38c247c6879f authored almost 3 years ago by Benedikt Franke <[email protected]>
Add changelog entry for #991

github.com/webonyx/graphql-php - 4754e67b4bb7a17de4f79f2b4f8444777bb082a8 authored almost 3 years ago by Benedikt Franke <[email protected]>
Clone `NodeList` in `Node::cloneDeep()` (#991)

github.com/webonyx/graphql-php - 89263c5bc1a0e5c62e062c50b5a18f580244ce92 authored almost 3 years ago by Aleksei Lebedev <[email protected]>
Fix PHPStan level 4 for src/Type and related code (#990)

github.com/webonyx/graphql-php - 2e16ab256698db177cc3d3110461c65c07703f9b authored almost 3 years ago by Benedikt Franke <[email protected]>
Minimal codecov config that does not report failure on master (#989)

github.com/webonyx/graphql-php - 893fa1856d6b4215c515928abf487efbddd563b3 authored almost 3 years ago by Benedikt Franke <[email protected]>
Fix PHPStan level 4 errors for Utils and some related code (#987)

github.com/webonyx/graphql-php - 46c27c9a5cdef7f1b7d82f1e080fbf39e4befc20 authored almost 3 years ago by Benedikt Franke <[email protected]>
Fix PHPStan level 4 errors for validator related code (#985)

github.com/webonyx/graphql-php - ab74ee37243aeea93f180bb9aa608c5898119225 authored almost 3 years ago by Benedikt Franke <[email protected]>