Commits on Source (2)
-
Ted Bowman authored
Issue #3318770 by yash.rode, tedbow, Wim Leers: Explicitly validate that all request package updates have been updated expected versions
-
Ted Bowman authored
Issue #3311200 by yash.rode, tedbow, Wim Leers, David Strauss, phenaproxima, TravisCarden: Cron updater should delete the existing stage if not available and the site is currently on an insecure version
Showing
- automatic_updates.services.yml 6 additions, 0 deletionsautomatic_updates.services.yml
- package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php 14 additions, 1 deletion...ts/modules/fixture_manipulator/src/FixtureManipulator.php
- src/CronUpdater.php 22 additions, 0 deletionssrc/CronUpdater.php
- src/Validator/RequestedUpdateValidator.php 91 additions, 0 deletionssrc/Validator/RequestedUpdateValidator.php
- tests/fixtures/drupal-9.8.1-installed/composer.json 0 additions, 0 deletionstests/fixtures/drupal-9.8.1-installed/composer.json
- tests/src/Build/CoreUpdateTest.php 42 additions, 14 deletionstests/src/Build/CoreUpdateTest.php
- tests/src/Functional/AutomaticUpdatesFunctionalTestBase.php 2 additions, 4 deletionstests/src/Functional/AutomaticUpdatesFunctionalTestBase.php
- tests/src/Functional/StatusCheckTest.php 3 additions, 3 deletionstests/src/Functional/StatusCheckTest.php
- tests/src/Functional/UpdaterFormTest.php 4 additions, 0 deletionstests/src/Functional/UpdaterFormTest.php
- tests/src/Kernel/CronUpdaterTest.php 105 additions, 2 deletionstests/src/Kernel/CronUpdaterTest.php
- tests/src/Kernel/StatusCheck/CronServerValidatorTest.php 7 additions, 0 deletionstests/src/Kernel/StatusCheck/CronServerValidatorTest.php
- tests/src/Kernel/StatusCheck/RequestedUpdateValidatorTest.php 87 additions, 0 deletions...s/src/Kernel/StatusCheck/RequestedUpdateValidatorTest.php
- tests/src/Kernel/StatusCheck/ScaffoldFilePermissionsValidatorTest.php 23 additions, 25 deletions...rnel/StatusCheck/ScaffoldFilePermissionsValidatorTest.php
- tests/src/Kernel/StatusCheck/StagedDatabaseUpdateValidatorTest.php 13 additions, 2 deletions.../Kernel/StatusCheck/StagedDatabaseUpdateValidatorTest.php
- tests/src/Kernel/StatusCheck/StagedProjectsValidatorTest.php 7 additions, 1 deletiontests/src/Kernel/StatusCheck/StagedProjectsValidatorTest.php
- tests/src/Kernel/StatusCheck/StatusCheckerTest.php 4 additions, 0 deletionstests/src/Kernel/StatusCheck/StatusCheckerTest.php
- tests/src/Kernel/UpdaterTest.php 5 additions, 0 deletionstests/src/Kernel/UpdaterTest.php
src/Validator/RequestedUpdateValidator.php
0 → 100644