mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #86] [MERGED] feat: type detection for import + types registry + better import experience #136
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/86
Author: @dextmorgn
Created: 11/28/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @dextmorgn
Base:
main← Head:feat/type-detection-import📝 Commits (4)
8d7e3bbfeat(core): type registry + better import2abf6c9feat(api): type registry + better importfa6d5eefeat(types): type registry + type detection2c5902ffeat(app): better import function📊 Changes
61 files changed (+1717 additions, -1851 deletions)
View changed files
📝
flowsint-api/app/api/routes/enrichers.py(+0 -1)📝
flowsint-api/app/api/routes/flows.py(+0 -1)📝
flowsint-api/app/api/routes/keys.py(+0 -1)📝
flowsint-api/app/api/routes/sketches.py(+33 -77)📝
flowsint-app/src/api/sketch-service.ts(+1 -3)📝
flowsint-app/src/components/graphs/add-item-dialog.tsx(+1 -1)📝
flowsint-app/src/components/graphs/import-preview.tsx(+540 -389)📝
flowsint-app/src/components/graphs/import-sheet.tsx(+39 -45)📝
flowsint-app/src/components/table/relationships-view.tsx(+2 -2)📝
flowsint-core/src/flowsint_core/core/graph_repository.py(+67 -14)📝
flowsint-core/src/flowsint_core/core/registry.py(+8 -0)📝
flowsint-core/src/flowsint_core/imports/__init__.py(+5 -8)📝
flowsint-core/src/flowsint_core/imports/entity_detection.py(+6 -124)📝
flowsint-core/src/flowsint_core/imports/file_parser.py(+61 -253)➖
flowsint-core/src/flowsint_core/imports/type_matcher.py(+0 -291)📝
flowsint-core/tests/import/test_entity_detection.py(+61 -299)➕
flowsint-core/tests/import/test_file_parser.py(+42 -0)➖
flowsint-core/tests/import/test_import_integration.py(+0 -294)📝
flowsint-types/src/flowsint_types/__init__.py(+21 -7)📝
flowsint-types/src/flowsint_types/address.py(+7 -0)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.