[PR #9] [MERGED] Feat/new modern layout #20

Closed
opened 2025-11-11 11:49:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/9
Author: @dextmorgn
Created: 6/1/2025
Status: Merged
Merged: 6/1/2025
Merged by: @dextmorgn

Base: mainHead: feat/new-modern-layout


📝 Commits (3)

📊 Changes

246 files changed (+24154 additions, -1381 deletions)

View changed files

📝 flowsint-api/app/api/routes/investigations.py (+26 -4)
flowsint-api/app/api/routes/logs.py (+92 -0)
📝 flowsint-api/app/api/routes/sketches.py (+75 -21)
📝 flowsint-api/app/api/routes/transforms.py (+200 -122)
📝 flowsint-api/app/api/schemas/sketch.py (+1 -1)
📝 flowsint-api/app/api/schemas/transform.py (+1 -1)
📝 flowsint-api/app/core/celery.py (+20 -14)
flowsint-api/app/core/config.py (+10 -0)
flowsint-api/app/core/events.py (+70 -0)
📝 flowsint-api/app/core/logger.py (+60 -34)
📝 flowsint-api/app/main.py (+12 -0)
📝 flowsint-api/app/models/models.py (+1 -1)
📝 flowsint-api/app/scanners/base.py (+3 -3)
flowsint-api/app/scanners/crypto/transactions.py (+99 -0)
📝 flowsint-api/app/scanners/domains/subdomains.py (+10 -10)
📝 flowsint-api/app/scanners/domains/whois.py (+3 -2)
📝 flowsint-api/app/scanners/emails/holehe.py (+1 -1)
📝 flowsint-api/app/scanners/ips/reverse_resolve.py (+1 -1)
📝 flowsint-api/app/scanners/orchestrator.py (+21 -25)
📝 flowsint-api/app/scanners/socials/maigret.py (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/9 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/new-modern-layout` --- ### 📝 Commits (3) - [`5395183`](https://github.com/reconurge/flowsint/commit/53951836588d3d45a5a211677a90641dc43466a8) feat: flowsint-app - [`6020e96`](https://github.com/reconurge/flowsint/commit/6020e968b03a5e9b1cc281ec0a1498e973f411f1) feat: move to vite - [`ca8f71b`](https://github.com/reconurge/flowsint/commit/ca8f71ba99794ed269e5286937a9572656470cb8) feat: new flowsint app ### 📊 Changes **246 files changed** (+24154 additions, -1381 deletions) <details> <summary>View changed files</summary> 📝 `flowsint-api/app/api/routes/investigations.py` (+26 -4) ➕ `flowsint-api/app/api/routes/logs.py` (+92 -0) 📝 `flowsint-api/app/api/routes/sketches.py` (+75 -21) 📝 `flowsint-api/app/api/routes/transforms.py` (+200 -122) 📝 `flowsint-api/app/api/schemas/sketch.py` (+1 -1) 📝 `flowsint-api/app/api/schemas/transform.py` (+1 -1) 📝 `flowsint-api/app/core/celery.py` (+20 -14) ➕ `flowsint-api/app/core/config.py` (+10 -0) ➕ `flowsint-api/app/core/events.py` (+70 -0) 📝 `flowsint-api/app/core/logger.py` (+60 -34) 📝 `flowsint-api/app/main.py` (+12 -0) 📝 `flowsint-api/app/models/models.py` (+1 -1) 📝 `flowsint-api/app/scanners/base.py` (+3 -3) ➕ `flowsint-api/app/scanners/crypto/transactions.py` (+99 -0) 📝 `flowsint-api/app/scanners/domains/subdomains.py` (+10 -10) 📝 `flowsint-api/app/scanners/domains/whois.py` (+3 -2) 📝 `flowsint-api/app/scanners/emails/holehe.py` (+1 -1) 📝 `flowsint-api/app/scanners/ips/reverse_resolve.py` (+1 -1) 📝 `flowsint-api/app/scanners/orchestrator.py` (+21 -25) 📝 `flowsint-api/app/scanners/socials/maigret.py` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 11:49:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#20