Files
start-os/core/src
Dominion5254 26a68afdef fix: merge version ranges when adding existing package signer (#3125)
* fix: merge version ranges when adding existing package signer

   Previously, add_package_signer unconditionally inserted the new
   version range, overwriting any existing authorization for that signer.
   Now it OR-merges the new range with the existing one, so running
   signer add multiple times accumulates permissions rather than
   replacing them.

* add --merge flag to registry package signer add

  Default behavior remains overwrite. When --merge is passed, the new
  version range is OR-merged with the existing one, allowing admins to
  accumulate permissions incrementally.

* add missing attribute to TS type

* make merge optional

* upsert instead of insert

* VersionRange::None on upsert
2026-02-18 13:21:33 -07:00
..
2025-12-22 13:39:38 -07:00
2025-12-22 13:39:38 -07:00
2025-12-22 13:39:38 -07:00
2026-01-27 14:44:41 -08:00
2026-01-27 14:44:41 -08:00
2026-01-27 14:44:41 -08:00
2025-12-22 13:39:38 -07:00
2026-01-27 14:44:41 -08:00
2026-01-27 14:44:41 -08:00
2026-01-27 14:44:41 -08:00
2026-02-05 23:21:28 +01:00
2025-12-22 13:39:38 -07:00
2025-12-22 13:39:38 -07:00
2026-01-27 14:44:41 -08:00
2026-01-27 14:44:41 -08:00
2025-12-22 13:39:38 -07:00
2026-01-27 14:44:41 -08:00
2025-12-22 13:39:38 -07:00
2026-01-27 14:44:41 -08:00
2025-12-22 13:39:38 -07:00
2025-12-22 13:39:38 -07:00