[PR #35] [MERGED] refactor(core): follow best practive principles #38

Closed
opened 2025-11-11 11:50:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/35
Author: @dextmorgn
Created: 11/6/2025
Status: Merged
Merged: 11/6/2025
Merged by: @dextmorgn

Base: mainHead: refactor/best-pratices


📝 Commits (1)

  • 5c6ecfb refactor(core): follow best practive principles

📊 Changes

5 files changed (+897 additions, -134 deletions)

View changed files

📝 flowsint-core/src/flowsint_core/core/graph_db.py (+159 -38)
flowsint-core/src/flowsint_core/core/graph_repository.py (+267 -0)
flowsint-core/src/flowsint_core/core/graph_serializer.py (+169 -0)
flowsint-core/src/flowsint_core/core/graph_service.py (+217 -0)
📝 flowsint-core/src/flowsint_core/core/transform_base.py (+85 -96)

📄 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/35 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `refactor/best-pratices` --- ### 📝 Commits (1) - [`5c6ecfb`](https://github.com/reconurge/flowsint/commit/5c6ecfb82f5fdb9d17f29dc0f0d7da2b38f7cc80) refactor(core): follow best practive principles ### 📊 Changes **5 files changed** (+897 additions, -134 deletions) <details> <summary>View changed files</summary> 📝 `flowsint-core/src/flowsint_core/core/graph_db.py` (+159 -38) ➕ `flowsint-core/src/flowsint_core/core/graph_repository.py` (+267 -0) ➕ `flowsint-core/src/flowsint_core/core/graph_serializer.py` (+169 -0) ➕ `flowsint-core/src/flowsint_core/core/graph_service.py` (+217 -0) 📝 `flowsint-core/src/flowsint_core/core/transform_base.py` (+85 -96) </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 2025-11-11 11:50:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#38