Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apigee/apigee-api-catalog-drupal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.x-2.6
Choose a base ref
...
head repository: apigee/apigee-api-catalog-drupal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.x-2.x
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 18, 2021

  1. Copy the full SHA
    a940025 View commit details
  2. Merge pull request #138 from phdhiren/issue-137

    Remove unnecessary reference of rules module in CircleCI test flow
    phdhiren authored Nov 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bbfc357 View commit details

Commits on Nov 26, 2021

  1. Copy the full SHA
    6e4af95 View commit details

Commits on Dec 3, 2021

  1. Merge pull request #142 from phdhiren/issue-141

    Adding entity module dependency
    phdhiren authored Dec 3, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b8ce59d View commit details
Showing with 1 addition and 3 deletions.
  1. +0 −3 .circleci/RoboFile.php
  2. +1 −0 apigee_api_catalog.info.yml
3 changes: 0 additions & 3 deletions .circleci/RoboFile.php
Original file line number Diff line number Diff line change
@@ -493,9 +493,6 @@ public function drupalVersion($drupalCoreVersion)
$config->require->{"drupal/core-recommended"} = '~8';
$config->require->{"drupal/core-dev"} = '~8';

// Add rules for testing apigee_edge_actions (only for D8).
$config->require->{"drupal/rules"} = "3.0.0-alpha6";

// We require Drupal drush and console for some tests.
$config->require->{"drupal/console"} = "~1.0";

1 change: 1 addition & 0 deletions apigee_api_catalog.info.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ core_version_requirement: ^8.8.0 || ^9
package: 'Apigee'
dependencies:
- drupal:text
- drupal:entity
- drupal:file
- drupal:user
- drupal:node