mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #5] [MERGED] Refactor db #1061
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/5
Author: @dextmorgn
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @dextmorgn
Base:
main← Head:refactor-db📝 Commits (9)
5f25a34refactor: project to investigation, investigation to sketch3a878fcfeat: permissionsd09e599feat: remove crown74ea508feat: section-cards1479d67feat: supabase init schema5ba25d9feat: statuse81a58ffeat: new theme599d212feat: db-refactor3dcb881feat: latest commit📊 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.