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

@@ -36,7 +36,7 @@ use windmill_common::{
variables::ExportableListableVariable,
};
use crate::variables::decrypt;
use windmill_common::variables::decrypt;
use hyper::header;
use serde::{Deserialize, Serialize};
use serde_json::Value;