feat: msft teams support for critical alerts (#5113)

* feat: msft teams support for critical alerts

* ee changes

* ee

* sqlx prep

* multiple teams channels

* commit file, not symlink

* improve reactivity

* docs link

* Update ee-repo-ref.txt
This commit is contained in:
Alexander Petric
2025-01-23 13:57:13 -05:00
committed by GitHub
parent e5308553cb
commit a88fbb238a
29 changed files with 387 additions and 42 deletions

View File

@@ -52,7 +52,7 @@ use windmill_git_sync::handle_deployment_metadata;
#[cfg(feature = "enterprise")]
use windmill_common::utils::require_admin_or_devops;
use crate::variables::{decrypt, encrypt};
use windmill_common::variables::{decrypt, encrypt};
use hyper::StatusCode;
use serde::{Deserialize, Serialize};
use sqlx::{FromRow, Postgres, Transaction};