closes #37
This commit is contained in:
brotoskyj
2025-11-24 10:30:52 -05:00
parent 87ab1e3b28
commit dd206eb272
6 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
/target
build.sh
pythontest.py
pythontest.py
changelog.md
+1 -1
View File
@@ -26,7 +26,7 @@ dependencies = [
[[package]]
name = "airlock_libs"
version = "4.0.0"
version = "4.0.1"
dependencies = [
"chrono",
"indicatif",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "airlock_libs"
version = "4.0.0"
version = "4.0.1"
edition = "2024"
[lib]
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "airlock_libs"
version = "4.0.0"
version = "4.0.1"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }
+1
View File
@@ -186,6 +186,7 @@ pub fn pull_policy_exec_histories(
tracer.in_span("Airlock Data Retreival", |cx| {
let span = cx.span();
span.set_attribute(Key::new("Days").string(days.to_string().to_string()));
span.set_attribute(KeyValue::new("Policy Name", policy_names.clone()));
loop {
match f.seek(SeekFrom::Start(0)) {
Ok(_) => {}