You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, based on your work I made some hacks to make it work with drupal 8 and 9. I decided to fork it as it change so much. The repo is in gitlab: https://gitlab.com/communia/check_drupal_8
As drush needs to be in a drupal-project now and cannot be installed globally it changes the detection of drush also.
Will use jq to parse the output in json of drush.
Will use drush to get list of security updates.
Will use composer to get list of outdated.
A new "c" option is added to -w check for drupal status requirements, to allow to guess the global state of the drupal status requirements based on the information collected from all the items in status report: If there's any critical apply the critical, else if there's any warning apply the warning, else if everything is ok apply the OK.
--check is replaced by -t and checks for drush, composer and jq.
Hi, based on your work I made some hacks to make it work with drupal 8 and 9. I decided to fork it as it change so much. The repo is in gitlab: https://gitlab.com/communia/check_drupal_8
A lot of changes are needed:
You can check diff changes in https://gitlab.com/communia/check_drupal_8/-/commit/5bb5598414ba716c8fe192e9b94cc7c17f21fa6f .
Feel free to get the code to merge it back if needed!
thank's a lot!
The text was updated successfully, but these errors were encountered: