apigee-edge-drupal
apigee-edge-drupal copied to clipboard
The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
## Description If we have multiple developer apps, then the page load for team apps list page takes time. In backend we see multiple Api calls are made. For every...
## Is your feature request related to a problem? Please describe. Apigee modules must be compatible with the Drupal latest 11 releases. All the tests should pass and the UI...
## Is your feature request related to a problem? Please describe. Apigee modules must be compatible with the Drupal latest 10.3 releases. All the tests should pass and the UI...
Fixes a part of #1130 Once released, will fix few deprecations of https://github.com/apigee/apigee-m10n-drupal/issues/529
## Description Here in Drupal v11, drupal-check is removed as it throws errors for deprecated classes and functions. These classes & functions are deprecated in Drupal v10.3 and will be...
## Description A clear and concise description of what the bug is. Apigee X: Drupal Monetization: Add an app page and list Apps page is extremely slow ## Apigee Info...
## Is your feature request related to a problem? Please describe. The storage_method definition key of KeyProvider plugin has been replaced with tags, which is a multi-string value. The storage_method...
## Is your request related to a problem? Please describe. Warning: Undefined property: Drupal\Tests\apigee_edge_teams\Functional\ApigeeX\TeamInvitationsTest::$randomGenerator in /home/runner/work/apigee-edge-drupal/apigee-edge-drupal/drupal/modules/contrib/apigee_edge/tests/modules/apigee_mock_api_client/tests/src/Traits/ApigeeMockApiClientHelperTrait.php on line 394 ## Describe the solution you would like Convert usage of $this->random*()...