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

DM-33414: Allow id to be used in file template #639

Merged
merged 3 commits into from
Feb 1, 2022
Merged

Commits on Jan 31, 2022

  1. Allow id to be used in file template

    If id is used it must at least be present in the file
    name part of the template path.
    timj committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    8cf44e1 View commit details
    Browse the repository at this point in the history
  2. Remove unused old validation code in file templates

    During DM-17025 the code in the format() method to check
    that run was present was made irrelevant because of an
    earlier check that was added as part of generic
    template validation.
    timj committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    aa2e8a4 View commit details
    Browse the repository at this point in the history
  3. Add news fragment

    timj committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    0450d43 View commit details
    Browse the repository at this point in the history