Neil Drumm
Neil Drumm
To get a term ID from a string: https://www.drupal.org/api-d7/taxonomy_term.json?vocabulary=9&name=String%20change%20in%208.0.2&full=0 To query for issues: https://www.drupal.org/api-d7/node.json?status=1&field_project=3060&field_issue_version=8.0.x-dev&field_issue_category=1&field_issue_status=7&taxonomy_vocabulary_9=36890 RestWS doesn't support OR/IN queries, so all combinations of field_issue_category & field_issue_status will have to be...
RestWS doesn't support filters with OR, so all the permutations of category and status (and multiple pages if there are more than 50 of each) would need to be fetched....
**Describe the bug** https://github.com/composer/satis/blob/main/docs/config.md#includes says `includes` can be configured. https://github.com/composer/satis/blob/main/res/satis-schema.json does not have it. **To Reproduce** ``` { "name": "drupal/test", "homepage": "http://test.example.org", "repositories": [ { "type": "vcs", "url": "https://github.com/drupal/core-composer-scaffold.git" },...
This is part of https://www.drupal.org/project/project_composer/issues/3464712 On Drupal.org, we have “general projects.” When one of these has a `composer.json` file, we send it to Packagist.org for processing. https://packagist.org/packages/drupal/general_example is one of...