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

Clear root metadata when extending configurations #24118

Commits on Mar 2, 2023

  1. Clear root metadata when extending configurations

    The hierarchy is saved as an instance variable in configuration metadata. The mutation type for configuration extension
    was DEPENDENCIES, which only caused the cached metadata to be reevaluated. This is not sufficient. We add a new mutation
    type for HIERARCHY which completely discards the metadata, allowing it to be recalculated and the new hierarchy value
    to be passed to the configuration metadata
    jvandort committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8fcba91 View commit details
    Browse the repository at this point in the history