Commits on Source (15)
-
Javier Villarroya authored
-
Mikke Schirén authored
If db-import failed due to missing db file, print an error message and exit with status 1 See merge request !48
-
Mikke Schirén authored
using url param See merge request !43
-
Colin Campbell authored
-
Mikke Schirén authored
-
Mikke Schirén authored
Speed improvement under xdebug with composer/xdebug-handler See merge request !49
-
Mikke Schirén authored
-
Mikke Schirén authored
-
Mikke Schirén authored
-
javivf authored
-
javivf authored
-
Mikke Schirén authored
curl_timeout: adding configurable curl timeout See merge request !50
-
Mikke Schirén authored
no_cr_before_updb: add the possibility to avoid clear cache before updb See merge request !51
-
Mikke Schirén authored
-
Mikke Schirén authored
Showing
- app/config/services.yml 7 additions, 1 deletionapp/config/services.yml
- app/dropcat 6 additions, 0 deletionsapp/dropcat
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 368 additions, 200 deletionscomposer.lock
- src/Dropcat/Command/DeployNoteCommand.php 139 additions, 0 deletionssrc/Dropcat/Command/DeployNoteCommand.php
- src/Dropcat/Command/MultiMoveCommand.php 18 additions, 16 deletionssrc/Dropcat/Command/MultiMoveCommand.php
- src/Dropcat/Command/ResetOpcacheCommand.php 19 additions, 11 deletionssrc/Dropcat/Command/ResetOpcacheCommand.php
- src/Dropcat/Command/SecurityDrupalCommand.php 2 additions, 2 deletionssrc/Dropcat/Command/SecurityDrupalCommand.php
- src/Dropcat/Command/UpdateCommand.php 63 additions, 101 deletionssrc/Dropcat/Command/UpdateCommand.php
- src/Dropcat/Command/VarnishPurgeCommand.php 13 additions, 5 deletionssrc/Dropcat/Command/VarnishPurgeCommand.php
- src/Dropcat/Services/UnifiedConfiguration.php 13 additions, 0 deletionssrc/Dropcat/Services/UnifiedConfiguration.php
... | ... | @@ -31,7 +31,8 @@ |
"symfony/filesystem": "3.4", | ||
"symfony/swiftmailer-bundle": "2.6.7", | ||
"t4web/composer-lock-parser": "1.0.3", | ||
"guzzlehttp/guzzle": "^6.3" | ||
"guzzlehttp/guzzle": "^6.3", | ||
"composer/xdebug-handler": "^1.3" | ||
}, | ||
"bin": [ | ||
"app/dropcat" | ||
... | ... |
This diff is collapsed.
src/Dropcat/Command/DeployNoteCommand.php
0 → 100644