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

Alerting: Stop persisting user-defined templates to disk #83456

Merged
merged 9 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    12ade75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab12cb View commit details
    Browse the repository at this point in the history
  3. Use PostableUserConfig hash to check for AM config changes

    Previously we relied on templates files on disk to check for template changes.
    Now that we no longer have those, we must rely on the configuration itself.
    Since PostableApiAlertingConfig does not include template strings, we use
    PostableUserConfig instead.
    JacobsonMT committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3705297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b0225 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce34ecd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de840e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5ee87d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3ba88d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc31023 View commit details
    Browse the repository at this point in the history