From 55525c21bd5bd6b01cb691ace8fa4316a8af5aed Mon Sep 17 00:00:00 2001 From: "whitesource-bolt-for-github[bot]" <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 08:04:21 +0000 Subject: [PATCH 1/6] Add .whitesource configuration file --- .whitesource | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..55b922e --- /dev/null +++ b/.whitesource @@ -0,0 +1,12 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file From f11e6a1cb88dad58abb0da3c4b267939c3c23060 Mon Sep 17 00:00:00 2001 From: akax <32862241+joseguzman1337@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:39:41 +0800 Subject: [PATCH 2/6] Add macOS system files to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add .DS_Store pattern to ignore macOS folder metadata - Add ._* pattern to ignore AppleDouble files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2964518 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +# macOS system files +.DS_Store +._* From 2342d024ac421184fb17c4f001b7ee58013e6b10 Mon Sep 17 00:00:00 2001 From: joseguzman1337 Date: Wed, 18 Mar 2026 20:03:42 -0500 Subject: [PATCH 3/6] chore: bump all repository dependencies to latest --- requirements.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index cad7f2c..656ed1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -# -# Python dependencies for running on GeoLogonalyzer.py -# -# Usage: -# pip install -r requirements.txt -# -netaddr -python-geoip-python3 -win_inet_pton -geopy -geoip2>=2.9.0 -importlib-metadata +# +# Python dependencies for running on GeoLogonalyzer.py +# +# Usage: +# pip install -r requirements.txt +# +netaddr +python-geoip-python3 +win_inet_pton +geopy +geoip2>=5.2.0 +importlib-metadata From d0592db5496ebbd6915045caf896dd11912b6f99 Mon Sep 17 00:00:00 2001 From: joseguzman1337 Date: Wed, 18 Mar 2026 21:09:00 -0500 Subject: [PATCH 4/6] chore(sync): incorporate AI agents work and sync --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 656ed1c..8f00230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # Usage: # pip install -r requirements.txt # -netaddr -python-geoip-python3 -win_inet_pton -geopy +netaddr==1.3.0 +python-geoip-python3==1.3 +win_inet_pton==1.1.0 +geopy==2.4.1 geoip2>=5.2.0 -importlib-metadata +importlib-metadata==8.7.1 From 762a318b3a9cdc43a5c6adccbc76761c9701f30f Mon Sep 17 00:00:00 2001 From: joseguzman1337 Date: Thu, 19 Mar 2026 13:00:52 -0500 Subject: [PATCH 5/6] chore: bump all repository dependencies to latest --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f00230..8ff511f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ python-geoip-python3==1.3 win_inet_pton==1.1.0 geopy==2.4.1 geoip2>=5.2.0 -importlib-metadata==8.7.1 +importlib-metadata==8.8.0 From b443af7b7f1e72ef6554b32dd1b1867c9df3fb8b Mon Sep 17 00:00:00 2001 From: joseguzman1337 Date: Tue, 31 Mar 2026 07:38:19 -0500 Subject: [PATCH 6/6] [CRUSH] chore(repo): checkpoint pending changes #TASK-000 --- project.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 project.json diff --git a/project.json b/project.json new file mode 100644 index 0000000..b121ac4 --- /dev/null +++ b/project.json @@ -0,0 +1,47 @@ +{ + "name": "repo-repos-geologonalyzer", + "root": "repos/GeoLogonalyzer", + "projectType": "library", + "targets": { + "status": { + "executor": "nx:run-commands", + "options": { + "command": "git -C repos/GeoLogonalyzer status --short || true" + }, + "metadata": { + "supervisorRequired": true + } + }, + "fetch": { + "executor": "nx:run-commands", + "options": { + "command": "git -C repos/GeoLogonalyzer fetch --all --prune || true" + }, + "metadata": { + "supervisorRequired": true + } + }, + "log": { + "executor": "nx:run-commands", + "options": { + "command": "git -C repos/GeoLogonalyzer log --oneline -10 || true" + }, + "metadata": { + "supervisorRequired": true + } + }, + "manifests": { + "executor": "nx:run-commands", + "options": { + "command": "find repos/GeoLogonalyzer \\( -name package.json -o -name pyproject.toml -o -name Cargo.toml -o -name go.mod -o -name setup.py \\) -not -path '*/node_modules/*' -not -path '*/testdata/*' -not -path '*/fixtures/*' -print | sort" + }, + "metadata": { + "supervisorRequired": true + } + } + }, + "tags": [ + "scope:repos", + "type:subrepo" + ] +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8ff511f..e4efd09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ python-geoip-python3==1.3 win_inet_pton==1.1.0 geopy==2.4.1 geoip2>=5.2.0 -importlib-metadata==8.8.0 +importlib-metadata==9.0.0