feat(dataproducers): Add entity query dataproducers#1360
Merged
klausi merged 113 commits intodrupal-graphql:8.x-4.xfrom klausi:entity-querySep 21, 2023
+474
Commits
Commits on Oct 10, 2019
Commits on Oct 13, 2019
Commits on Oct 14, 2019
Commits on Oct 15, 2019
Commits on Nov 1, 2019
Commits on Mar 3, 2020
Commits on May 5, 2020
Commits on Jun 2, 2020
Commits on Jun 24, 2020
- committed
Commits on Nov 24, 2020
Commits on Nov 25, 2020
Commits on May 4, 2021
Commits on Sep 21, 2023
- committed
- committed
- committed
- committed
- committed
- committed
fix(entity definition): Fix problems with entity form display context for entity definition data producers. (drupal-graphql#998)
test(entity_definition): Add test coverage and minor fixes for entiy definition data producers (drupal-graphql#1132)
committedfix(file-upload): Catch leaked cacheable metadata when using token service to prevent fatal error. (drupal-graphql#1134)
- committed
- committed
test(github): Make PHPunit faster by using SQLite in memory and siabling Xdebug (drupal-graphql#1138)
committed- committed
- committed
- committed
- committed
- committed
test(EntityDefinition): Add test case for base field and configured field filter (drupal-graphql#1140)
committed- committed
test(phpstan): Pin PHPStan to 0.12.69 because 0.12.70 breaks with phpstan-drupal (drupal-graphql#1157)
committed- committed
test(EntityDefinition): Remove field settings testing for now that has invalid data producer (drupal-graphql#1164)
fix(executor): Fix swapped errors and extensions property in execution results (drupal-graphql#1161)
test(kernel): Update $modules property to protected in test classes for D9 standard (drupal-graphql#1173)
- committed
refactor(executor): Replace deprecated AST::getOperation() with AST::getOperationAST() (drupal-graphql#1210)
committed- committed
- committed
- committed
tests(assertions): Implement leaked metadata detection for QueryResultAssertionTrait (drupal-graphql#1207)
- committed
- committed
- committed
feat(server): Add configurable validation security rules for introspection and query complexity (drupal-graphql#1244)
- committed
fix(dataproducer): Fix language definition to be single value in entity reference producers (drupal-graphql#1241)
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
test(dataprovider): Rename dataprovider functions to not be accidentally tested (drupal-graphql#1266)
committed- committed
- committed
- committed
- committed
refactor(dataproducer): ContextAwarePluginBase got removed, make it work for Drupal 10 (drupal-graphql#1296)
committed- committed
fix(routing): Removes unnecessary params conversion on entity type, use route config overrides entities in order to have consistency. (drupal-graphql#1304)
fix(dataproducer): Adds missed traits after refactoring in order to have compatibility. (drupal-graphql#1308)
feat(schema): Allow altering of schemas by introducing alter events in a new base class (drupal-graphql#1301) (drupal-graphql#1302)
- committed
- committed
- committed
- committed
fix(DataProducer): Fix missing cacheability bubble up on entity translations data producer (drupal-graphql#1353)
- committed
- committed
- committed