From ebe4eac5ac354e4a6ae3fcdd71ddfd0f5d3fa6b2 Mon Sep 17 00:00:00 2001 From: Brian Middendorf Date: Tue, 10 Feb 2026 12:30:46 -0600 Subject: [PATCH 1/2] purview-v1.10.6 --- PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 | 4 +++- .../PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 b/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 index 80049e8..3d2b690 100644 --- a/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 +++ b/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 @@ -10983,6 +10983,9 @@ Write-LogHost "" # Output mode display with format-specific defaults $telemetry.QueryCreatedAt = 'reused_existing' } + # Convert outage tolerance to seconds BEFORE the skipCreate check so FETCH phase always has it + $maxNetworkOutageSeconds = $maxOutageMinutes * 60 + # Retry loop for query creation with 429 handling (unlimited retries for throttling) # Also handles transient network errors (502, 503, connection failures) with time-based tolerance if (-not $skipCreate) { @@ -10990,7 +10993,6 @@ Write-LogHost "" # Output mode display with format-specific defaults $createRetries = 0 $createSuccess = $false $networkErrorStart = $null - $maxNetworkOutageSeconds = $maxOutageMinutes * 60 # Convert minutes to seconds # Build query body ONCE before retry loop $queryBody = @{ diff --git a/script_archive/Purview_Audit_Log_Processor/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 b/script_archive/Purview_Audit_Log_Processor/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 index 80049e8..3d2b690 100644 --- a/script_archive/Purview_Audit_Log_Processor/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 +++ b/script_archive/Purview_Audit_Log_Processor/PAX_Purview_Audit_Log_Processor_v1.10.6.ps1 @@ -10983,6 +10983,9 @@ Write-LogHost "" # Output mode display with format-specific defaults $telemetry.QueryCreatedAt = 'reused_existing' } + # Convert outage tolerance to seconds BEFORE the skipCreate check so FETCH phase always has it + $maxNetworkOutageSeconds = $maxOutageMinutes * 60 + # Retry loop for query creation with 429 handling (unlimited retries for throttling) # Also handles transient network errors (502, 503, connection failures) with time-based tolerance if (-not $skipCreate) { @@ -10990,7 +10993,6 @@ Write-LogHost "" # Output mode display with format-specific defaults $createRetries = 0 $createSuccess = $false $networkErrorStart = $null - $maxNetworkOutageSeconds = $maxOutageMinutes * 60 # Convert minutes to seconds # Build query body ONCE before retry loop $queryBody = @{ From 7da7456efc5b3932629754559bfabe06fe634a7d Mon Sep 17 00:00:00 2001 From: Brian Middendorf Date: Tue, 10 Feb 2026 12:30:52 -0600 Subject: [PATCH 2/2] PAX-v1.0.18 --- .gitignore | 70 ++++++++++++++--------------------------- script_archive/.gitkeep | 2 +- 2 files changed, 25 insertions(+), 47 deletions(-) diff --git a/.gitignore b/.gitignore index 9942ca2..8146091 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,22 @@ -# Dependencies -node_modules/ -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Build outputs -dist/ -build/ -*.exe -*.pdb -*.msi -*.dmg -*.zip +# Local working folders (not for repo) +temp/ +output/ +scripts/ +changelogs/ -# Tauri build outputs -src-tauri/target/ -src-tauri/WixTools/ +# Ignore test suite (retain ability to run locally; prevent committing) +tests/ +tests/** +!tests/README.md -# Generated output files (exclude entire output tree from tracking) -output/ +# Data files +*.csv +*.jsonl +*.xlsx +*.xls -# Development and cache -.turbo/ -.cache/ -.temp/ -.tmp/ +# Workspace file +PAX.code-workspace # OS generated files .DS_Store @@ -35,9 +27,7 @@ output/ ehthumbs.db Thumbs.db -# IDE files -.vscode/settings.json -.idea/ +# Editor files *.swp *.swo @@ -46,27 +36,15 @@ Thumbs.db .env.local .env.production +# Binaries and installers +*.exe +*.pdb +*.msi +*.dmg +*.zip + # Logs -logs/ *.log -# Windows installer artifacts -vs_BuildTools.exe -rustup-init.exe - -# Release artifacts -releases/ - -# Internal documents (not for public repo) -PAX_One_Pager_CVP.md - -# Ignore test suite (retain ability to run locally; prevent committing) -tests/ -tests/** -!tests/README.md - - - -# PAX-v1.0.4 diff --git a/script_archive/.gitkeep b/script_archive/.gitkeep index 8e7057d..a977019 100644 --- a/script_archive/.gitkeep +++ b/script_archive/.gitkeep @@ -1 +1 @@ -# Last updated: 2026-02-10 (PAX v1.0.18, Graph v1.0.1, Purview v1.10.6, CopilotInteractions v1.2.0) \ No newline at end of file +# Last updated: 2026-02-10 (PAX v1.0.18, Graph v1.0.1, Purview v1.10.6, CopilotInteractions v1.2.0). \ No newline at end of file