Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9b8b93c
chore(gitignore): ignore backups
patchmemory Feb 10, 2026
80e3e0a
feat: Add cross-database instance transfer with relationship preserva…
patchmemory Feb 18, 2026
f5bd69a
feat: Enhance cross-database transfer with per-label matching keys an…
patchmemory Feb 18, 2026
c252abe
feat: Add progress logging and missing target node creation for large…
patchmemory Feb 18, 2026
a5c35b5
feat(transfer): Add cancellation support for cross-database transfers
patchmemory Feb 18, 2026
21f7a1a
feat(transfer): Add real-time progress tracking with live UI updates
patchmemory Feb 18, 2026
4577ce7
feat(transfer): Add two-phase progress tracking with time & ETA
patchmemory Feb 18, 2026
2cc5f15
fix(transfer): Remove references to deleted progress bar elements
patchmemory Feb 18, 2026
0004588
feat(transfer): Hide Phase 2 for nodes-only + add placeholder creation
patchmemory Feb 18, 2026
3800687
refactor(transfer): Simplify stub creation - use actual labels, trust…
patchmemory Feb 18, 2026
8b3d742
fix(transfer): Restore provenance metadata for multi-source harmoniza…
patchmemory Feb 18, 2026
a04c73e
feat(transfer): Add comprehensive provenance to ALL nodes and relatio…
patchmemory Feb 18, 2026
45227ea
docs(transfer): Document provenance tracking and two-phase progress
patchmemory Feb 19, 2026
7828482
feat(graphrag): Add comprehensive feedback system for query improvement
patchmemory Feb 19, 2026
caa3fcd
feat(neo4j): Add multi-profile connection management with roles
patchmemory Feb 19, 2026
cce1cba
feat(providers): Restrict local file access to configurable base dire…
patchmemory Feb 19, 2026
5713bb5
feat(ui): Redesign files page with tree explorer and modern layout
patchmemory Feb 19, 2026
3fe3226
docs: Add files page tree explorer design document
patchmemory Feb 19, 2026
1c8d476
test: Fix cross-database transfer test mocks to match implementation
patchmemory Feb 19, 2026
57e062a
chore(dev): Update dev submodule to include task documentation
patchmemory Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ sqlite:/tmp
dev/code-imports/nc3rsEDA/
!dev/code-imports/nc3rsEDA/README.md
/logs/

# Backups are for local work, not the repository
backups/
Loading