[PR #6] [MERGED] feat: proper types #1062

Closed
opened 2026-05-03 01:56:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: feat/shared-types


📝 Commits (1)

📊 Changes

75 files changed (+2016 additions, -1290 deletions)

View changed files

📝 backend/supabase/migrations/20250412163409_remote_schema.sql (+40 -40)
📝 flowsint-api/app/core/celery.py (+2 -2)
📝 flowsint-api/app/main.py (+36 -8)
flowsint-api/app/models/types.py (+0 -92)
📝 flowsint-api/app/scanners/base.py (+0 -13)
flowsint-api/app/scanners/domains/domain_infos.py (+0 -97)
flowsint-api/app/scanners/domains/resolve.py (+53 -0)
flowsint-api/app/scanners/domains/subdomains.py (+72 -0)
flowsint-api/app/scanners/domains/whois.py (+75 -0)
📝 flowsint-api/app/scanners/emails/ghunt.py (+1 -4)
flowsint-api/app/scanners/ips/reverse_resolve.py (+53 -0)
📝 flowsint-api/app/scanners/leaks/hibp.py (+1 -1)
📝 flowsint-api/app/scanners/orchestrator.py (+23 -13)
📝 flowsint-api/app/scanners/phones/ignorant.py (+9 -9)
📝 flowsint-api/app/scanners/registry.py (+9 -16)
📝 flowsint-api/app/types/__init__.py (+0 -0)
flowsint-api/app/types/address.py (+12 -0)
flowsint-api/app/types/domain.py (+15 -0)
flowsint-api/app/types/email.py (+4 -0)
flowsint-api/app/types/individual.py (+9 -0)

...and 55 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/6 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/shared-types` --- ### 📝 Commits (1) - [`d7e27a4`](https://github.com/reconurge/flowsint/commit/d7e27a48b049fa0f75ef6e8b75b4dcbb796315e6) feat: proper types ### 📊 Changes **75 files changed** (+2016 additions, -1290 deletions) <details> <summary>View changed files</summary> 📝 `backend/supabase/migrations/20250412163409_remote_schema.sql` (+40 -40) 📝 `flowsint-api/app/core/celery.py` (+2 -2) 📝 `flowsint-api/app/main.py` (+36 -8) ➖ `flowsint-api/app/models/types.py` (+0 -92) 📝 `flowsint-api/app/scanners/base.py` (+0 -13) ➖ `flowsint-api/app/scanners/domains/domain_infos.py` (+0 -97) ➕ `flowsint-api/app/scanners/domains/resolve.py` (+53 -0) ➕ `flowsint-api/app/scanners/domains/subdomains.py` (+72 -0) ➕ `flowsint-api/app/scanners/domains/whois.py` (+75 -0) 📝 `flowsint-api/app/scanners/emails/ghunt.py` (+1 -4) ➕ `flowsint-api/app/scanners/ips/reverse_resolve.py` (+53 -0) 📝 `flowsint-api/app/scanners/leaks/hibp.py` (+1 -1) 📝 `flowsint-api/app/scanners/orchestrator.py` (+23 -13) 📝 `flowsint-api/app/scanners/phones/ignorant.py` (+9 -9) 📝 `flowsint-api/app/scanners/registry.py` (+9 -16) 📝 `flowsint-api/app/types/__init__.py` (+0 -0) ➕ `flowsint-api/app/types/address.py` (+12 -0) ➕ `flowsint-api/app/types/domain.py` (+15 -0) ➕ `flowsint-api/app/types/email.py` (+4 -0) ➕ `flowsint-api/app/types/individual.py` (+9 -0) _...and 55 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 2026-05-03 01:56:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#1062