Skip to content
Snippets Groups Projects
  • Braden Shepherdson's avatar
    1c517071
    Serdes v2: Find YAML files with human-friendly labels (#25390) · 1c517071
    Braden Shepherdson authored
    The YAML file names have an optional `:label` portion that becomes the
    latter part of the filename. Reconstructed paths (eg. from
    `serdes-dependencies`) don't have those labels.
    
    This change makes the YAML ingestion code able to find a file with a
    human-readable label even if the request didn't include it.
    No ambiguity results because the file names are always based on the
    unique serdes `:id`, usually an `entity_id`.
    Serdes v2: Find YAML files with human-friendly labels (#25390)
    Braden Shepherdson authored
    The YAML file names have an optional `:label` portion that becomes the
    latter part of the filename. Reconstructed paths (eg. from
    `serdes-dependencies`) don't have those labels.
    
    This change makes the YAML ingestion code able to find a file with a
    human-readable label even if the request didn't include it.
    No ambiguity results because the file names are always based on the
    unique serdes `:id`, usually an `entity_id`.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
yaml.clj 2.81 KiB