2449 Commits

Author SHA1 Message Date
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
Anton Medvedev
4f51aa1f06
Remove default remote_user 2021-10-26 09:07:13 +02:00
Anton Medvedev
19574c1329
Update basics.md 2021-10-25 08:31:53 +02:00
Anton Medvedev
63eedc2da8
Update sidebar.js 2021-10-24 00:02:48 +02:00
Anton Medvedev
9324c32541
Update UPGRADE.md 2021-10-23 23:24:47 +02:00
Anton Medvedev
a1c17fc204
Update UPGRADE.md 2021-10-23 23:24:31 +02:00
Anton Medvedev
fca318a0f3
Delete README.md 2021-10-23 23:16:31 +02:00
Anton Medvedev
90e1064441
Delete rsync.md 2021-10-23 23:16:17 +02:00
Anton Medvedev
12698ea311 Update build v7.0.0-beta.36 2021-10-22 23:45:14 +02:00
Anton Medvedev
e34753e7c8 Update config.yml 2021-10-22 23:43:42 +02:00
Anton Medvedev
8c3fbec817 Config composer platform to php7.3 2021-10-22 23:41:48 +02:00
Anton Medvedev
35614409a3 Update workflows
- Use composer path cache
- Format yaml
2021-10-22 23:35:16 +02:00
Anton Medvedev
d7011cc185 Don't modify state inside set callback 2021-10-22 23:22:18 +02:00
Anton Medvedev
66f036ece5 Add notice about reloading php-fpm 2021-10-22 23:21:45 +02:00
Anton Medvedev
90ae66d8eb Add banner 2021-10-22 23:20:49 +02:00
Anton Medvedev
d98f6ba976 Fix use order 2021-10-22 23:20:25 +02:00
Anton Medvedev
ef2a8f30ef Add DEPLOYER_DEBUG_PATHS env option to debug binary path 2021-10-22 23:19:36 +02:00
Anton Medvedev
b7226c5415 Use schema.json to validate yaml recipes 2021-10-22 23:18:58 +02:00
Anton Medvedev
83a3c369a7 ==> 2021-10-21 23:19:44 +02:00
Anton Medvedev
652817516d => v7.0.0-beta.35 2021-10-21 23:16:33 +02:00
Anton Medvedev
82d8289837 Finally 2021-10-21 22:59:50 +02:00
Anton Medvedev
223034459b AAAAA 2021-10-21 22:39:31 +02:00
Anton Medvedev
41734add7a B 2021-10-21 22:37:37 +02:00