See #1015296: Add a pluggable system for mapping VCAPI branch and tag objects to project_release version objects for background. Since we've already got a drupalorg_versioncontrol module in the DRUPAL-6--3 branch for other d.o-specific ctools plugins for vcapi, makes sense to just put the d.o-specific plugin for our specific mapping of branches and tags to valid release nodes in there, too. I've already got the bulk of the code written, I just need to fix it up for some recent changes to how the plugin needs to work. Stay tuned.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dww’s picture

Status: Active » Needs review
FileSize
6.44 KB
dww’s picture

Now with a better namespaced class, just to be really careful/pedantic about it. ;)

sdboyer’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed to DRUPAL-6--3. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -git phase 2, -git sprint 8

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

  • Commit b71ceae on 6.x-3.x, 7.x-3.x-dev by dww:
    #1019244 by dww: Added a ctools plugin for d.o-specific mapping of Git...