2471 Commits

Author SHA1 Message Date
Anton Medvedev
53f1451bf0 Remove .env.example copy from Laravel recipe 2021-11-06 16:52:13 +01:00
Anton Medvedev
89f64ad955 Add selectedHosts() 2021-11-06 16:51:19 +01:00
Anton Medvedev
20ca4718f2 Add on() func test 2021-11-06 01:14:05 +01:00
Anton Medvedev
1cd8ae2138 Add rollback docs 2021-11-05 23:17:29 +01:00
Anton Medvedev
c21f41f1e2 Improve provision recipe 2021-11-05 23:09:55 +01:00
Anton Medvedev
b0aed78c6a Refactor config command 2021-11-05 22:44:41 +01:00
antonmedv
7ab211437f [automatic] Update docs with bin/docgen v7.0.0-beta.39 2021-11-05 15:39:24 +00:00
antonmedv
7549cc39e2 [automatic] Update docs with bin/docgen 2021-11-05 15:39:11 +00:00
Anton Medvedev
eb1b38c4b0 Add color prompt 2021-11-05 16:38:56 +01:00
Anton Medvedev
101f1a1239 Add MySQL db creation 2021-11-05 16:38:46 +01:00
Anton Medvedev
51faaf4c20 Update getting-started.md 2021-11-05 16:18:42 +01:00
Anton Medvedev
eca779c847 Fix e2e 2021-11-05 16:15:01 +01:00
Anton Medvedev
24da57a06b Update getting-started.md 2021-11-05 16:09:34 +01:00
Anton Medvedev
704af44600 Fix ProcessRunner 2021-11-05 15:47:54 +01:00
Anton Medvedev
b40c641ee2 Refactor shopware recipe 2021-11-05 15:33:35 +01:00
Anton Medvedev
a806757fc1 Include databases.php 2021-11-05 15:23:47 +01:00
Anton Medvedev
0c7c0b1af6 Rename locateBinaryPath to which 2021-11-05 15:23:34 +01:00
Anton Medvedev
43aac8ad1c Update getting-started.md 2021-11-05 15:18:08 +01:00
Anton Medvedev
ccd66a9fb2 Improve provision recipe 2021-11-05 15:18:08 +01:00
Anton Medvedev
92e935921e Update laravel recipe 2021-11-05 15:18:08 +01:00
antonmedv
054888bf33 [automatic] Update docs with bin/docgen 2021-11-05 14:09:11 +00:00
Anton Medvedev
8cf0f2a5e4 Use shell option for runLocally func 2021-11-05 15:08:39 +01:00
Anton Medvedev
913afc33e6 Add mysql install 2021-11-05 14:19:16 +01:00
Anton Medvedev
ea218b6a72 Update getting-started.md 2021-11-05 14:13:17 +01:00
Anton Medvedev
9d38ecdd7a Fix bug with stuck loop on connect error 2021-11-04 00:08:25 +01:00
Kevin Reniers
8ac587e621
feat: add support for hidden keys in yaml files (#2715)
* feat: add support for hidden keys in yaml files

During YAML loading the aliases are already resolved so there is no point in validating them or trying to execute them during import. That's why I've chosen to remove them completely after parsing.

I had to add the "# test.yaml" comment at the end because the importer checks for this, assuming a file will be passed to it. However, I wasn't sure where to put the file and keeping it isolated to the test seemed fine as well.

* fix: allow for future root-levels keys with dots in the name

* test: restore the Deployer input/output after test

This is necessary because the static instance gets set somewhere before TaskTest.php is executed, but gets overridden for the purposes of this test. Simply unsetting the deployer causes the instance to get garbage collected, which causes TaskTest.php to fail because it no longer exists.

I didn't really want to touch other code since it'd become pretty massive in scope, I think. As such, this was the quickest way to work around the current design of the code and how it interacts with tests.

Also, this may cause issues in other tests because the hosts I'm importing in this test will remain in the container, but I couldn't figure out how to remove hosts again after they've already been set. I tried extending the container with a new "hosts" value but that gave me a FrozenServiceException, as did directly overriding it, so I'm at a bit of a loss here. :)

Co-authored-by: Kevin R <22906111+cgkkevinr@users.noreply.github.com>
2021-11-03 19:59:51 +01:00
Sander
afa76801f3
Remove var/sessions as a default shared dir in the Symfony recipe (#2720)
* Remove var/sessions as a default shared dir in the Symfony recipe

* Update docs for Symfony recipe

* Update line numbers in docs
2021-11-03 16:29:09 +01:00
Anton Medvedev
af780b3631 Update composer deps v7.0.0-beta.38 2021-11-03 16:09:45 +01:00
Anton Medvedev
1bfa553717 Show "using" on local Deployer 2021-11-03 16:03:12 +01:00
Anton Medvedev
5961403d5e Update basics.md 2021-11-03 15:54:01 +01:00
Anton Medvedev
600b463478 Update basics.md 2021-11-03 15:52:38 +01:00
Anton Medvedev
3bd6954964 Fix context constructor calls 2021-11-03 15:51:19 +01:00
Anton Medvedev
a22185f200 Update basics.md 2021-11-03 15:49:39 +01:00
Anton Medvedev
4f97a68448 Move input/output out of context 2021-11-03 15:48:48 +01:00
Anton Medvedev
f1b7166a01 Refactor config command 2021-11-03 15:43:59 +01:00
Anton Medvedev
86a070f544 Refactor autocomplete to use only one command 2021-11-03 15:13:15 +01:00
Anton Medvedev
bb0a77a158 Update basics.md 2021-11-03 15:03:27 +01:00
Anton Medvedev
62f8cb7303 Update basics.md 2021-11-03 15:00:01 +01:00
Anton Medvedev
f362dcec00 Update basics.md 2021-11-03 14:35:24 +01:00
Anton Medvedev
39ddd32aa2 Update basics.md 2021-11-03 13:42:50 +01:00
Dominik
b55e6dda5a
[Pimcore] bin/php is included in bin/console already (#2725)
* [Pimcore] bin/php is included in bin/console already

* Update pimcore.php
2021-11-03 10:00:27 +01:00
Anton Medvedev
572e487fd5 Remove local() tasks 2021-11-03 08:56:15 +01:00
Anton Medvedev
42734c5f35 Reformat docs 2021-11-03 08:46:31 +01:00
Anton Medvedev
3f3ca7355f Ho special hosts 2021-11-03 08:43:44 +01:00
Anton Medvedev
2fdd368028 Add other docs section 2021-11-03 08:22:34 +01:00
s4muel
1ab23806cc
add a note about release versioning compatibility between v6 and v7 (#2721) 2021-10-28 15:17:31 +02:00
Dan Shumaker
ea260c981e
Gitlab ci support (#2719)
* Adding gitlab collapsible tasks support.

* remove patch.

* Useing the no spaces start timestamp as the 'section_name' so we don't have to slugify it.

* Changing O to 0.

Co-authored-by: Dan Shumaker <dshumaker@unleashed-technologies.com>
2021-10-27 20:01:06 +02:00
Dan Shumaker
d220ae6c8b
Adding gitlab collapsible tasks support. (#2718)
* Adding gitlab collapsible tasks support.

* remove patch.

Co-authored-by: Dan Shumaker <dshumaker@unleashed-technologies.com>
v7.0.0-beta.37
2021-10-27 00:42:38 +02:00
Anton Medvedev
dc4a75ce3d Don't use {{remote_user}} in writable 2021-10-27 00:40:18 +02:00
antonmedv
baeb41e005 [automatic] Update docs with bin/docgen 2021-10-26 07:07:35 +00:00