[PR #5] [MERGED] Refactor db #1061

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

📋 Pull Request Information

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

Base: mainHead: refactor-db


📝 Commits (9)

📊 Changes

151 files changed (+5190 additions, -8036 deletions)

View changed files

backend/supabase/.gitignore (+8 -0)
backend/supabase/config.toml (+308 -0)
backend/supabase/migrations/20250412163409_remote_schema.sql (+2533 -0)
backend/volumes/migrations/20250323205445_remote_schema.sql (+0 -1599)
📝 flowsint-api/Dockerfile (+3 -0)
📝 flowsint-api/app/core/celery.py (+1 -1)
📝 flowsint-api/app/main.py (+16 -18)
flowsint-api/app/scanners/base.py (+40 -0)
flowsint-api/app/scanners/holehe_scanner.py (+189 -0)
flowsint-api/app/scanners/registry.py (+24 -0)
flowsint-api/app/scanners/sherlock_scanner.py (+61 -0)
📝 flowsint-api/app/tasks/scanner.py (+8 -14)
flowsint-api/app/workers/__init__.py (+0 -0)
flowsint-api/app/workers/email_scanner.py (+0 -157)
📝 flowsint-api/entrypoint.sh (+1 -3)
📝 flowsint-api/requirements.txt (+2 -1)
flowsint-web/src/app/api/chat/route.ts (+0 -26)
📝 flowsint-web/src/app/api/investigations/[investigation_id]/documents/route.ts (+10 -10)
📝 flowsint-web/src/app/api/investigations/[investigation_id]/individuals/[individual_id]/route.ts (+2 -2)
📝 flowsint-web/src/app/api/investigations/[investigation_id]/organigrams/[organization_id]/sketch/route.ts (+0 -0)

...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/5 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 4/14/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `refactor-db` --- ### 📝 Commits (9) - [`5f25a34`](https://github.com/reconurge/flowsint/commit/5f25a34439ad3a69151910fa8bfdbf8ec4273147) refactor: project to investigation, investigation to sketch - [`3a878fc`](https://github.com/reconurge/flowsint/commit/3a878fc6f398d7d0465541bebc3b651e7d24eb76) feat: permissions - [`d09e599`](https://github.com/reconurge/flowsint/commit/d09e599f67e52067e18f8529634bb71890b65bc4) feat: remove crown - [`74ea508`](https://github.com/reconurge/flowsint/commit/74ea508ddbef7503064ffe40c1cd6bf099aaaaaf) feat: section-cards - [`1479d67`](https://github.com/reconurge/flowsint/commit/1479d6750f2622ff4eda24ee9424a71808e7e43e) feat: supabase init schema - [`5ba25d9`](https://github.com/reconurge/flowsint/commit/5ba25d98a31f60669e528b84de5e099fbedb120a) feat: status - [`e81a58f`](https://github.com/reconurge/flowsint/commit/e81a58ffa0374d31d6f6bc8f4bba2ccb1a1ef1e2) feat: new theme - [`599d212`](https://github.com/reconurge/flowsint/commit/599d2122ead3bc6700dedb976e193c0d49593fcf) feat: db-refactor - [`3dcb881`](https://github.com/reconurge/flowsint/commit/3dcb881f96531b42ed54b4be160a4d85b9f21bc5) feat: latest commit ### 📊 Changes **151 files changed** (+5190 additions, -8036 deletions) <details> <summary>View changed files</summary> ➕ `backend/supabase/.gitignore` (+8 -0) ➕ `backend/supabase/config.toml` (+308 -0) ➕ `backend/supabase/migrations/20250412163409_remote_schema.sql` (+2533 -0) ➖ `backend/volumes/migrations/20250323205445_remote_schema.sql` (+0 -1599) 📝 `flowsint-api/Dockerfile` (+3 -0) 📝 `flowsint-api/app/core/celery.py` (+1 -1) 📝 `flowsint-api/app/main.py` (+16 -18) ➕ `flowsint-api/app/scanners/base.py` (+40 -0) ➕ `flowsint-api/app/scanners/holehe_scanner.py` (+189 -0) ➕ `flowsint-api/app/scanners/registry.py` (+24 -0) ➕ `flowsint-api/app/scanners/sherlock_scanner.py` (+61 -0) 📝 `flowsint-api/app/tasks/scanner.py` (+8 -14) ➖ `flowsint-api/app/workers/__init__.py` (+0 -0) ➖ `flowsint-api/app/workers/email_scanner.py` (+0 -157) 📝 `flowsint-api/entrypoint.sh` (+1 -3) 📝 `flowsint-api/requirements.txt` (+2 -1) ➖ `flowsint-web/src/app/api/chat/route.ts` (+0 -26) 📝 `flowsint-web/src/app/api/investigations/[investigation_id]/documents/route.ts` (+10 -10) 📝 `flowsint-web/src/app/api/investigations/[investigation_id]/individuals/[individual_id]/route.ts` (+2 -2) 📝 `flowsint-web/src/app/api/investigations/[investigation_id]/organigrams/[organization_id]/sketch/route.ts` (+0 -0) _...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 2026-05-03 01:56:37 -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#1061