Skip to content

Commit

Permalink
blogfingers
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Apr 2, 2024
1 parent 4a29de3 commit 176a4a0
Show file tree
Hide file tree
Showing 45 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion cli
Submodule cli updated 347 files
2 changes: 1 addition & 1 deletion core
Submodule core updated 72 files
+0 −1 .eslintignore
+17 −16 .github/workflows/pr-core-tests.yml
+1 −1 .github/workflows/pr-linter.yml
+34 −14 .github/workflows/pr-plugin-tests.yml
+0 −58 .github/workflows/pr-setup-macos-tests.yml
+22 −8 .github/workflows/pr-setup-tests.yml
+0 −95 .github/workflows/pr-setup-windows-tests.yml
+2 −3 .github/workflows/pr-unit-tests.yml
+2 −5 .github/workflows/release.yml
+1 −72 CHANGELOG.md
+0 −3 app.js
+4 −17 components/plugin.js
+1 −4 config.yml
+0 −9 docs/.vitepress/config.mjs
+0 −4 examples/experimental/.lando.yml
+0 −41 examples/experimental/README.md
+0 −1 examples/orchestrator/README.md
+2 −2 examples/plugin-commands/README.md
+0 −18 examples/setup-linux/.lando.yml
+0 −27 examples/setup-linux/README.md
+0 −1 examples/setup-linux/index.html
+0 −18 examples/setup-macos/.lando.yml
+0 −23 examples/setup-macos/README.md
+0 −1 examples/setup-macos/index.html
+0 −18 examples/setup-windows/.lando.yml
+0 −16 examples/setup-windows/README.md
+0 −1 examples/setup-windows/index.html
+31 −0 examples/setup/README.md
+0 −17 experimental/lando-experimental/package.json
+1 −2 hooks/app-check-docker-compat.js
+0 −16 hooks/app-check-legacy-plugins.js
+1 −1 hooks/lando-autostart-engine.js
+1 −2 hooks/lando-setup-build-engine-darwin.js
+2 −2 hooks/lando-setup-build-engine-linux.js
+8 −6 hooks/lando-setup-build-engine-win32.js
+8 −14 lib/engine.js
+3 −12 lib/events.js
+2 −2 lib/lando.js
+22 −28 lib/updates.js
+0 −17 messages/legacy-plugin-notice.js
+2 −2 messages/unsupported-version-info.js
+0 −13 messages/untested-version-notice.js
+272 −62 package-lock.json
+2 −2 package.json
+0 −7 scripts/install-docker-desktop.ps1
+1 −1 tasks/setup.js
+7 −31 tasks/shellenv.js
+2 −6 tasks/update.js
+0 −1 utils/download-x.js
+1 −1 utils/get-compose-x.js
+2 −2 utils/get-config-defaults.js
+30 −0 utils/get-global-shell-profile.js
+0 −16 utils/get-path-string.js
+0 −6 utils/get-posixbin-contents.js
+0 −17 utils/get-pwsh-profile.js
+1 −4 utils/get-shell-profile.js
+1 −2 utils/get-shellenv-paths.js
+9 −32 utils/get-shellenv.js
+0 −30 utils/get-system-shell-profile.js
+23 −29 utils/get-user-shell-profile.js
+0 −22 utils/get-user-shell.js
+0 −8 utils/get-winbin-contents.js
+0 −36 utils/get-wsl-status.js
+1 −4 utils/is-admin-user.js
+4 −10 utils/is-group-member.js
+0 −39 utils/link-bin.js
+2 −3 utils/parse-setup-task.js
+5 −9 utils/run-command.js
+4 −11 utils/run-elevated.js
+1 −7 utils/run-powershell-script.js
+0 −8 utils/update-shell-profile.js
+1 −1 utils/write-file.js
2 changes: 1 addition & 1 deletion core-next
Submodule core-next updated 243 files
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 158 files
2 changes: 1 addition & 1 deletion events
File renamed without changes.
2 changes: 1 addition & 1 deletion plugins/acquia
Submodule acquia updated 70 files
+2 −3 .eslintignore
+9 −11 .github/workflows/pr-docs-tests.yml
+44 −33 .github/workflows/pr-drupal-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −35 CHANGELOG.md
+17 −17 app.js
+0 −266 builders/acquia-base.js
+0 −15 builders/acquia-mailhog.js
+0 −15 builders/acquia-mariadb.js
+0 −15 builders/acquia-memcached.js
+0 −15 builders/acquia-mysql.js
+0 −32 builders/acquia-php.js
+0 −15 builders/acquia-postgres.js
+0 −110 config/mysql.cnf
+0 −105 config/mysql8.cnf
+0 −9 docs/.eslintrc.json
+0 −60 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+57 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/acquiaicon.png
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+7 −7 docs/config.md
+1 −2 docs/connecting-database.md
+46 −30 docs/development.md
+8 −8 docs/getting-started.md
+0 −26 docs/guides.md
+0 −45 docs/install.md
+1 −2 docs/manually-importing-databases.md
+0 −0 docs/public/.!76766!favicon.ico
+15 −5 docs/support.md
+2 −2 docs/sync.md
+0 −25 docs/team.md
+1 −1 docs/tooling.md
+0 −3 examples/.lando.yml
+0 −11 examples/acquia-custom/.lando.yml
+0 −56 examples/acquia-custom/README.md
+0 −12 examples/acquia-downstreamer-1/.lando.yml
+0 −44 examples/acquia-downstreamer-1/README.md
+0 −1 examples/acquia-downstreamer-1/index.php
+0 −1 examples/acquia-downstreamer-1/info.php
+0 −12 examples/acquia-downstreamer-2/.lando.yml
+0 −44 examples/acquia-downstreamer-2/README.md
+0 −1 examples/acquia-downstreamer-2/index.php
+0 −1 examples/acquia-downstreamer-2/info.php
+2 −7 examples/drupal/README.md
+31 −31 lib/api.js
+10 −10 lib/pull.js
+11 −11 lib/push.js
+9 −42 lib/utils.js
+0 −13 lib/warnings.js
+5 −20 netlify.toml
+0 −7,458 package-lock.json
+23 −28 package.json
+0 −0 recipes/acquia/acquia-settings.inc
+7 −12 recipes/acquia/builder.js
+74 −78 recipes/acquia/init.js
+0 −19 scripts/acquia-wait-for-user.sh
+6 −6 test/auth.spec.js
+4,608 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/backdrop
Submodule backdrop updated 109 files
2 changes: 1 addition & 1 deletion plugins/drupal
Submodule drupal updated 135 files
2 changes: 1 addition & 1 deletion plugins/joomla
Submodule joomla updated 95 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+53 −40 .github/workflows/pr-joomla-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −46 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −15 builders/joomla-mariadb.js
+0 −15 builders/joomla-mssql.js
+0 −15 builders/joomla-mysql.js
+0 −18 builders/joomla-nginx.js
+0 −32 builders/joomla-php.js
+0 −15 builders/joomla-postgres.js
+0 −230 builders/joomla.js
+0 −111 config/mysql.cnf
+0 −106 config/mysql8.cnf
+0 −50 config/php.ini
+0 −9 docs/.eslintrc.json
+0 −58 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+42 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/joomlaicon.png
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+11 −11 docs/config.md
+44 −29 docs/development.md
+39 −4 docs/getting-started.md
+2 −2 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!77839!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 docs/tooling.md
+0 −2 examples/.lando.local.yml
+0 −18 examples/joomla-custom/.lando.yml
+0 −61 examples/joomla-custom/README.md
+0 −1 examples/joomla-custom/bob/index.php
+0 −1 examples/joomla-custom/bob/info.php
+0 −41 examples/joomla-custom/config/default.conf
+0 −6 examples/joomla-defaults/.lando.yml
+0 −62 examples/joomla-defaults/README.md
+0 −1 examples/joomla-defaults/index.php
+0 −1 examples/joomla-defaults/info.php
+0 −11 examples/joomla-downstreamer-1/.lando.yml
+0 −44 examples/joomla-downstreamer-1/README.md
+0 −1 examples/joomla-downstreamer-1/index.php
+0 −1 examples/joomla-downstreamer-1/info.php
+0 −11 examples/joomla-downstreamer-2/.lando.yml
+0 −44 examples/joomla-downstreamer-2/README.md
+0 −1 examples/joomla-downstreamer-2/index.php
+0 −1 examples/joomla-downstreamer-2/info.php
+0 −4 examples/joomla-export/.gitignore
+0 −6 examples/joomla-export/.lando.yml
+0 −61 examples/joomla-export/README.md
+0 −1 examples/joomla-export/index.php
+0 −1 examples/joomla-export/info.php
+0 −59 examples/joomla-export/mysql-test.sql
+0 −12 examples/joomla-import/.lando.yml
+0 −56 examples/joomla-import/README.md
+0 −24 examples/joomla-import/big-bad-dump.sql
+0 −1 examples/joomla-import/index.php
+0 −1 examples/joomla-import/info.php
+0 −59 examples/joomla-import/mysql-test.sql
+0 −59 examples/joomla-import/subdir/test.sql
+0 −4 examples/joomla-import/test.sh
+0 −69 examples/joomla-init/README.md
+0 −1 examples/joomla-mysql8/.gitignore
+0 −10 examples/joomla-mysql8/symfony-mysql8/.lando.yml
+0 −54 examples/joomla-mysql8/symfony-mysql8/README.md
+0 −1 examples/joomla-mysql8/symfony-mysql8/web/index.php
+0 −1 examples/joomla-mysql8/symfony-mysql8/web/info.php
+0 −15 examples/joomla-nginx/.lando.yml
+0 −46 examples/joomla-nginx/README.md
+0 −1 examples/joomla-nginx/web/index.php
+0 −1 examples/joomla-nginx/web/info.php
+0 −0 examples/joomla/.gitignore
+15 −15 examples/joomla/README.md
+5 −20 netlify.toml
+0 −7,636 package-lock.json
+14 −17 package.json
+35 −0 recipes/joomla/builder.js
+0 −2 recipes/joomla/default.conf.tpl
+0 −0 recipes/joomla/init.js
+2 −2 recipes/joomla/mysql.cnf
+1 −1 recipes/joomla/php.ini
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/lagoon
Submodule lagoon updated 85 files
+2 −3 .eslintignore
+0 −68 .github/workflows/pr-all-services.yml
+9 −11 .github/workflows/pr-docs-tests.yml
+67 −0 .github/workflows/pr-drupal-example-simple-tests.yml
+0 −60 .github/workflows/pr-drupal9-base.yml
+7 −7 .github/workflows/pr-linter.yml
+0 −67 .github/workflows/pr-proxy-tests.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −33 CHANGELOG.md
+1 −0 README.md
+0 −37 builders/lagoon-basic.js
+0 −15 builders/lagoon-mailhog.js
+0 −31 builders/lagoon-node.js
+0 −31 builders/lagoon-python.js
+0 −31 builders/lagoon-ruby.js
+0 −9 docs/.eslintrc.json
+0 −59 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+53 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/lagoon-icon.png
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+17 −29 docs/config.md
+45 −30 docs/development.md
+32 −0 docs/external-access.md
+37 −2 docs/getting-started.md
+0 −45 docs/install.md
+0 −0 docs/public/.!77952!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −1 docs/tooling.md
+0 −0 examples/all-services/.gitignore
+0 −1 examples/all-services/.lagoon.yml
+0 −22 examples/all-services/.lando.yml
+0 −19 examples/all-services/Dockerfile
+0 −79 examples/all-services/README.md
+0 −82 examples/all-services/docker-compose.yml
+0 −13 examples/all-services/index.js
+0 −13 examples/all-services/package.json
+0 −475 examples/all-services/yarn.lock
+0 −0 examples/drupal-example-simple/.gitignore
+8 −8 examples/drupal-example-simple/README.md
+0 −2 examples/drupal9-base/.lando.local.yml
+0 −0 examples/proxy-tests/.gitignore
+0 −1 examples/proxy-tests/.lagoon.yml
+0 −20 examples/proxy-tests/.lando.yml
+0 −19 examples/proxy-tests/Dockerfile
+0 −77 examples/proxy-tests/README.md
+0 −57 examples/proxy-tests/docker-compose.yml
+0 −13 examples/proxy-tests/index.js
+0 −13 examples/proxy-tests/package.json
+0 −475 examples/proxy-tests/yarn.lock
+1 −1 index.js
+14 −161 lib/proxy.js
+5 −9 lib/services.js
+3 −17 lib/tooling.js
+6 −25 netlify.toml
+0 −7,445 package-lock.json
+15 −13 package.json
+6 −6 recipes/lagoon/builder.js
+2 −3 recipes/lagoon/init.js
+0 −91 scripts/lagoon-sql-export.sh
+0 −161 scripts/lagoon-sql-import.sh
+0 −19 scripts/lagoon-wait-for-user.sh
+0 −0 services/lagoon-elasticsearch/builder.js
+1 −1 services/lagoon-mariadb/builder.js
+0 −0 services/lagoon-nginx/builder.js
+0 −0 services/lagoon-none/builder.js
+0 −0 services/lagoon-php-cli/builder.js
+0 −0 services/lagoon-php/builder.js
+1 −1 services/lagoon-postgresql/builder.js
+0 −0 services/lagoon-redis/builder.js
+2 −2 services/lagoon-solr/builder.js
+0 −0 services/lagoon-varnish/builder.js
+0 −0 types/lagoon/builder.js
+4,613 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/lamp
Submodule lamp updated 98 files
+2 −3 .eslintignore
+9 −12 .github/workflows/pr-docs-tests.yml
+46 −41 .github/workflows/pr-lamp-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+6 −15 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −51 CHANGELOG.md
+14 −0 actions-lando-config.yml
+0 −15 builders/lamp-mariadb.js
+0 −15 builders/lamp-mongo.js
+0 −15 builders/lamp-mssql.js
+0 −15 builders/lamp-mysql.js
+0 −18 builders/lamp-nginx.js
+0 −32 builders/lamp-php.js
+0 −15 builders/lamp-postgres.js
+0 −224 builders/lamp.js
+0 −68 config/default.conf.tpl
+0 −110 config/mysql.cnf
+0 −105 config/mysql8.cnf
+0 −49 config/php.ini
+0 −18 copy-examples.sh
+0 −9 docs/.eslintrc.json
+0 −58 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+42 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/lampicon.png
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+10 −10 docs/config.md
+45 −30 docs/development.md
+38 −3 docs/getting-started.md
+3 −3 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!78124!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+3 −3 docs/tooling.md
+0 −2 examples/.lando.local.yml
+0 −2 examples/.lando.upstream.yml
+0 −3 examples/.lando.yml
+0 −24 examples/lamp-custom/.lando.yml
+0 −71 examples/lamp-custom/README.md
+0 −1 examples/lamp-custom/bob/index.php
+0 −1 examples/lamp-custom/bob/info.php
+0 −41 examples/lamp-custom/config/default.conf
+0 −110 examples/lamp-custom/config/mysql.cnf
+0 −49 examples/lamp-custom/config/php.ini
+0 −6 examples/lamp-defaults/.lando.yml
+0 −72 examples/lamp-defaults/README.md
+0 −1 examples/lamp-defaults/index.php
+0 −1 examples/lamp-defaults/info.php
+0 −11 examples/lamp-downstreamer-1/.lando.yml
+0 −44 examples/lamp-downstreamer-1/README.md
+0 −1 examples/lamp-downstreamer-1/index.php
+0 −1 examples/lamp-downstreamer-1/info.php
+0 −11 examples/lamp-downstreamer-2/.lando.yml
+0 −44 examples/lamp-downstreamer-2/README.md
+0 −1 examples/lamp-downstreamer-2/index.php
+0 −1 examples/lamp-downstreamer-2/info.php
+0 −4 examples/lamp-export/.gitignore
+0 −6 examples/lamp-export/.lando.yml
+0 −61 examples/lamp-export/README.md
+0 −1 examples/lamp-export/index.php
+0 −1 examples/lamp-export/info.php
+0 −59 examples/lamp-export/mysql-test.sql
+0 −12 examples/lamp-import/.lando.yml
+0 −56 examples/lamp-import/README.md
+0 −24 examples/lamp-import/big-bad-dump.sql
+0 −1 examples/lamp-import/index.php
+0 −1 examples/lamp-import/info.php
+0 −59 examples/lamp-import/mysql-test.sql
+0 −59 examples/lamp-import/subdir/test.sql
+0 −4 examples/lamp-import/test.sh
+0 −2 examples/lamp-init/.lando.local.yml
+0 −6 examples/lamp-init/config.lando.yml
+0 −1 examples/lamp-mysql8/.gitignore
+0 −69 examples/lamp-mysql8/README.md
+0 −15 examples/lamp-nginx/.lando.yml
+0 −46 examples/lamp-nginx/README.md
+0 −1 examples/lamp-nginx/web/index.php
+0 −1 examples/lamp-nginx/web/info.php
+0 −0 examples/lamp/.gitignore
+2 −2 examples/lamp/README.md
+11 −0 examples/lamp/config.lando.yml
+5 −20 netlify.toml
+0 −7,688 package-lock.json
+14 −18 package.json
+25 −0 recipes/lamp/builder.js
+0 −0 recipes/lamp/init.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/laravel
Submodule laravel updated 98 files
+2 −3 .eslintignore
+9 −11 .github/workflows/pr-docs-tests.yml
+56 −42 .github/workflows/pr-laravel-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −54 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −15 builders/laravel-mariadb.js
+0 −15 builders/laravel-memcached.js
+0 −15 builders/laravel-mssql.js
+0 −15 builders/laravel-mysql.js
+0 −18 builders/laravel-nginx.js
+0 −32 builders/laravel-php.js
+0 −15 builders/laravel-postgres.js
+0 −15 builders/laravel-redis.js
+0 −273 builders/laravel.js
+0 −111 config/mysql.cnf
+0 −106 config/mysql8.cnf
+0 −50 config/php.ini
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+52 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/laravelicon.png
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+15 −15 docs/config.md
+44 −29 docs/development.md
+39 −5 docs/getting-started.md
+3 −3 docs/index.md
+0 −45 docs/install.md
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 docs/tooling.md
+0 −0 examples/.gitkeep
+0 −2 examples/.lando.upstream.yml
+0 −3 examples/.lando.yml
+1 −1 examples/7.1/README.md
+1 −1 examples/7.2/README.md
+0 −0 examples/7.4/.gitignore
+4 −4 examples/7.4/README.md
+1 −0 examples/8.1/.gitignore
+17 −22 examples/8.1/README.md
+0 −25 examples/laravel-custom/.lando.yml
+0 −74 examples/laravel-custom/README.md
+0 −1 examples/laravel-custom/bob/index.php
+0 −1 examples/laravel-custom/bob/info.php
+0 −41 examples/laravel-custom/config/default.conf
+0 −6 examples/laravel-defaults/.lando.yml
+0 −72 examples/laravel-defaults/README.md
+0 −1 examples/laravel-defaults/index.php
+0 −1 examples/laravel-defaults/info.php
+0 −11 examples/laravel-downstreamer-1/.lando.yml
+0 −44 examples/laravel-downstreamer-1/README.md
+0 −1 examples/laravel-downstreamer-1/index.php
+0 −1 examples/laravel-downstreamer-1/info.php
+0 −11 examples/laravel-downstreamer-2/.lando.yml
+0 −44 examples/laravel-downstreamer-2/README.md
+0 −1 examples/laravel-downstreamer-2/index.php
+0 −1 examples/laravel-downstreamer-2/info.php
+0 −4 examples/laravel-export/.gitignore
+0 −6 examples/laravel-export/.lando.yml
+0 −61 examples/laravel-export/README.md
+0 −1 examples/laravel-export/index.php
+0 −1 examples/laravel-export/info.php
+0 −59 examples/laravel-export/mysql-test.sql
+0 −12 examples/laravel-import/.lando.yml
+0 −56 examples/laravel-import/README.md
+0 −24 examples/laravel-import/big-bad-dump.sql
+0 −1 examples/laravel-import/index.php
+0 −1 examples/laravel-import/info.php
+0 −59 examples/laravel-import/mysql-test.sql
+0 −59 examples/laravel-import/subdir/test.sql
+0 −4 examples/laravel-import/test.sh
+0 −1 examples/laravel-mysql8/.gitignore
+0 −15 examples/laravel-nginx/.lando.yml
+0 −49 examples/laravel-nginx/README.md
+0 −1 examples/laravel-nginx/web/index.php
+0 −1 examples/laravel-nginx/web/info.php
+5 −20 netlify.toml
+0 −7,435 package-lock.json
+20 −25 package.json
+74 −0 recipes/laravel/builder.js
+0 −2 recipes/laravel/default.conf.tpl
+0 −0 recipes/laravel/init.js
+2 −2 recipes/laravel/mysql.conf
+1 −1 recipes/laravel/php.ini
+6 −6 test/auth.spec.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/lemp
Submodule lemp updated 96 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+46 −41 .github/workflows/pr-lemp-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −38 CHANGELOG.md
+14 −0 actions-lando-config.yml
+0 −15 builders/lemp-mariadb.js
+0 −15 builders/lemp-mongo.js
+0 −15 builders/lemp-mssql.js
+0 −15 builders/lemp-mysql.js
+0 −15 builders/lemp-nginx.js
+0 −32 builders/lemp-php.js
+0 −15 builders/lemp-postgres.js
+0 −225 builders/lemp.js
+0 −68 config/default.conf.tpl
+0 −110 config/mysql.cnf
+0 −105 config/mysql8.cnf
+0 −49 config/php.ini
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+42 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/lampicon.png
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+10 −10 docs/config.md
+45 −30 docs/development.md
+38 −3 docs/getting-started.md
+3 −3 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!78458!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 docs/tooling.md
+0 −2 examples/.lando.upstream.yml
+0 −23 examples/lemp-custom/.lando.yml
+0 −71 examples/lemp-custom/README.md
+0 −1 examples/lemp-custom/bob/index.php
+0 −1 examples/lemp-custom/bob/info.php
+0 −41 examples/lemp-custom/config/default.conf
+0 −110 examples/lemp-custom/config/mysql.cnf
+0 −49 examples/lemp-custom/config/php.ini
+0 −6 examples/lemp-defaults/.lando.yml
+0 −71 examples/lemp-defaults/README.md
+0 −1 examples/lemp-defaults/index.php
+0 −1 examples/lemp-defaults/info.php
+0 −11 examples/lemp-downstreamer-1/.lando.yml
+0 −44 examples/lemp-downstreamer-1/README.md
+0 −1 examples/lemp-downstreamer-1/index.php
+0 −1 examples/lemp-downstreamer-1/info.php
+0 −11 examples/lemp-downstreamer-2/.lando.yml
+0 −44 examples/lemp-downstreamer-2/README.md
+0 −1 examples/lemp-downstreamer-2/index.php
+0 −1 examples/lemp-downstreamer-2/info.php
+0 −4 examples/lemp-export/.gitignore
+0 −6 examples/lemp-export/.lando.yml
+0 −61 examples/lemp-export/README.md
+0 −1 examples/lemp-export/index.php
+0 −1 examples/lemp-export/info.php
+0 −59 examples/lemp-export/mysql-test.sql
+0 −12 examples/lemp-import/.lando.yml
+0 −56 examples/lemp-import/README.md
+0 −24 examples/lemp-import/big-bad-dump.sql
+0 −1 examples/lemp-import/index.php
+0 −1 examples/lemp-import/info.php
+0 −59 examples/lemp-import/mysql-test.sql
+0 −59 examples/lemp-import/subdir/test.sql
+0 −4 examples/lemp-import/test.sh
+0 −6 examples/lemp-init/config.lando.yml
+0 −1 examples/lemp-mysql8/.gitignore
+0 −69 examples/lemp-mysql8/README.md
+0 −15 examples/lemp-nginx/.lando.yml
+0 −50 examples/lemp-nginx/README.md
+0 −1 examples/lemp-nginx/web/index.php
+0 −1 examples/lemp-nginx/web/info.php
+0 −0 examples/lemp/.gitignore
+11 −0 examples/lemp/.lando.local.yml
+16 −22 examples/lemp/README.md
+15 −0 examples/lemp/config.lando.yml
+45 −0 examples/lemp/config/default.conf.tpl
+5 −20 netlify.toml
+0 −7,688 package-lock.json
+14 −18 package.json
+25 −0 recipes/lemp/builder.js
+1 −1 recipes/lemp/init.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/mailhog
Submodule mailhog updated 45 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+43 −31 .github/workflows/pr-mailhog-tests.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+2 −2 .lando.yml
+1 −1 .node-version
+0 −2 .npmignore
+3 −15 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+40 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/mailhogicon.png
+2 −2 docs/config.md
+45 −30 docs/development.md
+38 −3 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!78608!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −2 examples/mailhog/.lando.yml
+0 −5 examples/mailhog/README.md
+0 −0 examples/mailhog/index.php
+0 −0 examples/mailhog/mail.php
+0 −88 examples/mailhog/package-lock.json
+0 −14 examples/mailhog/package.json
+1 −1 lib/utils.js
+5 −20 netlify.toml
+0 −7,357 package-lock.json
+14 −11 package.json
+3 −4 services/mailhog/builder.js
+0 −0 services/mailhog/mailhog.ini
+0 −0 tmpfile
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/mariadb
Submodule mariadb updated 63 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+45 −39 .github/workflows/pr-mariadb-tests.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −2 .npmignore
+3 −27 CHANGELOG.md
+14 −0 actions-lando-config.yml
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+40 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/mariadbicon.png
+3 −3 docs/config.md
+45 −30 docs/development.md
+38 −11 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!78757!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −1 examples/10.1/.lando.yml
+0 −14 examples/10.10/.lando.yml
+0 −44 examples/10.10/README.md
+0 −14 examples/10.11/.lando.yml
+0 −44 examples/10.11/README.md
+1 −1 examples/10.2/.lando.yml
+1 −1 examples/10.3/.lando.yml
+1 −1 examples/10.4/.lando.yml
+1 −1 examples/10.5/.lando.yml
+2 −5 examples/10.6/.lando.yml
+0 −14 examples/10.7/.lando.yml
+0 −44 examples/10.7/README.md
+0 −14 examples/10.8/.lando.yml
+0 −44 examples/10.8/README.md
+0 −14 examples/10.9/.lando.yml
+0 −44 examples/10.9/README.md
+0 −14 examples/11.0/.lando.yml
+0 −44 examples/11.0/README.md
+0 −14 examples/11.1/.lando.yml
+0 −44 examples/11.1/README.md
+0 −14 examples/11.2/.lando.yml
+0 −44 examples/11.2/README.md
+2 −9 examples/custom/.lando.yml
+5 −20 netlify.toml
+0 −7,463 package-lock.json
+14 −11 package.json
+4 −16 services/mariadb/builder.js
+0 −0 services/mariadb/launch.sh
+0 −0 services/mariadb/my_custom.cnf
+0 −0 tmpfile
+0 −22 utils/get-default-healthcheck.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/mean
Submodule mean updated 63 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+45 −35 .github/workflows/pr-mean-tests.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −25 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −15 builders/mean-mariadb.js
+0 −15 builders/mean-mongo.js
+0 −15 builders/mean-mysql.js
+0 −32 builders/mean-node.js
+0 −15 builders/mean-postgres.js
+0 −111 builders/mean.js
+0 −110 config/mysql.cnf
+0 −105 config/mysql8.cnf
+0 −9 docs/.eslintrc.json
+0 −58 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+42 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/meanicon.png
+12 −12 docs/config.md
+45 −30 docs/development.md
+38 −3 docs/getting-started.md
+2 −2 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!78891!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 docs/tooling.md
+0 −2 examples/.lando.local.yml
+0 −2 examples/.lando.upstream.yml
+0 −0 examples/custom/.gitignore
+15 −5 examples/custom/README.md
+0 −12 examples/mean-custom/.lando.yml
+0 −110 examples/mean-custom/config/mysql.cnf
+0 −3 examples/mean-custom/package-lock.json
+0 −15 examples/mean-downstreamer-1/.lando.yml
+0 −44 examples/mean-downstreamer-1/README.md
+0 −1 examples/mean-downstreamer-1/index.php
+0 −1 examples/mean-downstreamer-1/info.php
+0 −16 examples/mean-downstreamer-2/.lando.yml
+0 −44 examples/mean-downstreamer-2/README.md
+0 −1 examples/mean-downstreamer-2/index.php
+0 −1 examples/mean-downstreamer-2/info.php
+0 −0 examples/mean/.gitignore
+6 −15 examples/mean/README.md
+5 −20 netlify.toml
+0 −7,595 package-lock.json
+14 −16 package.json
+69 −0 recipes/mean/builder.js
+0 −0 recipes/mean/init.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/mysql
2 changes: 1 addition & 1 deletion plugins/nginx
Submodule nginx updated 75 files
+2 −3 .eslintignore
+8 −8 .github/workflows/pr-docs-tests.yml
+6 −6 .github/workflows/pr-linter.yml
+44 −37 .github/workflows/pr-nginx-tests.yml
+6 −6 .github/workflows/pr-unit-tests.yml
+7 −16 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −2 .npmignore
+1 −39 CHANGELOG.md
+14 −0 actions-lando-config.yml
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+40 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/nginxicon.png
+4 −4 docs/config.md
+45 −30 docs/development.md
+44 −10 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!74317!favicon.ico
+0 −0 docs/public/.!75826!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −1 examples/1.16/.lando.yml
+2 −2 examples/1.17/.lando.yml
+1 −1 examples/1.17/README.md
+1 −1 examples/1.18/.lando.yml
+0 −9 examples/1.19/.lando.yml
+0 −44 examples/1.19/README.md
+0 −1 examples/1.19/index.html
+0 −11 examples/1.20/.lando.yml
+0 −44 examples/1.20/README.md
+0 −1 examples/1.20/index.html
+0 −11 examples/1.21/.lando.yml
+0 −44 examples/1.21/README.md
+0 −1 examples/1.21/index.html
+0 −11 examples/1.22/.lando.yml
+0 −44 examples/1.22/README.md
+0 −1 examples/1.22/index.html
+0 −11 examples/1.23/.lando.yml
+0 −44 examples/1.23/README.md
+0 −1 examples/1.23/index.html
+0 −11 examples/1.24/.lando.yml
+0 −44 examples/1.24/README.md
+0 −1 examples/1.24/index.html
+0 −11 examples/1.25/.lando.yml
+0 −44 examples/1.25/README.md
+0 −1 examples/1.25/index.html
+5 −7 examples/custom/.lando.yml
+11 −11 examples/custom/README.md
+1 −1 examples/custom/config/custom.conf
+1 −3 examples/custom/config/server2.conf
+5 −20 netlify.toml
+0 −7,463 package-lock.json
+14 −11 package.json
+0 −47 scripts/install-render-template.sh
+16 −24 services/nginx/builder.js
+0 −0 services/nginx/default-ssl.conf.tpl
+0 −0 services/nginx/default.conf.tpl
+0 −0 services/nginx/fastcgi_params
+6 −4 services/nginx/launch.sh
+0 −0 services/nginx/nginx.conf
+0 −0 services/nginx/nginx.conf.tpl
+0 −0 tmpfile
+0 −14 utils/add-build-step.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/node
Submodule node updated 76 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+44 −35 .github/workflows/pr-node-tests.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −33 CHANGELOG.md
+1 −1 README.md
+12 −0 actions-lando-config.yml
+0 −9 docs/.eslintrc.json
+0 −57 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+59 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+0 −0 docs/.vuepress/public/images/nodejsicon.svg
+1 −1 docs/caveats.md
+11 −11 docs/config.md
+44 −29 docs/development.md
+3 −5 docs/frontend-tooling.md
+0 −26 docs/guides.md
+52 −17 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!80031!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+0 −2 docs/using-browsersync.md
+1 −3 docs/using-compass.md
+1 −1 examples/10/package.json
+164 −175 examples/10/yarn.lock
+2 −2 examples/12/.lando.yml
+1 −1 examples/12/package.json
+161 −172 examples/12/yarn.lock
+1 −1 examples/14/package.json
+113 −104 examples/14/yarn.lock
+1 −1 examples/16/package.json
+113 −104 examples/16/yarn.lock
+0 −3 examples/18/.gitignore
+0 −45 examples/18/.lando.yml
+0 −91 examples/18/README.md
+0 −27 examples/18/package.json
+0 −28 examples/18/src/app-custom.js
+0 −21 examples/18/src/app-http.js
+0 −28 examples/18/src/app-https.js
+0 −1,016 examples/18/yarn.lock
+0 −3 examples/19/.gitignore
+0 −43 examples/19/.lando.yml
+0 −91 examples/19/README.md
+0 −27 examples/19/package.json
+0 −28 examples/19/src/app-custom.js
+0 −21 examples/19/src/app-http.js
+0 −28 examples/19/src/app-https.js
+0 −3 examples/20/.gitignore
+0 −43 examples/20/.lando.yml
+0 −91 examples/20/README.md
+0 −27 examples/20/package.json
+0 −28 examples/20/src/app-custom.js
+0 −21 examples/20/src/app-http.js
+0 −28 examples/20/src/app-https.js
+0 −1,070 examples/20/yarn.lock
+10 −1 lib/utils.js
+6 −21 netlify.toml
+0 −7,463 package-lock.json
+14 −11 package.json
+4 −109 services/node/builder.js
+0 −0 tmpfile
+0 −13 utils/get-install-commands.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/pantheon
Submodule pantheon updated 127 files
2 changes: 1 addition & 1 deletion plugins/php
Submodule php updated 118 files
2 changes: 1 addition & 1 deletion plugins/phpmyadmin
Submodule phpmyadmin updated 45 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+41 −28 .github/workflows/pr-phpmyadmin-tests.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −18 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −9 docs/.eslintrc.json
+0 −57 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+50 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/phpmyadminicon.png
+3 −3 docs/config.md
+45 −30 docs/development.md
+0 −26 docs/guides.md
+38 −3 docs/index.md
+0 −45 docs/install.md
+2 −4 docs/phpmyadmin-themes.md
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −2 examples/4.x/.lando.yml
+0 −5 examples/4.x/README.md
+0 −35 examples/4.x/package-lock.json
+0 −14 examples/4.x/package.json
+1 −2 examples/5.x/.lando.yml
+0 −5 examples/5.x/README.md
+0 −35 examples/5.x/package-lock.json
+0 −14 examples/5.x/package.json
+5 −20 netlify.toml
+0 −7,365 package-lock.json
+14 −11 package.json
+0 −0 services/phpmyadmin/builder.js
+0 −0 tmpfile
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/platformsh
Submodule platformsh updated 51 files
+2 −3 .eslintignore
+44 −28 .github/workflows/pr-basic-tests.yml
+44 −29 .github/workflows/pr-chrome-headless-tests.yml
+42 −29 .github/workflows/pr-drupal8-sync-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+44 −29 .github/workflows/pr-mariadb-tests.yml
+44 −29 .github/workflows/pr-memcached-tests.yml
+44 −29 .github/workflows/pr-mongodb-tests.yml
+44 −29 .github/workflows/pr-mysql-tests.yml
+44 −29 .github/workflows/pr-php-tests.yml
+44 −29 .github/workflows/pr-postgresql-tests.yml
+44 −29 .github/workflows/pr-redis-tests.yml
+44 −29 .github/workflows/pr-solr-tests.yml
+5 −5 .github/workflows/pr-unit-tests.yml
+44 −29 .github/workflows/pr-varnish-tests.yml
+6 −15 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −17 CHANGELOG.md
+0 −2 README.md
+1 −12 docs/.eslintrc.json
+0 −62 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+62 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/pshicon.png
+1 −1 docs/adding-more-tooling.md
+2 −2 docs/caveats.md
+22 −22 docs/config.md
+97 −30 docs/development.md
+0 −0 docs/external-access.md
+38 −3 docs/getting-started.md
+0 −26 docs/guides.md
+2 −6 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/manually-importing-databases.md
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 docs/tooling.md
+6 −21 netlify.toml
+0 −8,624 package-lock.json
+15 −19 package.json
+0 −62 update-lando-repos.sh
+4,834 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/postgres
2 changes: 1 addition & 1 deletion plugins/redis
Submodule redis updated 48 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+43 −25 .github/workflows/pr-redis-tests.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −26 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+40 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/redisicon.png
+3 −19 docs/config.md
+44 −29 docs/development.md
+37 −4 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!81562!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −4 examples/2.x/.lando.yml
+0 −3 examples/2.x/README.md
+1 −4 examples/4.x/.lando.yml
+0 −3 examples/4.x/README.md
+1 −4 examples/5.x/.lando.yml
+0 −3 examples/5.x/README.md
+1 −4 examples/6.x/.lando.yml
+0 −3 examples/6.x/README.md
+0 −1 examples/7.x/.gitignore
+0 −14 examples/7.x/.lando.yml
+0 −50 examples/7.x/README.md
+5 −20 netlify.toml
+0 −7,463 package-lock.json
+14 −11 package.json
+2 −6 services/redis/builder.js
+0 −0 services/redis/redis.conf
+0 −0 tmpfile
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/solr
Submodule solr updated 93 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+45 −32 .github/workflows/pr-solr-tests.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+2 −2 .lando.yml
+1 −1 .node-version
+3 −27 CHANGELOG.md
+14 −0 actions-lando-config.yml
+0 −46 config/start-solr-9.sh
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+40 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/solricon.png
+4 −4 docs/config.md
+44 −29 docs/development.md
+63 −30 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!81991!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −2 examples/3.x/.lando.yml
+1 −2 examples/4.x/.lando.yml
+1 −2 examples/5.x/.lando.yml
+1 −2 examples/6.x/.lando.yml
+1 −2 examples/7.x/.lando.yml
+1 −2 examples/8.x/.lando.yml
+0 −29 examples/9.x/.lando.yml
+0 −8 examples/9.x/9.x-conf/lang/contractions_ca.txt
+0 −15 examples/9.x/9.x-conf/lang/contractions_fr.txt
+0 −5 examples/9.x/9.x-conf/lang/contractions_ga.txt
+0 −23 examples/9.x/9.x-conf/lang/contractions_it.txt
+0 −5 examples/9.x/9.x-conf/lang/hyphenations_ga.txt
+0 −6 examples/9.x/9.x-conf/lang/stemdict_nl.txt
+0 −420 examples/9.x/9.x-conf/lang/stoptags_ja.txt
+0 −125 examples/9.x/9.x-conf/lang/stopwords_ar.txt
+0 −193 examples/9.x/9.x-conf/lang/stopwords_bg.txt
+0 −220 examples/9.x/9.x-conf/lang/stopwords_ca.txt
+0 −172 examples/9.x/9.x-conf/lang/stopwords_cz.txt
+0 −110 examples/9.x/9.x-conf/lang/stopwords_da.txt
+0 −294 examples/9.x/9.x-conf/lang/stopwords_de.txt
+0 −78 examples/9.x/9.x-conf/lang/stopwords_el.txt
+0 −54 examples/9.x/9.x-conf/lang/stopwords_en.txt
+0 −356 examples/9.x/9.x-conf/lang/stopwords_es.txt
+0 −1,603 examples/9.x/9.x-conf/lang/stopwords_et.txt
+0 −99 examples/9.x/9.x-conf/lang/stopwords_eu.txt
+0 −313 examples/9.x/9.x-conf/lang/stopwords_fa.txt
+0 −97 examples/9.x/9.x-conf/lang/stopwords_fi.txt
+0 −186 examples/9.x/9.x-conf/lang/stopwords_fr.txt
+0 −110 examples/9.x/9.x-conf/lang/stopwords_ga.txt
+0 −161 examples/9.x/9.x-conf/lang/stopwords_gl.txt
+0 −235 examples/9.x/9.x-conf/lang/stopwords_hi.txt
+0 −211 examples/9.x/9.x-conf/lang/stopwords_hu.txt
+0 −46 examples/9.x/9.x-conf/lang/stopwords_hy.txt
+0 −359 examples/9.x/9.x-conf/lang/stopwords_id.txt
+0 −303 examples/9.x/9.x-conf/lang/stopwords_it.txt
+0 −127 examples/9.x/9.x-conf/lang/stopwords_ja.txt
+0 −172 examples/9.x/9.x-conf/lang/stopwords_lv.txt
+0 −119 examples/9.x/9.x-conf/lang/stopwords_nl.txt
+0 −194 examples/9.x/9.x-conf/lang/stopwords_no.txt
+0 −253 examples/9.x/9.x-conf/lang/stopwords_pt.txt
+0 −233 examples/9.x/9.x-conf/lang/stopwords_ro.txt
+0 −243 examples/9.x/9.x-conf/lang/stopwords_ru.txt
+0 −133 examples/9.x/9.x-conf/lang/stopwords_sv.txt
+0 −119 examples/9.x/9.x-conf/lang/stopwords_th.txt
+0 −212 examples/9.x/9.x-conf/lang/stopwords_tr.txt
+0 −29 examples/9.x/9.x-conf/lang/userdict_ja.txt
+0 −1,031 examples/9.x/9.x-conf/managed-schema.xml
+0 −21 examples/9.x/9.x-conf/protwords.txt
+0 −1,142 examples/9.x/9.x-conf/solrconfig.xml
+0 −14 examples/9.x/9.x-conf/stopwords.txt
+0 −29 examples/9.x/9.x-conf/synonyms.txt
+0 −62 examples/9.x/README.md
+0 −7 examples/9.x/test.xml
+5 −20 netlify.toml
+0 −7,543 package-lock.json
+13 −11 package.json
+2 −17 services/solr/builder.js
+0 −0 services/solr/start-solr-3.sh
+0 −0 services/solr/start-solr-4.sh
+0 −0 services/solr/start-solr.sh
+0 −0 tmpfile
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/symfony
Submodule symfony updated 99 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+44 −40 .github/workflows/pr-symfony-tests.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −49 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −15 builders/symfony-mariadb.js
+0 −15 builders/symfony-memcached.js
+0 −15 builders/symfony-mssql.js
+0 −15 builders/symfony-mysql.js
+0 −18 builders/symfony-nginx.js
+0 −32 builders/symfony-php.js
+0 −15 builders/symfony-postgres.js
+0 −15 builders/symfony-redis.js
+0 −263 builders/symfony.js
+0 −112 config/mysql.cnf
+0 −106 config/mysql8.cnf
+0 −17 copy-examples.sh
+0 −9 docs/.eslintrc.json
+0 −58 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+42 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/symfonyicon.png
+13 −13 docs/config.md
+44 −29 docs/development.md
+38 −3 docs/getting-started.md
+2 −3 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!82255!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 docs/tooling.md
+0 −2 examples/.lando.upstream.yml
+0 −3 examples/.lando.yml
+0 −20 examples/symfony-custom/.lando.yml
+0 −64 examples/symfony-custom/README.md
+0 −1 examples/symfony-custom/bob/index.php
+0 −1 examples/symfony-custom/bob/info.php
+0 −41 examples/symfony-custom/config/default.conf
+0 −49 examples/symfony-custom/config/php.ini
+0 −6 examples/symfony-defaults/.lando.yml
+0 −62 examples/symfony-defaults/README.md
+0 −1 examples/symfony-defaults/index.php
+0 −1 examples/symfony-defaults/info.php
+0 −11 examples/symfony-downstreamer-1/.lando.yml
+0 −44 examples/symfony-downstreamer-1/README.md
+0 −1 examples/symfony-downstreamer-1/index.php
+0 −1 examples/symfony-downstreamer-1/info.php
+0 −11 examples/symfony-downstreamer-2/.lando.yml
+0 −44 examples/symfony-downstreamer-2/README.md
+0 −1 examples/symfony-downstreamer-2/index.php
+0 −1 examples/symfony-downstreamer-2/info.php
+0 −4 examples/symfony-export/.gitignore
+0 −6 examples/symfony-export/.lando.yml
+0 −61 examples/symfony-export/README.md
+0 −1 examples/symfony-export/index.php
+0 −1 examples/symfony-export/info.php
+0 −59 examples/symfony-export/mysql-test.sql
+0 −12 examples/symfony-import/.lando.yml
+0 −56 examples/symfony-import/README.md
+0 −24 examples/symfony-import/big-bad-dump.sql
+0 −1 examples/symfony-import/index.php
+0 −1 examples/symfony-import/info.php
+0 −59 examples/symfony-import/mysql-test.sql
+0 −59 examples/symfony-import/subdir/test.sql
+0 −4 examples/symfony-import/test.sh
+0 −2 examples/symfony-init/.lando.local.yml
+0 −10 examples/symfony-mysql8/.lando.yml
+0 −54 examples/symfony-mysql8/README.md
+0 −1 examples/symfony-mysql8/web/index.php
+0 −1 examples/symfony-mysql8/web/info.php
+0 −15 examples/symfony-nginx/.lando.yml
+0 −46 examples/symfony-nginx/README.md
+0 −1 examples/symfony-nginx/web/index.php
+0 −1 examples/symfony-nginx/web/info.php
+0 −0 examples/symfony/.gitignore
+5 −5 examples/symfony/README.md
+5 −20 netlify.toml
+0 −7,492 package-lock.json
+19 −25 package.json
+62 −0 recipes/symfony/builder.js
+0 −2 recipes/symfony/default.conf.tpl
+0 −0 recipes/symfony/init.js
+2 −2 recipes/symfony/mysql.conf
+2 −4 recipes/symfony/php.ini
+6 −6 test/auth.spec.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/varnish
Submodule varnish updated 47 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+43 −31 .github/workflows/pr-varnish-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+2 −2 .lando.yml
+1 −1 .node-version
+0 −28 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −15 builders/varnish-nginx.js
+0 −9 docs/.eslintrc.json
+0 −56 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+40 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/varnishicon.png
+5 −5 docs/config.md
+44 −29 docs/development.md
+38 −3 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!82725!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+1 −2 examples/4.x/.lando.yml
+2 −2 examples/4.x/README.md
+1 −2 examples/6.x/.lando.yml
+2 −2 examples/6.x/README.md
+3 −5 examples/custom/.lando.yml
+1 −1 lib/utils.js
+5 −20 netlify.toml
+0 −7,505 package-lock.json
+13 −12 package.json
+4 −5 services/varnish/builder.js
+0 −0 services/varnish/lando.default.vcl.tmpl
+0 −0 services/varnish/lando.varnishd.init.d.tmpl
+0 −0 services/varnish/launch.sh
+0 −0 services/varnish/ssl-termination.conf.tpl
+0 −0 tmpfile
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/wordpress
Submodule wordpress updated 93 files
+2 −3 .eslintignore
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+7 −7 .github/workflows/pr-unit-tests.yml
+44 −40 .github/workflows/pr-wordpress-tests.yml
+8 −17 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −47 CHANGELOG.md
+12 −0 actions-lando-config.yml
+0 −15 builders/wordpress-mariadb.js
+0 −15 builders/wordpress-mssql.js
+0 −15 builders/wordpress-mysql.js
+0 −18 builders/wordpress-nginx.js
+0 −32 builders/wordpress-php.js
+0 −15 builders/wordpress-postgres.js
+0 −249 builders/wordpress.js
+0 −110 config/mysql.cnf
+0 −105 config/mysql8.cnf
+0 −49 config/php.ini
+0 −9 docs/.eslintrc.json
+0 −58 docs/.vitepress/config.mjs
+0 −3 docs/.vitepress/theme/index.mjs
+42 −0 docs/.vuepress/config.js
+0 −0 docs/.vuepress/public/contact.html
+ docs/.vuepress/public/favicon.ico
+0 −0 docs/.vuepress/public/favicon.svg
+ docs/.vuepress/public/images/icon.png
+0 −0 docs/.vuepress/public/images/icon.svg
+ docs/.vuepress/public/images/logo.png
+0 −0 docs/.vuepress/public/images/logo.svg
+ docs/.vuepress/public/images/wordpressicon.png
+12 −12 docs/config.md
+45 −30 docs/development.md
+32 −36 docs/getting-started.md
+2 −3 docs/index.md
+0 −45 docs/install.md
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 docs/tooling.md
+0 −0 examples/.gitkeep
+0 −2 examples/.lando.upstream.yml
+0 −3 examples/.lando.yml
+0 −23 examples/wordpress-custom/.lando.yml
+0 −71 examples/wordpress-custom/README.md
+0 −1 examples/wordpress-custom/bob/index.php
+0 −1 examples/wordpress-custom/bob/info.php
+0 −40 examples/wordpress-custom/config/default.conf
+0 −6 examples/wordpress-defaults/.lando.yml
+0 −72 examples/wordpress-defaults/README.md
+0 −1 examples/wordpress-defaults/index.php
+0 −1 examples/wordpress-defaults/info.php
+0 −11 examples/wordpress-downstreamer-1/.lando.yml
+0 −44 examples/wordpress-downstreamer-1/README.md
+0 −1 examples/wordpress-downstreamer-1/index.php
+0 −1 examples/wordpress-downstreamer-1/info.php
+0 −11 examples/wordpress-downstreamer-2/.lando.yml
+0 −44 examples/wordpress-downstreamer-2/README.md
+0 −1 examples/wordpress-downstreamer-2/index.php
+0 −1 examples/wordpress-downstreamer-2/info.php
+0 −4 examples/wordpress-export/.gitignore
+0 −6 examples/wordpress-export/.lando.yml
+0 −61 examples/wordpress-export/README.md
+0 −1 examples/wordpress-export/index.php
+0 −1 examples/wordpress-export/info.php
+0 −59 examples/wordpress-export/mysql-test.sql
+0 −12 examples/wordpress-import/.lando.yml
+0 −56 examples/wordpress-import/README.md
+0 −24 examples/wordpress-import/big-bad-dump.sql
+0 −1 examples/wordpress-import/index.php
+0 −1 examples/wordpress-import/info.php
+0 −59 examples/wordpress-import/mysql-test.sql
+0 −59 examples/wordpress-import/subdir/test.sql
+0 −4 examples/wordpress-import/test.sh
+0 −1 examples/wordpress-mysql8/.gitignore
+0 −86 examples/wordpress-mysql8/README.md
+0 −14 examples/wordpress-nginx/.lando.yml
+0 −50 examples/wordpress-nginx/README.md
+0 −1 examples/wordpress-nginx/web/index.php
+0 −1 examples/wordpress-nginx/web/info.php
+0 −0 examples/wordpress/.gitignore
+1 −1 examples/wordpress/README.md
+1 −1 lib/utils.js
+5 −20 netlify.toml
+0 −7,656 package-lock.json
+14 −18 package.json
+53 −0 recipes/wordpress/builder.js
+0 −1 recipes/wordpress/default.conf.tpl
+0 −0 recipes/wordpress/init.js
+2 −2 recipes/wordpress/mysql.conf
+1 −1 recipes/wordpress/php.ini
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion setup-lando

0 comments on commit 176a4a0

Please sign in to comment.