Skip to content
Snippets Groups Projects

Resolve #3451984 "Automated drupal 11"

5 unresolved threads

Closes #3451984

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
48 48 ################
49 49 variables:
50 50 SKIP_ESLINT: '1'
51 OPT_IN_TEST_PREVIOUS_MAJOR: '1'
  • Ankit Pathak added 1 commit

    added 1 commit

    • 9509a5f5 - Minor changes with respect to drupal version support.

    Compare with previous version

  • @bbrala can you please review this MR? Let me know if any changes required.

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • 7982b817 - Update file EntityToJsonApiTest.php

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • e57ae935 - Update file EntityResourceTest.php

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • b2050ea8 - Update file JsonApiNormalizerDecoratorBase.php

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • c9f41114 - Update file EntityToJsonApiTest.php

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • 821a7c65 - Adding remaining method for normalizer.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • 8b16e740 - Adding static at dataprovider methods.

    Compare with previous version

  • @bbrala please check this MR and let me know any further changes needed?

  • Ankit Pathak added 1 commit

    added 1 commit

    • 4e936e40 - Lets check for previous major pipeline.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • b396693e - Using logger channel base as service.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • ee087038 - Using logger channel base as service.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • 239d8013 - Using logger channel base as service.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • 7ae6b652 - Added phpcs:ignore in the constructor argument to handle comma trailing.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • f4e09b13 - Getting back to D10 and 11 support only.

    Compare with previous version

  • @bbrala please check whether this can be merged?

  • 44 * @param \Drupal\jsonapi\ResourceType\ResourceTypeRepositoryInterface $jsonApiResourceRepository
    45 * Resource type repository.
    46 * @param \Drupal\Component\DependencyInjection\ContainerInterface|null $container
    47 * The dependency injection container.
    48 */
    49 public function __construct(ConfigFactoryInterface $config_factory, RouteBuilder $router_builder, ResourceTypeRepositoryInterface $jsonApiResourceRepository, ContainerInterface $container = NULL) {
    50 parent::__construct($config_factory);
    51 $this->routerBuilder = $router_builder;
    52 $this->jsonApiResourceRepository = $jsonApiResourceRepository;
    53 if ($container === NULL) {
    54 $container = \Drupal::getContainer();
    55 @trigger_error('Calling ' . __METHOD__ . ' without the $container argument is deprecated in jsonapi_extras:8.x-3.24 and will be required in jsonapi_extras:8.x-4.0. See https://www.drupal.org/node/3384627', E_USER_DEPRECATED);
    56 }
    57 $this->container = $container;
    58 }
    59
  • 1 1 name: JSON:API Extras
    2 2 type: module
    3 3 description: Builds on top of JSON:API to deliver extra functionality.
    4 core_version_requirement: '^9.2 || ^10'
    4 core_version_requirement: ^10 || ^11
  • 48 48 ################
    49 49 variables:
    50 50 SKIP_ESLINT: '1'
    51 OPT_IN_TEST_PREVIOUS_MINOR: '1'
    52 OPT_IN_TEST_NEXT_MINOR: '1'
    53 OPT_IN_TEST_NEXT_MAJOR: '1'
    51 54 # Ignore logo.psd file from cspell check.
  • Björn Brala added 2 commits

    added 2 commits

    • 1c7ea2a8 - Add conditional call based on drupal version
    • 63643c35 - Revert removing deprecation for jsonapi 4.x

    Compare with previous version

  • 32 35 protected $container;
    33 36
    37 /**
    38 * Constructs a \Drupal\system\ConfigFormBase object.
    39 *
    40 * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
    41 * The factory for configuration objects.
    42 * @param \Drupal\Core\ProxyClass\Routing\RouteBuilder $router_builder
    43 * The router builder to rebuild menus after saving config entity.
    44 * @param \Drupal\jsonapi\ResourceType\ResourceTypeRepositoryInterface $jsonApiResourceRepository
    45 * Resource type repository.
    46 * @param \Drupal\Component\DependencyInjection\ContainerInterface|null $container
    47 * The dependency injection container.
    48 */
    49 public function __construct(ConfigFactoryInterface $config_factory, RouteBuilder $router_builder, ResourceTypeRepositoryInterface $jsonApiResourceRepository, ContainerInterface $container = NULL) {
    50 parent::__construct($config_factory);
  • Jakob P added 1 commit

    added 1 commit

    • 7532314e - Test to check support for Drupal 9 through 11.

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    • b678623e - Fix d11 session shutdown handling

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    • 71a3ac10 - Rewrite the form constructor and create methods to be BC and cleaner.

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    • 754ff5b2 - Cleanup extra use cases and make ConfigForm consistent with SettingsForm.

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading