Tasks:

  • Opened a new 3.x branch
  • Add DDEV tooling
  • Require:
    • Drupal ^10.3 || ^11
    • CAS ^3.0
  • Add .gitlab-ci.yml : PHPUnit, PHPStan, PHCS, ESLint
  • Modernized codebase (same as for CAS)
  • Add README
  • Add a functional test
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

srjosh created an issue. See original summary.

kalash-j’s picture

Assigned: Unassigned » kalash-j

kalash-j changed the visibility of the branch 3486863-drupal-11-compatibility to hidden.

kalash-j changed the visibility of the branch 3486863-drupal-11-compatibility to active.

kalash-j’s picture

Assigned: kalash-j » Unassigned
Status: Active » Needs review

claudiu.cristea made their first commit to this issue’s fork.

claudiu.cristea’s picture

Thank you. Extended the scope to streamline local development and enable tests in pipeline

claudiu.cristea’s picture

Version: 2.x-dev » 3.x-dev

Opened a 3.x branch for this change

kalash-j’s picture

miedward’s picture

Drupal 11 compatible version of cas module is 3.0@beta according to upgrade_status module but composer require 'drupal/cas:^3.0@beta' 'drupal/cas_attributes:^3@dev' -W results in:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/cas_attributes ^3@dev -> satisfiable by drupal/cas_attributes[3.x-dev (alias of dev-3.x)].
    - drupal/cas_attributes dev-3.x requires drupal/cas ^2.1 -> found drupal/cas[2.1.0, 2.2.0, 2.3.1, 2.3.2] but it conflicts with your root composer.json require (^3.0@beta).
    - drupal/cas_attributes 3.x-dev is an alias of drupal/cas_attributes dev-3.x and thus requires it to be installed too.


Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Suggestions?

vensires’s picture

@miedward your latest issue refers to #3494490: cas 3 compatibility.

claudiu.cristea’s picture

Issue summary: View changes
claudiu.cristea’s picture

Closed #3494490: cas 3 compatibility as duplicate.

kul.pratap’s picture

Status: Needs review » Reviewed & tested by the community

I have tested this on my site and there are no issues, Gitlab CI has been added to it and a functional test has also been added to this and all the Gitlab pipelines are green which means it doesn't have warnings and errors.
So moving this issue to RTBC.

claudiu.cristea’s picture

Fixing credits. Adding also from #3494490: cas 3 compatibility

claudiu.cristea’s picture

Status: Reviewed & tested by the community » Fixed

Thank you

claudiu.cristea’s picture

Released in 3.0.0-beta1

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.