[PR #13] [MERGED] Feat/reactflow wall #24

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

📋 Pull Request Information

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

Base: mainHead: feat/reactflow-wall


📝 Commits (2)

  • 6bb7408 feat: context menu on nodes
  • bb21bed feat: context menu on nodes

📊 Changes

118 files changed (+4188 additions, -1656 deletions)

View changed files

flowsint-api/alembic/versions/6dfa83113ad7_change_content_colum_of_log_to_json.py (+90 -0)
📝 flowsint-api/app/api/routes/events.py (+21 -46)
📝 flowsint-api/app/api/routes/sketches.py (+46 -18)
flowsint-api/app/api/schemas/log.py (+0 -24)
📝 flowsint-api/app/core/celery.py (+1 -1)
📝 flowsint-api/app/core/enums.py (+23 -5)
📝 flowsint-api/app/core/events.py (+0 -9)
📝 flowsint-api/app/core/logger.py (+38 -45)
flowsint-api/app/core/types.py (+11 -0)
📝 flowsint-api/app/main.py (+2 -3)
📝 flowsint-api/app/models/models.py (+6 -6)
📝 flowsint-api/app/scanners/base.py (+3 -3)
📝 flowsint-api/app/scanners/crypto/wallet_to_nfts.py (+3 -1)
📝 flowsint-api/app/scanners/crypto/wallet_to_transactions.py (+5 -4)
📝 flowsint-api/app/scanners/domains/domain_to_asn.py (+4 -3)
📝 flowsint-api/app/scanners/domains/resolve.py (+38 -0)
📝 flowsint-api/app/scanners/domains/subdomains.py (+2 -2)
📝 flowsint-api/app/scanners/domains/whois.py (+2 -0)
📝 flowsint-api/app/scanners/emails/holehe.py (+2 -2)
📝 flowsint-api/app/scanners/ips/asn_to_cidrs.py (+7 -6)

...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/13 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 6/20/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/reactflow-wall` --- ### 📝 Commits (2) - [`6bb7408`](https://github.com/reconurge/flowsint/commit/6bb74084269016b64f4364c471b9f8102d3b9b27) feat: context menu on nodes - [`bb21bed`](https://github.com/reconurge/flowsint/commit/bb21bedc2b21fbc37568eba82132f3c4a69a7151) feat: context menu on nodes ### 📊 Changes **118 files changed** (+4188 additions, -1656 deletions) <details> <summary>View changed files</summary> ➕ `flowsint-api/alembic/versions/6dfa83113ad7_change_content_colum_of_log_to_json.py` (+90 -0) 📝 `flowsint-api/app/api/routes/events.py` (+21 -46) 📝 `flowsint-api/app/api/routes/sketches.py` (+46 -18) ➖ `flowsint-api/app/api/schemas/log.py` (+0 -24) 📝 `flowsint-api/app/core/celery.py` (+1 -1) 📝 `flowsint-api/app/core/enums.py` (+23 -5) 📝 `flowsint-api/app/core/events.py` (+0 -9) 📝 `flowsint-api/app/core/logger.py` (+38 -45) ➕ `flowsint-api/app/core/types.py` (+11 -0) 📝 `flowsint-api/app/main.py` (+2 -3) 📝 `flowsint-api/app/models/models.py` (+6 -6) 📝 `flowsint-api/app/scanners/base.py` (+3 -3) 📝 `flowsint-api/app/scanners/crypto/wallet_to_nfts.py` (+3 -1) 📝 `flowsint-api/app/scanners/crypto/wallet_to_transactions.py` (+5 -4) 📝 `flowsint-api/app/scanners/domains/domain_to_asn.py` (+4 -3) 📝 `flowsint-api/app/scanners/domains/resolve.py` (+38 -0) 📝 `flowsint-api/app/scanners/domains/subdomains.py` (+2 -2) 📝 `flowsint-api/app/scanners/domains/whois.py` (+2 -0) 📝 `flowsint-api/app/scanners/emails/holehe.py` (+2 -2) 📝 `flowsint-api/app/scanners/ips/asn_to_cidrs.py` (+7 -6) _...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:51 -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#24