Commit 8c4aef0
committed
Refactor pipeline registry and settings
- Removed unused job_queue_type argument from PipelineRegistry class.
- Cleaned up imports in settings initialization by removing job_queue import.
- Introduced a new _backend.py file to define backend properties for easier maintenance.
- Deleted job_queue.py as it is no longer needed.
- Updated test cases to remove references to job queue configurations.
- Adjusted test assertions to reflect changes in the PipelineManager and FlowerPowerProject classes.
- Updated dependencies in the lock file, removing unused packages related to job queue management.1 parent 6c7089c commit 8c4aef0
File tree
210 files changed
+673
-88220
lines changed- docker
- conf
- python-worker
- docs
- mkdocs
- docs
- api
- site
- advanced
- api
- cli_job_queue
- cli_mqtt
- cli_pipeline
- cli
- configuration
- create_project
- flowerpowerproject
- flowerpower
- initialize_project
- jobqueuemanager
- pipelinemanager
- rqmanager
- architecture
- assets
- images
- javascripts
- lunr
- min
- workers
- stylesheets
- contributing
- examples
- installation
- javascripts
- quickstart
- search
- quarto
- _site
- api
- site_libs
- bootstrap
- clipboard
- quarto-diagram
- quarto-html
- tabsets
- quarto-search
- api
- examples
- data-etl-pipeline
- conf
- pipelines
- scripts
- hello-world
- base/conf
- pipelines
- rq
- conf
- pipelines
- pipelines
- job-queue-only-example
- conf
- scripts
- tasks
- ml-training-pipeline
- conf
- pipelines
- scripts
- pipeline-only-example
- scheduled-reports
- conf
- pipelines
- data
- pipelines
- scripts
- web-scraping-pipeline/scripts
- src/flowerpower
- cfg
- pipeline
- project
- cli
- pipeline
- settings
- tests
- pipeline
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
210 files changed
+673
-88220
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | 18 | | |
| |||
Large diffs are not rendered by default.
0 commit comments