Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable runtime substitutions using class level validation blocks #4600

Closed
wants to merge 4 commits into from
Closed

Enable runtime substitutions using class level validation blocks #4600

wants to merge 4 commits into from

Commits on Mar 5, 2013

  1. Enable runtime substitutions using class level validation blocks

    This fixes /issues/4596.  As well as now honouring
    class level validation blocks a validation hierarchy is implemented
    across `web`, `layer` and `class` level validation blocks.  This
    hierarchy *only* takes effect when identical validation keys appear in
    `web`, `layer` or `class` such that keys in more specialised blocks
    override those in more generalised blocks. i.e. `class` overrides
    `layer` which overrides `web`.
    
    In conjunction with the above, default class level substitutions are
    also enabled and also implement the precedence rules above. i.e. a
    default substitution in `class` overrides `layer` which overrides
    `web`.
    Homme Zwaagstra committed Mar 5, 2013
    Configuration menu
    Copy the full SHA
    285d165 View commit details
    Browse the repository at this point in the history
  2. Fix validation checking logic

    Previously the logic let through tags which didn't appear in the
    validation blocks.
    Homme Zwaagstra committed Mar 5, 2013
    Configuration menu
    Copy the full SHA
    1287d51 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Ensure legacy validation metadata support works properly

    Homme Zwaagstra committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    4dc289c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3645ef View commit details
    Browse the repository at this point in the history