Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
632daf8
Prep the new 14.x branch (#6358)
weitzman Sep 28, 2025
15a9c33
Deprecate Annotated Commands in favor of native Symfony Console comma…
weitzman Sep 28, 2025
a4134d7
Update compat table
weitzman Sep 28, 2025
a40d755
Fix commands.md content tabs
weitzman Sep 28, 2025
01113b5
Update dependency injection doc
weitzman Sep 28, 2025
662f546
Commands doc more terse
weitzman Sep 28, 2025
de7ec45
Docs tweak
weitzman Sep 28, 2025
0086a1b
Docs tweak
weitzman Sep 28, 2025
ccd5f49
Port most config commands to Console style (#6359)
weitzman Sep 30, 2025
3ec5a04
Use Drupal 11 when building docs site (#6361)
weitzman Sep 30, 2025
eca3f52
Note Drupal core requirements for cache:warm
weitzman Sep 30, 2025
6788093
Convert config:pull to Console (#6362)
weitzman Sep 30, 2025
a32672f
Bump docs links to 14.x (#6363)
weitzman Sep 30, 2025
5dbc5ab
Batch as console command (#6364)
weitzman Sep 30, 2025
685e4d7
Convert Cache commands to Console (#6365)
weitzman Oct 1, 2025
8ea92f2
Resolves #6355: Verify ssl peer for command line should adhere to ser…
nterbogt Oct 1, 2025
f91a807
Add support for Drupal ContentExportCommand (#6354)
thejimbirch Oct 1, 2025
3855f61
Console - cache:warm (#6366)
weitzman Oct 1, 2025
a5f4e05
Console - core commands, cli (#6367)
weitzman Oct 1, 2025
b767fbc
Move cache commands into own folder (#6368)
weitzman Oct 1, 2025
d7fcf83
Deploy commands to Console (#6369)
weitzman Oct 2, 2025
2b39fdd
Too much formatter (#6370)
weitzman Oct 2, 2025
210b714
too much formatter (#6371)
weitzman Oct 2, 2025
d160d9b
Convert dd command to console (#6372)
weitzman Oct 3, 2025
86e861a
Port druplicon option to a listener (#6373)
weitzman Oct 3, 2025
f75983b
core:edit to Console (#6374)
weitzman Oct 3, 2025
30ee0b1
Entity Commands to Console (#6375)
weitzman Oct 3, 2025
0150ed9
Jsonapi to console (#6377)
weitzman Oct 3, 2025
773cf99
Port lang commands to console (#6378)
weitzman Oct 3, 2025
fa0b4c8
Bump to min PHP 8.3 , and bump to phpstan:2 and rector:2 (#6380)
weitzman Oct 3, 2025
3f87af0
Add example to set default admin user account (#6379)
gitressa Oct 3, 2025
3a9b8e8
uli to console (#6381)
weitzman Oct 4, 2025
6813890
Maint to console (#6382)
weitzman Oct 4, 2025
5428494
Migrate commands to console (#6384)
weitzman Oct 7, 2025
328e620
Port PHP commands to Console (#6386)
weitzman Oct 7, 2025
9187984
No need for NotifyCommands (#6387)
weitzman Oct 7, 2025
228172b
Reorganize commands (#6388)
weitzman Oct 7, 2025
f44e017
Move queue commands to console (#6389)
weitzman Oct 7, 2025
ffe1c87
Move maint commands (#6385)
weitzman Oct 7, 2025
c141763
Port role commands to Console (#6390)
weitzman Oct 7, 2025
a8bdd99
Runserver to Console (#6391)
weitzman Oct 7, 2025
5daac55
Port site commands to Console (#6392)
weitzman Oct 7, 2025
509da2e
Port site:install to Console (#6393)
weitzman Oct 9, 2025
041b7d4
Update deprecation text (#6394)
weitzman Oct 9, 2025
dc4ccb3
Port site:ssh to console (#6395)
weitzman Oct 11, 2025
980a915
Port status to console (#6397)
weitzman Oct 13, 2025
cc3b46b
State commands to Console (#6396)
weitzman Oct 13, 2025
2e98a7d
user console (#6398)
weitzman Oct 13, 2025
60b647f
Views to console (#6399)
weitzman Oct 13, 2025
e681a8d
rm dupe files
weitzman Oct 13, 2025
7a6e70f
generator command to console (#6400)
weitzman Oct 14, 2025
5eeacb9
PM commands to console (#6401)
weitzman Oct 14, 2025
a27eb58
Port sql:sync to console (#6402)
weitzman Oct 15, 2025
84d0502
Theme commands to Console (#6403)
weitzman Oct 15, 2025
a829dbd
no examples (#6404)
weitzman Oct 15, 2025
5d15c54
Convert mkcommands to console (#6405)
weitzman Oct 15, 2025
3515b36
Merge branch '14.x' into backport-console
weitzman Oct 16, 2025
18c03c8
Dont change anything in src/Commands
weitzman Oct 16, 2025
000b1d8
Woops - rm the new files
weitzman Oct 16, 2025
bcc9f0e
Revert test changes, and misc
weitzman Oct 16, 2025
bdf0d9f
Revert Examples and misc
weitzman Oct 16, 2025
cc5ebb3
Revert min php checking
weitzman Oct 16, 2025
5d2cee6
Bring back alterer
weitzman Oct 16, 2025
eeb5aa2
Comment out the alterer error
weitzman Oct 16, 2025
85560e2
Try 8.4 explcitily
weitzman Oct 16, 2025
eb9c1b3
8.3 min
weitzman Oct 16, 2025
6e0ba76
Rm dupe option in sanitize plugins
weitzman Oct 16, 2025
de276fc
phpstan
weitzman Oct 17, 2025
3cc607c
update autowireTrait
weitzman Oct 17, 2025
1e278b4
Refine
weitzman Oct 17, 2025
a529fb2
phpstan
weitzman Oct 17, 2025
28209e6
phpstan
weitzman Oct 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ defaults: &defaults
PHPUNIT_ARGS: ""
PHP_SENDMAIL_PATH: /dev/null
# https://drupal.slack.com/archives/CGKLP028K/p1702031434143329?thread_ts=1702024395.751479&cid=CGKLP028K
WODBY_TAG: 8.2
WODBY_TAG: 8.3
WODBY_LATEST: 8.4
# These are not working. We disable the mode in .docker/zz-php.ini
PHP_EXTENSIONS_DISABLE: xdebug
PHP_XDEBUG_MODE: off
Expand Down Expand Up @@ -39,7 +40,7 @@ executors:
- "UNISH_DB_URL=sqlite://localhost/:memory:?module=sqlite"
sqlite-highest:
docker:
- image: wodby/php:latest
- image: wodby/php:$WODBY_LATEST
environment:
- "UNISH_DB_URL=sqlite://localhost/:memory:?module=sqlite"
mysql-lowest:
Expand All @@ -51,7 +52,7 @@ executors:
- image: cimg/mysql:5.7.38
mysql-highest:
docker:
- image: wodby/php:latest
- image: wodby/php:$WODBY_LATEST
environment:
- MYSQL_HOST=127.0.0.1
- UNISH_DB_URL=mysql://root:@127.0.0.1/unish_dev?module=mysql
Expand All @@ -69,7 +70,7 @@ executors:
POSTGRES_USER: unish
postgres-highest:
docker:
- image: wodby/php:latest
- image: wodby/php:$WODBY_LATEST
environment:
- UNISH_DB_URL=pgsql://unish:[email protected]/unish_dev?module=pgsql
- image: wodby/postgres:latest
Expand All @@ -87,7 +88,7 @@ jobs:
code_style:
<<: *defaults
docker:
- image: wodby/php:8.2
- image: wodby/php:$WODBY_LATEST
steps:
- checkout
- run: cp .docker/zz-php.ini /usr/local/etc/php/conf.d/
Expand Down Expand Up @@ -136,9 +137,7 @@ jobs:
and:
- equal: [ lowest, << parameters.release >> ]
steps:
- run: composer -n config platform.php --unset
- run: composer -n require --dev drupal/core-recommended:11.x-dev --no-update
- run: composer -n update --with-all-dependencies
- run: $HOME/drush/.circleci/highest.sh
- run: composer -n unit -- --log-junit /tmp/results/unit/junit.xml
- run: composer -n << parameters.suite >> -- --log-junit /tmp/results/<< parameters.suite >>/junit.xml

Expand Down
5 changes: 5 additions & 0 deletions .circleci/highest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

composer -n config platform.php --unset
composer -n require --dev drupal/core-recommended:11.x-dev --no-update
composer -n update --with-all-dependencies
11 changes: 0 additions & 11 deletions .ddev/web-build/Dockerfile

This file was deleted.

80 changes: 0 additions & 80 deletions appveyor.yml

This file was deleted.

29 changes: 15 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
}
},
"require": {
"php": ">=8.2",
"php": ">=8.3",
"ext-dom": "*",
"composer-runtime-api": "^2.2",
"chi-teck/drupal-code-generator": "^3.6 || ^4@alpha",
"composer/semver": "^1.4 || ^3",
"consolidation/annotated-command": "^4.9.2",
"consolidation/config": "^2.1.2 || ^3",
"consolidation/annotated-command": "^4.10.2",
"consolidation/config": "^2.1.2 || ^3.1.1",
"consolidation/filter-via-dot-access-data": "^2.0.2",
"consolidation/output-formatters": "^4.3.2",
"consolidation/robo": "^4.0.6 || ^5",
"consolidation/site-alias": "^4",
"consolidation/site-process": "^5.2.0",
"consolidation/output-formatters": "^4.6.1",
"consolidation/robo": "^4.0.6 || ^5.1.0",
"consolidation/site-alias": "^4.1.1",
"consolidation/site-process": "^5.4.2",
"dflydev/dot-access-data": "^3.0.2",
"grasmash/yaml-cli": "^3.1",
"grasmash/yaml-cli": "^3.2",
"guzzlehttp/guzzle": "^7.0",
"laravel/prompts": "^0.3.5",
"league/container": "^4.2",
Expand All @@ -58,16 +58,16 @@
"require-dev": {
"composer/installers": "^2",
"cweagans/composer-patches": "~1.7.3",
"drupal/core-recommended": "^10.3.0 || 11.x-dev",
"drupal/core-recommended": "^10.4.0 || 11.x-dev",
"drupal/semver_example": "2.3.0",
"jetbrains/phpstorm-attributes": "^1.0",
"mglaman/phpstan-drupal": "^1.2",
"mglaman/phpstan-drupal": "^2",
"phpunit/phpunit": "^9 || ^10 || ^11",
"rector/rector": "^1",
"rector/rector": "^2",
"squizlabs/php_codesniffer": "^3.7"
},
"conflict": {
"drupal/core": "< 10.2",
"drupal/core": "< 10.4",
"drupal/migrate_run": "*",
"drupal/migrate_tools": "<= 5"
},
Expand Down Expand Up @@ -97,7 +97,7 @@
"sort-packages": true,
"process-timeout": 9600,
"platform": {
"php": "8.2"
"php": "8.3"
}
},
"scripts": {
Expand Down Expand Up @@ -134,6 +134,7 @@
"sut/profiles/contrib/{$name}": ["type:drupal-profile"],
"sut/themes/contrib/{$name}": ["type:drupal-theme"],
"sut/drush/contrib/{$name}": ["type:drupal-drush"]
}
},
"patches-file": "composer.patches.json"
}
}
4 changes: 4 additions & 0 deletions composer.patches.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"patches": {
}
}
Loading