[PR #84] [MERGED] refactor/enricher #134

Closed
opened 2026-04-11 08:43:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: refactor/enricher


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/84 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `refactor/enricher` --- ### 📝 Commits (7) - [`2d5a661`](https://github.com/reconurge/flowsint/commit/2d5a661d707338dc65c04bbcbb6647331ed6c5ee) feat: complete refactor - [`77aa83e`](https://github.com/reconurge/flowsint/commit/77aa83e649fd75c9fd8a7d66ddf46682dacb09bb) feat(api): 2.0.0 - [`4d93762`](https://github.com/reconurge/flowsint/commit/4d9376206db1593269e6c5bb1fd1aaba195b23e0) feat(types): 1.0.0 - [`8709697`](https://github.com/reconurge/flowsint/commit/8709697385f66c5779ceb54571f21245407f3d19) feat(core): 1.0.0 - [`1086ba9`](https://github.com/reconurge/flowsint/commit/1086ba9e2354399a3cf3dfc6833600293aafbc41) feat(enrichers): 1.0.0 - [`33a69f1`](https://github.com/reconurge/flowsint/commit/33a69f1d720327a6a648a2b956acc0983bf87199) feat(app): 2.0.0 - [`119c1b8`](https://github.com/reconurge/flowsint/commit/119c1b8a305b5a58274346fdc4d30a839c9b5008) feat: bump version ### 📊 Changes **188 files changed** (+2550 additions, -8310 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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. --- <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-04-11 08:43:16 -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#134