drupal-composer / drupal-packagist

:package: Drupal Packagist server to automatically build package information from projects on drupal.org
http://packagist.drupal-composer.org
28 stars 4 forks source link

Add Configuration Installer #23

Closed davidbarratt closed 9 years ago

davidbarratt commented 9 years ago

I noticed that this module: https://www.drupal.org/project/config_installer is missing from Drupal Packagist.

Can it be added? Why would it be missing?

webflo commented 9 years ago

I think drupal-parse-composer does not detect D8 install profiles. We have to fix this.

webflo commented 9 years ago

Found the issue. We have to parse

https://www.drupal.org/project/project_distribution/index and https://www.drupal.org/project/project_theme/index

davidbarratt commented 9 years ago

so something like this? https://www.drupal.org/api-d7/node.json?type=project_distribution

webflo commented 9 years ago

We have a console command to parse this every few ours. We use the https://www.drupal.org/project/project_module/index because everything is on one page :)

Please add the urls to https://github.com/drupal-composer/drupal-packagist/blob/master/src/Packagist/WebBundle/Command/DrupalOrgModuleIndexParserCommand.php

webflo commented 9 years ago

Fixed with eb1ae27. Config installer is available http://packagist.drupal-composer.org/packages/drupal/config_installer