Issue #3055872 by heddn, catch, eiriksm: In place updates (from quasi-patch zip)
Showing
- automatic_updates.services.yml 9 additions, 0 deletionsautomatic_updates.services.yml
- composer.json 2 additions, 1 deletioncomposer.json
- config/install/automatic_updates.settings.yml 1 addition, 0 deletionsconfig/install/automatic_updates.settings.yml
- config/schema/automatic_updates.schema.yml 3 additions, 0 deletionsconfig/schema/automatic_updates.schema.yml
- drupalci.yml 7 additions, 3 deletionsdrupalci.yml
- src/Services/InPlaceUpdate.php 451 additions, 0 deletionssrc/Services/InPlaceUpdate.php
- src/Services/UpdateInterface.php 27 additions, 0 deletionssrc/Services/UpdateInterface.php
- tests/modules/test_automatic_updates/src/Controller/InPlaceUpdateController.php 50 additions, 0 deletions...omatic_updates/src/Controller/InPlaceUpdateController.php
- tests/modules/test_automatic_updates/src/EventSubscriber/DisableThemeCsrfRouteSubscriber.php 23 additions, 0 deletions...s/src/EventSubscriber/DisableThemeCsrfRouteSubscriber.php
- tests/modules/test_automatic_updates/test_automatic_updates.info.yml 2 additions, 0 deletions...es/test_automatic_updates/test_automatic_updates.info.yml
- tests/modules/test_automatic_updates/test_automatic_updates.routing.yml 9 additions, 0 deletions...test_automatic_updates/test_automatic_updates.routing.yml
- tests/modules/test_automatic_updates/test_automatic_updates.services.yml 5 additions, 0 deletions...est_automatic_updates/test_automatic_updates.services.yml
- tests/src/Build/InPlaceUpdateTest.php 288 additions, 0 deletionstests/src/Build/InPlaceUpdateTest.php
- tests/src/Build/QuickStart/QuickStartTestBase.php 68 additions, 0 deletionstests/src/Build/QuickStart/QuickStartTestBase.php
... | ... | @@ -12,9 +12,10 @@ |
}, | ||
"require": { | ||
"ext-json": "*", | ||
"ext-zip": "*", | ||
"composer/semver": "^1.0", | ||
"ocramius/package-versions": "^1.4", | ||
"webflo/drupal-finder": "^1.1" | ||
"webflo/drupal-finder": "^1.2" | ||
}, | ||
"require-dev": { | ||
"drupal/ctools": "3.2.0" | ||
... | ... |
src/Services/InPlaceUpdate.php
0 → 100644
src/Services/UpdateInterface.php
0 → 100644
tests/src/Build/InPlaceUpdateTest.php
0 → 100644
Please register or sign in to comment