Commits on Source (28)
-
Adam G-H authored
-
Issue #3355628 by kunal.sachdev, phenaproxima, Wim Leers, tedbow, omkar.podey, wendyZ: Package Manager should keep an audit log of changes it applied to the active codebase
-
Adam G-H authored
-
Issue #3364735 by omkar.podey, phenaproxima, Wim Leers: WritableFileSystemValidator does not check if the project root is writable
-
Issue #3364725 by omkar.podey, phenaproxima, Wim Leers: The $format_result closure in AdminStatusCheckMessages::displayResults() expects to return a translatable string, which will not be the case for validation results created from throwables
-
Issue #3366499 by kunal.sachdev, phenaproxima: In CronUpdateStage if postApply() fails no update email will be sent
-
Issue #3365177 by kunal.sachdev, tedbow: RequestedUpdateValidator should subscribe to StatusCheckEvent
-
Issue #3368741 by tedbow: Drush build test symlinks Drush, and does not install any of its dependencies
-
Issue #3354914 by kunal.sachdev, phenaproxima, Wim Leers, tedbow: Package Manager should have status report entry to inform user of Composer version being used
-
Issue #3352846 by phenaproxima, omkar.podey, tedbow: Make the LockFileValidator messages more helpful
-
Ted Bowman authored
-
Issue #3353270 by phenaproxima, kunal.sachdev, tedbow, Wim Leers: While applying updates during cron, put the site into maintenance mode
-
Issue #3374753 by tedbow, phenaproxima: HookCronTest is broken and doesn't test how often status checks will be run
-
Ted Bowman authored
-
Ted Bowman authored
Issue #3378793: Move error checking that should apply to all updates from cron build test to update assert
-
Ted Bowman authored
Issue #3380698: Make EmailNotificationsTestTrait::assertMessagesSent() clearer by renaming variables
-
-
Ted Bowman authored
Issue #3357969 by tedbow, pwolanin, Wim Leers: For web server dependent unattended updates run the entire life cycle in a separate process that will not be affected by hosting time limits
-
Adam G-H authored
Showing
- automatic_updates.info.yml 1 addition, 1 deletionautomatic_updates.info.yml
- automatic_updates.install 15 additions, 0 deletionsautomatic_updates.install
- automatic_updates.module 15 additions, 57 deletionsautomatic_updates.module
- automatic_updates.routing.yml 0 additions, 6 deletionsautomatic_updates.routing.yml
- automatic_updates.services.yml 11 additions, 22 deletionsautomatic_updates.services.yml
- automatic_updates_extensions/automatic_updates_extensions.info.yml 1 addition, 1 deletion..._updates_extensions/automatic_updates_extensions.info.yml
- automatic_updates_extensions/src/BatchProcessor.php 3 additions, 3 deletionsautomatic_updates_extensions/src/BatchProcessor.php
- automatic_updates_extensions/src/ExtensionUpdateStage.php 8 additions, 8 deletionsautomatic_updates_extensions/src/ExtensionUpdateStage.php
- automatic_updates_extensions/src/Form/UpdaterForm.php 2 additions, 2 deletionsautomatic_updates_extensions/src/Form/UpdaterForm.php
- automatic_updates_extensions/src/Validator/UpdateReleaseValidator.php 1 addition, 1 deletion...dates_extensions/src/Validator/UpdateReleaseValidator.php
- automatic_updates_extensions/tests/src/Build/ModuleUpdateTest.php 4 additions, 0 deletions...c_updates_extensions/tests/src/Build/ModuleUpdateTest.php
- automatic_updates_extensions/tests/src/Functional/StatusCheckerRunAfterUpdateTest.php 2 additions, 2 deletions.../tests/src/Functional/StatusCheckerRunAfterUpdateTest.php
- automatic_updates_extensions/tests/src/Functional/SuccessfulUpdateTest.php 2 additions, 2 deletions..._extensions/tests/src/Functional/SuccessfulUpdateTest.php
- automatic_updates_extensions/tests/src/Functional/UnsuccessfulUpdateTest.php 2 additions, 1 deletion...xtensions/tests/src/Functional/UnsuccessfulUpdateTest.php
- automatic_updates_extensions/tests/src/Functional/UpdaterFormTestBase.php 5 additions, 0 deletions...s_extensions/tests/src/Functional/UpdaterFormTestBase.php
- composer.json 1 addition, 2 deletionscomposer.json
- drush.services.yml 0 additions, 3 deletionsdrush.services.yml
- package_manager/package_manager.api.php 4 additions, 1 deletionpackage_manager/package_manager.api.php
- package_manager/package_manager.info.yml 1 addition, 1 deletionpackage_manager/package_manager.info.yml
- package_manager/package_manager.install 38 additions, 1 deletionpackage_manager/package_manager.install
... | ... | @@ -14,8 +14,7 @@ |
}, | ||
"require": { | ||
"ext-json": "*", | ||
"drupal/core": "^9.7 || ^10", | ||
"php-tuf/composer-stager": "2.0-alpha1", | ||
"php-tuf/composer-stager": "2.0-alpha4", | ||
"composer-runtime-api": "^2.1" | ||
}, | ||
"require-dev": { | ||
... | ... |