mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-22 06:01:00 -05:00
[PR #13] [MERGED] Feat/reactflow wall #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/reactflow-wall📝 Commits (2)
6bb7408feat: context menu on nodesbb21bedfeat: 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.