Anton Medvedev
1851e1812a
Make exception task filename to be empty string by default
2021-03-13 09:52:45 +01:00
Anton Medvedev
93853465c6
Fix local tasks ( #2457 )
2021-03-13 11:50:45 +03:00
Anton Medvedev
387b4c1d51
Update composer dependencies ( #2453 )
...
As well rename test dir to tests, as Pest does not support dir without s on the end.
Also, remove PHP requirement from composer.json as we already have check-in bin/dep and it's better to have the check only in one place (now they already out of sync).
2021-03-12 13:56:16 +03:00
Fabian Blechschmidt
5d0893fa84
Normalize shopware recipe and add common.php ( #2422 )
...
* Normalize shopware recipe and add common.php
2021-03-08 13:53:51 +01:00
ThaDaVos
4ac6e131cc
Fix for issue #2407 - Laravel migrations are only run on the first host due there being a ->once
on the task ( #2408 )
...
Fix for issue #2407 - Laravel migrations are only run on the first host due there being a `->once` on the task
2021-03-07 12:12:44 +01:00
Gabriel Ostrolucký
f9141c0cf7
Fix execution of group tasks via invoke() ( #2446 )
2021-03-07 09:20:20 +01:00
Jeffrey Cafferata
fa45c3276f
Boolean options should not go through the self::escape
function. ( #2402 )
...
* Boolean options should not go through the `self::escape` function.
> Deployer\Support\Stringify::escape(): Argument #1 ($token) must be of type string, bool given
Fixes #2392 .
* Update StringifyTest.php
* Update StringifyTest.php
Co-authored-by: Anton Medvedev <anton@medv.io>
2021-03-06 17:01:51 +01:00
Gabriel Ostrolucký
1669ffb11d
Make selector accept array values ( #2444 )
2021-03-05 20:47:40 +01:00
Dennis Smink
27c7b6182c
Check (shared) file exists ( #2393 )
...
* Check (shared) file exists
* Update CHANGELOG.md
2021-03-05 12:51:00 +01:00
Simon Sprankel
cfc3ecbde4
Fix formatting ( #2443 )
...
* Fix formatting
* Fix formatting
2021-03-05 11:51:18 +01:00
Peter Jaap Blaakmeer
d7d5a01674
Remove config/jwt from writable dirs list ( #2430 )
...
config/jwt should have chmod 600, not 755
2021-02-23 17:11:08 +01:00
Fabian Blechschmidt
f5c9a92b1d
Feature/2423 shopware order modules ( #2425 )
...
* #2423 shopware: task sw:plugin:activate:all runs migration script in wrong order
- add dependency for polyfill (to use str_ends_with)
- marcj/topsort (for sorting the shopware modules)
* #2423 shopware: task sw:plugin:activate:all runs migration script in wrong order
- get the plugin list
- read the composer names and dependencies from composer.lock
- order by dependencies
- use sorted list for activation and migration
* #2423 shopware: task sw:plugin:activate:all runs migration script in wrong order
Update changelog
* #2423 shopware: task sw:plugin:activate:all runs migration script in wrong order
do not update doc, but remove require autoload.php
2021-02-23 08:50:46 +01:00
Martijn Gastkemper
5301d020b6
Add option to configure Slack channel ( #2420 )
...
* Add option to configure Slack channel
2021-02-22 14:14:59 +01:00
hieudt-2054
4f8ebd3494
Adding a Chatwork contrib recipe ( #2367 )
...
* Adding a Chatwork contrib recipe
* Add docgen
2021-02-22 14:04:03 +01:00
Rick Schippers
c714d10356
Shopware recipe - fix invalid parsing of plugin:list and invoke nested sw:plugin:refresh instead of redefining it ( #2419 )
...
* Removed incorrect duplicate version column
* Invoke nested task instead of incorrectly redefining it, so it actually runs.
* Changelog updated
2021-02-19 11:45:15 +01:00
lukepass
367c9bf723
Local composer should take precedence over global composer ( #2371 )
...
Co-authored-by: Luca Passini <l.passini@melazeta.com>
2021-01-13 13:26:35 +03:00
Ash Davies
da432e0139
Warning message sentence correction ( #2361 )
...
Corrected warning message to read a little better.
2020-12-24 15:55:11 +03:00
Anton Medvedev
c3dec8f635
Back to master
2020-12-18 19:30:44 +00:00
Anton Medvedev
0719f9c461
Release 7.0.0-beta.13
v7.0.0-beta.13
2020-12-18 19:30:44 +00:00
Anton Medvedev
2a12046528
Remove composer_version option
2020-12-18 20:13:28 +01:00
Anton Medvedev
41c85d7aad
Don't add err prefix to stderr
2020-12-18 20:02:18 +01:00
Anton Medvedev
1a2dfd24e7
Write update message to stderr
2020-12-18 19:19:52 +01:00
Anton Medvedev
b3e0e03d99
Add named arguments to run and runLocally ( #2353 )
...
* Add named arguments to run and runLocally
* Update docs
2020-12-18 19:40:09 +03:00
Anton Medvedev
7283848cc6
Remove provision
2020-12-18 17:19:19 +01:00
Anton Medvedev
0fe33e2150
Back to master
2020-12-17 15:32:32 +00:00
Anton Medvedev
a1c3a1a9b6
Release 7.0.0-beta.12
v7.0.0-beta.12
2020-12-17 15:32:32 +00:00
Anton Medvedev
5437c0fe86
Update config.yml
2020-12-17 18:25:42 +03:00
Anton Medvedev
bc0a2beaae
Fix CHANGELOG.md
2020-12-17 10:24:46 +01:00
Anton Medvedev
ecb76d11d3
Update CHANGELOG.md
2020-12-12 20:23:44 +01:00
Pascal Hubrecht
6d357e94b6
Safety to avoid modifying files outside deploy_path ( #2284 )
...
* Safety to avoid modifying files outside deploy_path
Using writable_dirs with writable_use_sudo can lead to a disaster on a server (example using /var/log instead of var/log as writable dir).
* Update writable.php
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update writable.php
* trailing slash
* docgen
* throw exception if absolute path in writable dirs
2020-12-12 20:21:48 +01:00
Hiroshi Onozaki
52414d9b19
Fix dep init outside of git ( #2338 )
...
If it is set to null, an error will occur in other processing,
so it was initialized with an empty string.
SymfonyStyle#ask is v5 with type-hint added.
`$default` is ?string so bool is not acceptable.
https://github.com/symfony/symfony/blob/5.x/src/Symfony/Component/Console/Style/SymfonyStyle.php#L267
2020-12-08 10:06:26 +01:00
Anton Medvedev
9296a5acc8
Sync content_version for magento assets between hosts. ( #2293 )
...
* Sync content_version for magento assets between hosts.
* Update docs
2020-12-08 00:02:08 +01:00
TrueXakeP
9a48ed0561
Fix impossibility to set empty password via askHiddenResponse() ( #2319 )
...
* Fix impossibility to set empty password via askHiddenResponse()
* Update CHANGELOG.md
* Update CHANGELOG.md
2020-12-03 10:24:46 +01:00
Anton Medvedev
b4d3d27a7d
Update UPGRADE.md
2020-12-02 16:30:34 +03:00
Corné de Jong
518890db77
Fixed phar compression issue ( #2310 )
...
* Fixed phar compression issue
Originated from issue 2299
* refactor
Co-authored-by: Corné de Jong <5366568-cornedejong@users.noreply.gitlab.com>
2020-11-29 17:26:54 +01:00
Anton Medvedev
fb1e436a37
Back to master
2020-11-20 21:55:37 +00:00
Anton Medvedev
7998898068
Release 7.0.0-beta.11
v7.0.0-beta.11
2020-11-20 21:55:37 +00:00
Anton Medvedev
12b99c6d0a
Add Pimple as a component
2020-11-20 22:54:08 +01:00
Anton Medvedev
80f382772d
Add php requirement
2020-11-20 22:31:01 +01:00
Anton Medvedev
25aabfdfda
Remove php requirement
2020-11-20 22:10:13 +01:00
Anton Medvedev
2a56472b58
Update README.md
2020-11-20 01:19:19 +03:00
Anton Medvedev
29c5e2f116
Back to master
2020-11-19 22:12:56 +00:00
Anton Medvedev
dbfd5b37d1
Release 7.0.0-beta.10
v7.0.0-beta.10
2020-11-19 22:12:56 +00:00
Anton Medvedev
c3d6cb62d5
Remove unnecessary parts from npm recipe
2020-11-19 23:11:39 +01:00
Anton Medvedev
a924df85d0
Add dep release
automation
2020-11-18 23:09:19 +01:00
Anton Medvedev
de1b99e159
Back to master
2020-11-18 22:05:22 +00:00
Anton Medvedev
2cdc6870f8
Release 7.0.0-beta.9
v7.0.0-beta.9
2020-11-18 22:05:22 +00:00
Anton Medvedev
22669c23ff
Back to master
2020-11-17 23:04:27 +00:00
Anton Medvedev
886b7f34f6
Release 7.0.0-beta.8
v7.0.0-beta.8
2020-11-17 23:04:27 +00:00
Anton Medvedev
01f7db30d9
Fix Deployer::run() method
2020-11-18 00:02:47 +01:00