Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ repomix-output.md
src/flowerpower/_settings.py
.sesskey
test.db*
docs/08_jobqueuemanager___pipelinejobqueue_.md
REFACTORING_PLAN.md
GEMINI.md
repomix-output.xml
repomix.config.json
.roo/mcp.json
4 changes: 0 additions & 4 deletions .repomixignore

This file was deleted.

18 changes: 0 additions & 18 deletions .roo/mcp.json

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.11.6.20] - 2025-08-14

### Changes
- Refactor code for improved readability and consistency
- Refactor pipeline management by removing the runner module and updating the manager. Introduce unit tests for the pipeline and flower power project, ensuring proper functionality and validation of methods.
- feat(pipeline): Implement active Pipeline class with execution logic
- Refactor tests and update dependencies



## [0.11.6.20] - 2025-08-14

### Changes
- Refactor pipeline management by removing the runner module and updating the manager. Introduce unit tests for the pipeline and flower power project, ensuring proper functionality and validation of methods.
- feat(pipeline): Implement active Pipeline class with execution logic
- Refactor tests and update dependencies



## [0.11.6.20] - 2025-08-12

### Changes
Expand Down
415 changes: 302 additions & 113 deletions README.md

Large diffs are not rendered by default.

Loading
Loading