Skip to content
Snippets Groups Projects
Select Git revision
  • 3.0.x default
  • 3.1.x
  • 3281634-versionpolicyvalidatorgetavailablereleases-does-not
  • 3319045-build-events-assert-3319497
  • 3449631-support-drupal-11
  • 7.x-1.x
  • 8.x-1.x
  • 8.x-2.x
  • previous/3449631-support-drupal-11/2024-05-24-5
  • previous/3449631-support-drupal-11/2024-05-24-4
  • previous/3449631-support-drupal-11/2024-05-24-3
  • previous/3449631-support-drupal-11/2024-05-24-2
  • previous/3449631-support-drupal-11/2024-05-24-1
  • previous/3449631-support-drupal-11/2024-05-24
  • 3.1.0
  • 3.0.4
  • 3.0.3
  • 3.0.2
  • 3.0.1
  • 3.0.0
  • 3.0.0-beta2
  • 3.0.0-beta1
  • previous/3404429-get-type/2023-11-28
  • previous/3391715-round-2/2023-10-25
  • previous/3391715-round-2/2023-10-24-1
  • previous/3391715-round-2/2023-10-24
  • 3.0.0-alpha6
  • 3.0.0-alpha5
28 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.02Jun131May302623221918161511109843228Apr2726252120191817151411107654331Mar302928272423212018171615141310987632128Feb27262322211716151413986330Jan27262423201814131211965330Dec29222019161413121098765125Nov242322211817161514121110987642131Oct2827262524212019181714131211107654330Sep292827262322212015141312119876532130Aug29262524Issue #3355105 by omkar.podey, phenaproxima, Wim Leers, tedbow: Warn strongly if the rsync file syncer is not in useIssue #3363926 by tedbow: To prevent conflict and performance problems with other code that runs during cron, decorate the cron service instead of implementing hook_cronIssue #3362143 by phenaproxima, tedbow, Wim Leers: Use the rsync file syncer by defaultIssue #3363937 by tedbow: Failure marker file should be excluded using a relative pathIssue #3355074 by Wim Leers, phenaproxima, tedbow: Failure marker message does not contain exception message + backtrace if availableIssue #3362589 by yash.rode, Wim Leers: Remove BypassedStagerServiceBase reference as the class does not exist anymoreIssue #3350568 by Wim Leers, phenaproxima, catch, tedbow, TravisCarden: Drop support for Composer 2.2, require Composer >=2.5.5Issue #3362746 by tedbow: fix 10.0.x phpstan errorsIssue #3351212 by omkar.podey, phenaproxima, Wim Leers, tedbow: Remove all of our PHPStan `ignoreErrors` entries AND ignore PHPStan errors caused by upstream changes in coreIssue #3354099 by omkar.podey, phenaproxima, tedbow, Wim Leers, yash.rode: Add functional test that proves there is reasonable UX whenever Composer Stager operations have a hard failureIssue #3362110 by tedbow, omkar.podey: Build tests failing in 10.1.x since #3361983 was committed to Drupal coreIssue #3360548 by kunal.sachdev, phenaproxima, tedbow, omkar.podey, Wim Leers: Document what the existence of the PACKAGE_MANAGER_FAILURE.yml meansIssue #3310729 by yash.rode, phenaproxima, Wim Leers, tedbow, TravisCarden: ComposerValidator should check if proc_open() is availableIssue #3360655 by kunal.sachdev, Wim Leers, omkar.podey: Wrong @throws in FailureMarker::assertNotExists()Issue #3360763 by omkar.podey, tedbow, Wim Leers: Switch failure marker file from *.json to *.yml to prevent it from being readable from the webIssue #3354827 by yash.rode, cola, Wim Leers: Since Composer 2.5.5: "HTTPS must be enabled for Composer downloads."8.x-2.x8.x-2.xIssue #3358878 by yash.rode, Wim Leers, tedbow: Test failing on 8.x-2.x on 10.0.x and 10.1.xIssue #3359825 by yash.rode, kunal.sachdev: Wrong return type for StatusChecker::getResults()Issue #3351895 follow-up by Wim Leers: Do not include Drush-related code in core merge requestIssue #3351895 by tedbow, phenaproxima, pwolanin, xjm: Add command to allow running cron updates via console and by a separate user, for defense-in-depthIssue #3358570 by phenaproxima: InstalledPackage::scanForProjectName() can cause PHP notices if the `project` key is not in the info fileIssue #3345535 by tedbow, omkar.podey, Wim Leers: BaseRequirementsFulfilledValidator should listen to PreRequireEventIssue #3316617 by phenaproxima, tedbow, Wim Leers: Add a validator to check that PHP-TUF's Composer integration is present and configured correctlyIssue #3342817 by Wim Leers, phenaproxima, tedbow: Decide which classes should be internal and/or final — delete ExcludedPathsTrait, make CollectPathsToExcludeEvent richerIssue #3357657 by kunal.sachdev, phenaproxima, Wim Leers, tedbow: ComposerValidator's hook_help() integration is imprecise and incompleteIssue #3358012 by phenaproxima, Wim Leers: StageBase::stageDirectoryExists() breaks on PreCreateIssue #3357578 by yash.rode, Wim Leers, phenaproxima: str_starts_with($path, '/') does not correctly detect absolute paths on WindowsIssue #3356638 by phenaproxima, Wim Leers, tedbow: Improve hook_help() to explain the actual Composer requirementsIssue #3357721 by kunal.sachdev, yash.rode, phenaproxima: PhpExtensionsValidator's wording is needlessly verboseIssue #3356804 by phenaproxima: Flag a warning during status check if the OpenSSL extension is not enabledIssue #3354325 by phenaproxima, kunal.sachdev, Wim Leers: Consolidate UpdateErrorTestIssue #3356640 by kunal.sachdev, phenaproxima, Wim Leers: Explain why ComposerPluginsValidatorTest::testAddDisallowedPlugin() exists, even if it is not directly testing ComposerPluginsValidatorIssue #3355609 by yash.rode, Wim Leers, phenaproxima: All injected services should be marked readonlyIssue #3354594 by kunal.sachdev: Merge ComposerSettingsValidator into ComposerValidatorIssue #3356395 by kunal.sachdev: ComposerInspector::validateProject() passes unnecessary flags to `composer validate`Issue #3355553 by yash.rode, phenaproxima: Set the default installer paths for Drupal in installComposerInstallers()Issue #3355045 by kunal.sachdev, omkar.podey, Wim Leers: StageBase documentation in package_manager.api.php is incompleteIssue #3351247 by omkar.podey, phenaproxima, tedbow, Wim Leers, catch: Harden our HTTPS requirementIssue #3353219 by yash.rode, phenaproxima, Wim Leers, omkar.podey: Create a PreApply validator that prevents Drupal projects from being removed if they are enabledIssue #3281379 by kunal.sachdev, tedbow, phenaproxima, omkar.podey, Wim Leers: VersionPolicyValidator should return all error messages in its validation result
Loading