2332 Commits

Author SHA1 Message Date
Anton Medvedev
488cb64c55 Update getting-started.md 2021-04-18 21:57:06 +02:00
Anton Medvedev
3f49bf4c4e Update getting-started.md 2021-04-18 18:54:32 +02:00
Anton Medvedev
9800f052ea Update getting-started.md 2021-04-18 15:35:47 +02:00
Anton Medvedev
e6f24e4bcd Back to master 2021-04-18 12:12:58 +00:00
Anton Medvedev
4c59b7f40d Release 7.0.0-beta.22 v7.0.0-beta.22 2021-04-18 12:12:58 +00:00
Anton Medvedev
da8bb1adff Fix deploy:update_code
Now default target is HEAD, also better at switching repository url.
2021-04-18 13:54:31 +02:00
Anton Medvedev
8f649331a5 Fix comment 2021-04-18 13:53:15 +02:00
Anton Medvedev
729b207cde Better init banner 2021-04-17 22:12:28 +02:00
Sacharski Bartłomiej
165ffa119a
Implemented ConsoleApplicationTester for isolated E2E tests (#2513)
Added a new class ConsoleApplicationTester, which during E2E tests
will create a separate isolated process for the Deployer to run in.

This class exposes methods for interacting with stdin and to grab
stdout, stderr and status code of finished process.
2021-04-17 23:11:26 +03:00
Anton Medvedev
c23688adcf Add default symfony_env 2021-04-17 15:41:12 +02:00
Markus Staab
24fc2fadad
upload(): add more precise phpdocs (#2511)
* upload(): add more precise phpdocs

* Update Rsync.php

* Update Rsync.php

* Update functions.php
2021-04-17 09:02:42 +03:00
Anton Medvedev
20e9826836 Back to master 2021-04-16 20:28:37 +00:00
Anton Medvedev
03dff45bed Release 7.0.0-beta.21 v7.0.0-beta.21 2021-04-16 20:28:37 +00:00
Anton Medvedev
3017790b87 Fix empty host in init command 2021-04-16 22:21:13 +02:00
Anton Medvedev
079f6e4745 Fix DEPLOYER_VERSION undefined 2021-04-16 22:20:51 +02:00
Anton Medvedev
425b5c204f Make banner prettier 2021-04-16 22:20:35 +02:00
Loris Leiva
a26059d8a7
Fix regex that identifies "cd" commands in YAML scripts (#2510)
* Fix regex that identifies "cd" commands in YAML scripts

* Update CHANGELOG.md
2021-04-16 18:08:14 +03:00
Anton Medvedev
fb72c94804 Fix docgen bug 2021-04-16 12:04:06 +02:00
Victor Paumier
63a0e667b7
add deploy:dump-env & remove .env.local.php from shared_files (#2507) 2021-04-16 12:13:58 +03:00
Anton Medvedev
f0ac01a248 Update phpstan-baseline.neon 2021-04-15 22:53:41 +02:00
Anton Medvedev
6371a4bcff Rename DiceCommand to BlackjackCommand 2021-04-15 22:23:12 +02:00
Fabian Blechschmidt
9ca1f05c59
#2503: TypeError, port is int on escapeshellarg (#2504)
* #2503: TypeError, port is int on escapeshellarg
2021-04-13 15:32:51 +02:00
Rick Schippers
b212b83e67
Bugfix shopware recipe plugin updates (#2414)
* removed incorrect duplicate version column

Output is as follows so:

$plugin,$label,$version,$upgrade,$author,$installed,$active,$upgradeable,

Shopware Plugin Service
=======================

 ------------------- --------------------------------------------------------- --------- ----------------- --------------------------- ----------- -------- -------------
  Plugin              Label                                                     Version   Upgrade version   Author                      Installed   Active   Upgradeable
 ------------------- --------------------------------------------------------- --------- ----------------- --------------------------- ----------- -------- -------------
  BuckarooPayments    Buckaroo Payment                                          1.1.1                       Buckaroo                    Yes         Yes      No
  DevTools            Additional tools to support your Shopware 6 development   0.2.0                       Maurits Meester             Yes         Yes      No

* Invoke sw:plugin:refresh inside sw:plugin:activate:all instead of incorrectly redefining it

* Upgrade all plugins that are upgradeable

* Changelog update

* Ran docgen

* Do NOT make upgrading all default

* Update doc

Co-authored-by: Fabian Blechschmidt <github@fabian-blechschmidt.de>
Co-authored-by: Fabian Blechschmidt <blechschmidt@fabian-blechschmidt.de>
2021-04-13 15:31:51 +02:00
Anton Medvedev
895762dc38 Move comment to api 2021-04-12 22:17:23 +02:00
fliespl
3d6d55578f
Rsync stats config option (#2500)
* rsync stats

* update doc block
2021-04-12 23:05:34 +03:00
memen45
85ba976307
Update magento2.php (#2452)
Fixes failed deploys when app/etc/config.php is changed with added sites, stores, store views or themes.

Co-authored-by: Fabian Blechschmidt <github@fabian-blechschmidt.de>
2021-04-11 16:49:46 +02:00
Loris Leiva
a313326911
Fix ACL error message (#2501)
* Fix ACL error message

* Update CHANGELOG.md
2021-04-11 16:45:55 +02:00
Anton Medvedev
00467b0edf Fix typo 2021-04-09 22:51:52 +02:00
Anton Medvedev
aa871c6b13 Update installation.md 2021-04-09 22:49:52 +02:00
Anton Medvedev
d9cdb38ef2 Back to master 2021-04-09 20:33:06 +00:00
Anton Medvedev
c3b200d0eb Release 7.0.0-beta.20 v7.0.0-beta.20 2021-04-09 20:33:06 +00:00
Anton Medvedev
457eb6d074 Fix --log option 2021-04-09 22:30:07 +02:00
Anton Medvedev
dda46c7f8d Use non-login shell for runLocally 2021-04-09 22:06:21 +02:00
Anton Medvedev
d6c484bc41 Detect circular task definitions 2021-04-09 22:05:58 +02:00
Anton Medvedev
71a196c398 Back to master 2021-04-05 17:11:23 +00:00
Anton Medvedev
7be9876cda Release 7.0.0-beta.19 v7.0.0-beta.19 2021-04-05 17:11:23 +00:00
Loris Leiva
378f7bfb10
Feature/add shared configs for common template only (#2491)
* Add shared configs for common template only

* Update CHANGELOG.md
2021-04-05 17:39:00 +02:00
Loris Leiva
4b1a5f7c57
Add artisan tasks that generate keys (#2490)
Co-Authored-By: Kundan <198781+kundancool@users.noreply.github.com>

Co-authored-by: Kundan <198781+kundancool@users.noreply.github.com>
Co-authored-by: Anton Medvedev <anton@medv.io>
2021-04-04 21:11:38 +02:00
Loris Leiva
219bf4e400
Update CHANGELOG.md (#2489) 2021-04-04 20:34:28 +02:00
Anton Medvedev
a24c2ee5cd Back to master 2021-04-04 17:14:04 +00:00
Anton Medvedev
d583506f90 Release 7.0.0-beta.18 v7.0.0-beta.18 2021-04-04 17:14:04 +00:00
Loris Leiva
56477d1b41
Tidy artisan commands (#2488)
* Remove deploy:public_disk task

Redundant since this can be achieved with the `artisan:storage:link` task since 5.3.

5.2 support was dropped in June 2016 so it is safe to stop supporting it ourselves.

* Remove publish artisan commands

These commands are made to generate some code that should then be committed and pushed. These should never be needed directly in production.

* Add and rename artisan tasks

* Refactor artisan command registration

* Revert "Refactor artisan command registration"

Doesn't work nicely with docgen 😭

* Update laravel.md
2021-04-04 20:12:39 +03:00
Loris Leiva
b5721b8e83
Add php-fpm as a contrib recipe (#2487)
* Add php-fpm as a contrib recipe

* Update CHANGELOG.md

* Find the PHP-fpm version from the process
2021-04-04 12:59:36 +03:00
Alex Mayer
b4fcfa1f66
Standardize Markdown Code Block Syntax (#2479) 2021-04-03 18:44:40 +03:00
Anton Medvedev
d857021b47 Clarify version question 2021-04-03 14:23:48 +02:00
Anton Medvedev
2ecf179e48 Back to master 2021-04-03 12:20:51 +00:00
Anton Medvedev
337162edb1 Release 7.0.0-beta.17 v7.0.0-beta.17 2021-04-03 12:20:51 +00:00
Anton Medvedev
b6b8eacef5 Force runLocally to be executed via host's shell option 2021-04-03 14:16:23 +02:00
Loris Leiva
7627f9ba43
Add and use new release_or_current_path (#2486)
* Add release_or_current_path option

* Use new path in platform-specific recipes

* Update CHANGELOG.md
2021-04-03 15:05:45 +03:00
Alex Mayer
34dade5420
Remove Unused use Statements (#2476)
Ensure single empty line above and below use block
2021-03-27 10:28:25 +01:00