From cc833b48c8cbc0e240fe433bb653c41a561fecf8 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 28 Oct 2025 22:56:46 +0000 Subject: [PATCH] configurable DISABLE_AUDIT_LOG --- backend/Cargo.lock | 1 + backend/ee-repo-ref.txt | 2 +- backend/windmill-audit/Cargo.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6062b2934e..cf04eae0fb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -15335,6 +15335,7 @@ name = "windmill-audit" version = "1.567.3" dependencies = [ "chrono", + "lazy_static", "serde", "serde_json", "sql-builder", diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index 03cbd1fd10..e4d57815c4 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -a2c83c51c9b501e3660fe82416a73e487356158d \ No newline at end of file +3ec1603ac7353075eedab1044b7c878ea2e85a97 \ No newline at end of file diff --git a/backend/windmill-audit/Cargo.toml b/backend/windmill-audit/Cargo.toml index 5a9ea376b6..6e4fc3fd12 100644 --- a/backend/windmill-audit/Cargo.toml +++ b/backend/windmill-audit/Cargo.toml @@ -20,3 +20,4 @@ chrono.workspace = true serde_json.workspace = true tracing.workspace = true windmill-common = { workspace = true, default-features = false } +lazy_static.workspace = true \ No newline at end of file