Skip to content
Snippets Groups Projects

Add patching proxy

Merged vlorentz requested to merge object-patching-proxy into master
  1. May 31, 2024
    • vlorentz's avatar
      Introduce an object patching proxy feature in the MaskingProxy · e2700570
      vlorentz authored and David Douard's avatar David Douard committed
      This is an alternative to modifying the `person` table, as that
      technique only worked on the PostgreSQL backend and not with Cassandra,
      as it does not have a `person` table (authors and committers are inlined
      in the revision and release tables).
      
      This does not come with cli tooling to manage the display name table
      entries for now.
      e2700570
Loading