Skip to content

Commit

Permalink
SUBDOM
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Apr 22, 2024
1 parent 747b7b9 commit e48d550
Show file tree
Hide file tree
Showing 44 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 115 files
2 changes: 1 addition & 1 deletion core-next
Submodule core-next updated 243 files
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 161 files
2 changes: 1 addition & 1 deletion events
2 changes: 1 addition & 1 deletion plugins/acquia
Submodule acquia updated 108 files
2 changes: 1 addition & 1 deletion plugins/backdrop
Submodule backdrop updated 111 files
2 changes: 1 addition & 1 deletion plugins/compose
Submodule compose updated 45 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+43 −31 .github/workflows/pr-compose-tests.yml
+9 −9 .github/workflows/pr-docs-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 −2 .npmignore
+3 −25 CHANGELOG.md
+6 −11 README.md
+12 −0 actions-lando-config.yml
+0 −9 docs/.eslintrc.json
+0 −55 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/composeicon.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
+1 −1 docs/config.md
+44 −29 docs/development.md
+36 −7 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!76976!favicon.ico
+15 −5 docs/support.md
+0 −25 docs/team.md
+2 −2 examples/compose/README.md
+55 −0 lib/utils.js
+5 −20 netlify.toml
+0 −7,463 package-lock.json
+14 −11 package.json
+2 −1 services/compose/builder.js
+0 −0 tmpfile
+0 −9 utils/get-host-path.js
+0 −31 utils/normalize-overrides.js
+0 −16 utils/normalize-path.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/drupal
Submodule drupal updated 138 files
2 changes: 1 addition & 1 deletion plugins/joomla
Submodule joomla updated 98 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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 87 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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 −38 CHANGELOG.md
+1 −6 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 101 files
2 changes: 1 addition & 1 deletion plugins/laravel
Submodule laravel updated 101 files
2 changes: 1 addition & 1 deletion plugins/lemp
Submodule lemp updated 99 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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 48 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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 68 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+45 −40 .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 −31 CHANGELOG.md
+0 −6 README.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
+43 −17 docs/index.md
+0 −45 docs/install.md
+0 −0 docs/public/.!78757!favicon.ico
+14 −4 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
+0 −14 examples/11.3/.lando.yml
+0 −44 examples/11.3/README.md
+2 −9 examples/custom/.lando.yml
+5 −20 netlify.toml
+0 −7,385 package-lock.json
+14 −11 package.json
+4 −17 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 66 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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/mongo
Submodule mongo updated 45 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+43 −33 .github/workflows/pr-mongo-tests.yml
+7 −8 .github/workflows/pr-unit-tests.yml
+8 −17 .github/workflows/release.yml
+1 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −2 .npmignore
+1 −23 CHANGELOG.md
+0 −6 README.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/mongoicon.png
+4 −4 docs/config.md
+45 −30 docs/development.md
+37 −2 docs/index.md
+0 −45 docs/install.md
+15 −5 docs/support.md
+0 −25 docs/team.md
+0 −14 examples/6.x/.lando.yml
+0 −48 examples/6.x/README.md
+0 −14 examples/7.x/.lando.yml
+0 −48 examples/7.x/README.md
+1 −6 examples/custom/.lando.yml
+5 −20 netlify.toml
+0 −7,365 package-lock.json
+15 −13 package.json
+4 −30 services/mongo/builder.js
+0 −0 services/mongo/launch.sh
+0 −0 tmpfile
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/mysql
Submodule mysql updated 48 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+45 −31 .github/workflows/pr-mysql-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 −2 .npmignore
+1 −1 .tool-versions
+1 −27 CHANGELOG.md
+0 −6 README.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/mysqlicon.png
+9 −13 docs/config.md
+45 −30 docs/development.md
+37 −2 docs/index.md
+0 −45 docs/install.md
+15 −5 docs/support.md
+0 −25 docs/team.md
+0 −0 examples/.gitkeep
+1 −1 examples/5.7/.lando.yml
+1 −0 examples/5.7/README.md
+1 −1 examples/8.0/.lando.yml
+1 −7 examples/custom/.lando.yml
+5 −20 netlify.toml
+0 −7,483 package-lock.json
+14 −12 package.json
+10 −10 services/mysql/builder.js
+0 −0 services/mysql/launch.sh
+0 −0 services/mysql/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/nginx
Submodule nginx updated 78 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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 78 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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 −7 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 129 files
2 changes: 1 addition & 1 deletion plugins/php
Submodule php updated 124 files
2 changes: 1 addition & 1 deletion plugins/phpmyadmin
Submodule phpmyadmin updated 48 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 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
+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,393 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 53 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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 −8 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
Submodule postgres updated 46 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+9 −9 .github/workflows/pr-docs-tests.yml
+7 −7 .github/workflows/pr-linter.yml
+45 −33 .github/workflows/pr-postgres-tests.yml
+6 −6 .github/workflows/pr-unit-tests.yml
+6 −15 .github/workflows/release.yml
+4 −8 .gitignore
+3 −3 .lando.yml
+1 −1 .node-version
+0 −42 CHANGELOG.md
+0 −6 README.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
+39 −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/postgresicon.png
+4 −4 docs/config.md
+44 −29 docs/development.md
+37 −4 docs/index.md
+0 −45 docs/install.md
+15 −5 docs/support.md
+0 −25 docs/team.md
+0 −22 examples/15/.lando.yml
+0 −47 examples/15/README.md
+0 −22 examples/16/.lando.yml
+0 −47 examples/16/README.md
+1 −5 examples/custom/.lando.yml
+5 −20 netlify.toml
+0 −7,404 package-lock.json
+15 −21 package.json
+3 −8 services/postgres/builder.js
+0 −0 services/postgres/launch.sh
+0 −0 services/postgres/postgresql.conf
+0 −0 tmpfile
+0 −17 utils/get-default-healthcheck.js
+4,596 −0 yarn.lock
2 changes: 1 addition & 1 deletion plugins/redis
Submodule redis updated 51 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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 96 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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 102 files
2 changes: 1 addition & 1 deletion plugins/varnish
Submodule varnish updated 50 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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 96 files
+2 −3 .eslintignore
+0 −23 .github/PULL_REQUEST_TEMPLATE.md
+0 −19 .github/workflows/label-add-to-project.yml
+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
+0 −6 README.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,684 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

0 comments on commit e48d550

Please sign in to comment.