mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #84] [MERGED] refactor/enricher #406
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/84
Author: @dextmorgn
Created: 11/27/2025
Status: ✅ Merged
Merged: 11/27/2025
Merged by: @dextmorgn
Base:
main← Head:refactor/enricher📝 Commits (7)
2d5a661feat: complete refactor77aa83efeat(api): 2.0.04d93762feat(types): 1.0.08709697feat(core): 1.0.01086ba9feat(enrichers): 1.0.033a69f1feat(app): 2.0.0119c1b8feat: bump version📊 Changes
188 files changed (+2550 additions, -8310 deletions)
View changed files
📝
.gitignore(+1 -1)📝
Makefile(+3 -3)📝
README.md(+27 -27)📝
docker-compose.dev.yml(+2 -2)📝
flowsint-api/.gitignore(+1 -1)📝
flowsint-api/Dockerfile(+2 -2)📝
flowsint-api/app/api/routes/enrichers.py(+15 -15)📝
flowsint-api/app/api/routes/events.py(+3 -3)📝
flowsint-api/app/api/routes/flows.py(+48 -48)📝
flowsint-api/app/api/routes/scan.py(+1 -1)📝
flowsint-api/app/api/schemas/enricher.py(+3 -3)📝
flowsint-api/app/main.py(+2 -2)📝
flowsint-api/app/utils.py(+11 -11)📝
flowsint-api/poetry.lock(+20 -20)📝
flowsint-api/pyproject.toml(+2 -2)📝
flowsint-app/package.json(+1 -1)📝
flowsint-app/public/icons/instagram.svg(+1 -1)📝
flowsint-app/src/api/README-query-keys.md(+3 -3)➕
flowsint-app/src/api/enricher-service.ts(+16 -0)📝
flowsint-app/src/api/query-keys-examples.ts(+5 -5)...and 80 more files
📄 Description
This release includes a complete terminology refactoring from "Transform" to "Enricher" across the entire codebase. This is a breaking change that affects all APIs, class names, and interfaces.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.