Closes #37
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
/target
|
/target
|
||||||
build.sh
|
build.sh
|
||||||
pythontest.py
|
pythontest.py
|
||||||
|
changelog.md
|
||||||
Generated
+1
-1
@@ -26,7 +26,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "airlock_libs"
|
name = "airlock_libs"
|
||||||
version = "4.0.0"
|
version = "4.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "airlock_libs"
|
name = "airlock_libs"
|
||||||
version = "4.0.0"
|
version = "4.0.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "airlock_libs"
|
name = "airlock_libs"
|
||||||
version = "4.0.0"
|
version = "4.0.1"
|
||||||
description = "Airlock Digital API Wrapper"
|
description = "Airlock Digital API Wrapper"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "AGPL-3.0-only" }
|
license = { text = "AGPL-3.0-only" }
|
||||||
|
|||||||
@@ -186,6 +186,7 @@ pub fn pull_policy_exec_histories(
|
|||||||
tracer.in_span("Airlock Data Retreival", |cx| {
|
tracer.in_span("Airlock Data Retreival", |cx| {
|
||||||
let span = cx.span();
|
let span = cx.span();
|
||||||
span.set_attribute(Key::new("Days").string(days.to_string().to_string()));
|
span.set_attribute(Key::new("Days").string(days.to_string().to_string()));
|
||||||
|
span.set_attribute(KeyValue::new("Policy Name", policy_names.clone()));
|
||||||
loop {
|
loop {
|
||||||
match f.seek(SeekFrom::Start(0)) {
|
match f.seek(SeekFrom::Start(0)) {
|
||||||
Ok(_) => {}
|
Ok(_) => {}
|
||||||
|
|||||||
+1
-1
@@ -11,4 +11,4 @@ urllib3==2.5.0
|
|||||||
pyperclip==1.11.0
|
pyperclip==1.11.0
|
||||||
|
|
||||||
--extra-index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/
|
--extra-index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/
|
||||||
airlock_libs==4.0.0
|
airlock_libs==4.0.1
|
||||||
Reference in New Issue
Block a user