• Joined on 2025-04-05
lentil merged pull request lentil/rhizome-node#3 2025-06-19 16:59:09 -05:00
feature/docker-orchestrator-tests
lentil pushed to feature/docker-orchestrator-tests at lentil/rhizome-node 2025-06-19 16:58:44 -05:00
a31d8739e2 docs: enhance JSDoc for DockerOrchestrator cleanup methods
87699dd1af refactor: simplify node startup and improve test reliability
8059a5350a Windsurf workflow to generate a merge request summary
be0f0659b9 Remove empty test
c8d38a4af2 refactor: remove dockerOptions and fix resource limits
Compare 12 commits »
lentil commented on pull request lentil/rhizome-node#3 2025-06-19 16:56:05 -05:00
feature/docker-orchestrator-tests

I'm happy with this 😄 I wrote it with help of Windsurf

lentil pushed to feature/docker-orchestrator-tests at lentil/rhizome-node 2025-06-19 16:53:34 -05:00
ac1fb9fa07 docs: enhance JSDoc for DockerOrchestrator cleanup methods
lentil pushed to feature/docker-orchestrator-tests at lentil/rhizome-node 2025-06-19 16:44:43 -05:00
7bee2a2687 refactor: simplify node startup and improve test reliability
5956e7147f Windsurf workflow to generate a merge request summary
bfc7aab36a Remove empty test
Compare 3 commits »
lentil created pull request lentil/rhizome-node#3 2025-06-19 16:25:34 -05:00
feature/docker-orchestrator-tests
lentil pushed to feature/docker-orchestrator-tests at lentil/rhizome-node 2025-06-19 16:01:39 -05:00
4868a8d405 refactor: remove dockerOptions and fix resource limits
lentil pushed to feature/docker-orchestrator-tests at lentil/rhizome-node 2025-06-18 19:56:36 -05:00
675a0656c6 feat: Refactor Docker orchestrator and enhance test utilities
lentil pushed to feature/docker-orchestrator-tests at lentil/rhizome-node 2025-06-18 01:20:36 -05:00
f6a3bbba56 docker orchestrator is working
95dd1c5338 Fixed/simplified tsconfig and docker setup
Compare 2 commits »
lentil pushed to feature/docker-orchestrator-tests at lentil/rhizome-node 2025-06-15 17:10:02 -05:00
fdcc01da1c Implement Docker orchestrator and fix test infrastructure
b2ec6fe157 npm audit fix
Compare 2 commits »
lentil created branch feature/docker-orchestrator-tests in lentil/rhizome-node 2025-06-15 17:10:02 -05:00
lentil pushed to main at lentil/rhizome-node 2025-06-15 14:33:31 -05:00
63026d069e Update README.md
lentil pushed to main at lentil/rhizome-node 2025-06-15 14:26:32 -05:00
1b9ed0a6dd Merge pull request 'pr-1-feedback' (#2) from pr-1-feedback into main
6c13f46714 fix(negation): improve negation chain handling and clean up logging
4b750c593d feat(query): validate JSON Logic operators and improve error handling
51d336b88b feat: handle undefined values in custom resolvers
d5cc436bcb chore: remove unused _RhizomeImports from test files
Compare 11 commits »
lentil merged pull request lentil/rhizome-node#2 2025-06-15 14:26:31 -05:00
pr-1-feedback
lentil created pull request lentil/rhizome-node#2 2025-06-15 14:16:41 -05:00
pr-1-feedback
lentil pushed to pr-1-feedback at lentil/rhizome-node 2025-06-15 14:16:13 -05:00
6c13f46714 fix(negation): improve negation chain handling and clean up logging
4b750c593d feat(query): validate JSON Logic operators and improve error handling
51d336b88b feat: handle undefined values in custom resolvers
d5cc436bcb chore: remove unused _RhizomeImports from test files
35bbc974d8 refactor: move common resolve logic to base Lossy class
Compare 11 commits »
lentil pushed to main at lentil/rhizome-node 2025-06-15 14:08:41 -05:00
04212e87e6 Merge pull request 'major changes and feature additions' (#1) from claude_code_work into main
af8f49ebbc updating todo with leveldb details that we just... did
1c55e95a7b cleanup and levelDB integration
c8488843d2 refactored file structure, added levelDB (needs work)
9a7bd7d3b0 implemented initial query engine and exposed HTTP endpoints
Compare 12 commits »
lentil merged pull request lentil/rhizome-node#1 2025-06-15 14:08:40 -05:00
major changes and feature additions
lentil commented on pull request lentil/rhizome-node#1 2025-06-15 14:08:15 -05:00
major changes and feature additions

I resolved all my own feedback from this PR on branch pr-1-feedback. I'll merge this PR and open a new one.

lentil pushed to pr-1-feedback at lentil/rhizome-node 2025-06-15 14:05:38 -05:00
d626bea865 fix(negation): improve negation chain handling and clean up logging