- @quietone opened merge request.
- First commit to issue fork.
- πΊπΈUnited States phenaproxima Massachusetts
Created an initial version of the plugin which does a very simple dump of installer operations before they happen, into either JSON or PHP format (PHP is the default since it's probably faster to parse).
This would probably provide Package Manager with enough information to operate on.
- @phenaproxima opened merge request.
- πΊπΈUnited States phenaproxima Massachusetts
To clarify one thing about the proposed event...
Here's what Composer's documentation has to say about it:
pre-operations-exec: occurs before the install/upgrade/.. operations are executed when installing a lock file. Plugins that need to hook into this event will need to be installed globally to be usable, as otherwise they would not be loaded yet when a fresh install of a project happens
In my initial exploration, that thing about the plugin being globally installed is not strictly true. I think it would be true if you wanted to affect projects that haven't been created yet...but for Package Manager's purposes, we don't care about that. Package Manager only operates on and within existing projects with a lock file. As long as the plugin is locally installed in the project, this event should suffice for our purposes.
- πΊπΈUnited States phenaproxima Massachusetts
Updated that issue's summary, moving the TUF stuff to stable blocking.
- π¬π§United Kingdom catch
Well this issue includes discussing which of those issues are really beta vs. stable blocking, but yes we should have an accurate issue summary over there. Marking needs work for that I guess.
- πΊπΈUnited States smustgrave
Reading https://www.drupal.org/project/drupal/issues/3319030 π± Drupal 10 Core Roadmap for Automatic Updates Active there appear to still be open issues under the beta section (if I'm reading that right) so shouldn't this be postponed on those being completed?