[PP-1] Consider moving some of Package Manager's config options to settings

Created on 4 October 2024, about 1 month ago

Problem/Motivation

This is postponed on ✨ Add Alpha level Experimental Package Manager module Needs review .

Package Manager exposes several configuration options (in the package_manager.settings config), but no UI for changing them. Some of them might make more sense as site settings. This issue is to think about which, if any, Package Manager config options might make more sense in settings, and implement that if needed.

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component

other

Created by

πŸ‡ΊπŸ‡ΈUnited States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @phenaproxima
  • πŸ‡¬πŸ‡§United Kingdom catch
  • πŸ‡³πŸ‡ΏNew Zealand quietone

    Which config options are being considered here?

  • πŸ‡¬πŸ‡§United Kingdom catch

    These are the current settings:

    executables:
      composer: ~
      rsync: ~
    additional_trusted_composer_plugins: []
    include_unknown_files_in_project_root: false
    

    The composer and rsync executables could be environment specific, so for me those should definitely move to settings.php to avoid people having to use $config overrides in settings.php (which is less obvious than $settings).

    The other two also seem like they could be environment specific potentially.

Production build 0.71.5 2024