-
Notifications
You must be signed in to change notification settings - Fork 32
Breaking: Remove legacy hayhooks pipeline deploy
; introduce hayhooks pipeline deploy-yaml
to deploy YAML pipelines with required inputs/outputs fields
#161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
3efcda8
resolve inputs and outputs from a Haystack pipeline YAML definition
mpangrazzi a855065
Add method to add YAML pipeline to registry
mpangrazzi d2ad833
Better types handling
mpangrazzi d55195f
Add deploy_pipeline_yaml ; Add route for YAML pipeline ; Add /deploy-…
mpangrazzi 28d6ca7
Fix types
mpangrazzi bf52b0d
Fix lint
mpangrazzi 787bd37
Fix for python 3.9
mpangrazzi 28d0840
Fix for last ruff version
mpangrazzi 1cf600f
Fix tests
mpangrazzi 5b7fe4b
Add route for YAML if app is present
mpangrazzi fd9c44d
Introduced InvalidYamlIOError 422 error for YAML deployments with mis…
mpangrazzi 924bd3a
Add deploy-yaml CLI command
mpangrazzi eee69a3
Ensure inputs / outputs YAML pipelines are deployed at startup (so no…
mpangrazzi 0176170
Skip tests with old YAML logic
mpangrazzi 9aadb12
Cleanup of old YAML handling logic to avoid confusion
mpangrazzi 48e7428
Remove old CLI deploy command
mpangrazzi 487cb63
Add CLI alias: deploy -> deploy-files
mpangrazzi b1af4d0
Update README
mpangrazzi 6ca670e
Use AsyncPipeline when loading YAML pipelines (to avoid using run_in_…
mpangrazzi c94d0ef
Fix lint
mpangrazzi 4446dd8
Add a section for loading pipelines or agents at startup
mpangrazzi d9420c2
Enable YAML pipelines as MCP tools
mpangrazzi 1593afd
Update README
mpangrazzi 12e210b
Update README
mpangrazzi bd0a060
Update README
mpangrazzi 04f961e
Refactor: add skip_mcp to payload
mpangrazzi c26281b
Remove unneeded import
mpangrazzi 8df9812
Restore disabled tests
mpangrazzi a2e7106
Re-added required_variables on prompt_builder component
mpangrazzi 8d891af
Update docstrings
mpangrazzi 9880094
Update docstrings
mpangrazzi f1f892e
Update docstrings
mpangrazzi 0097b86
Add warning when using removed hayhooks pipeline deploy command
mpangrazzi 32791e1
Update README
mpangrazzi 6f8e3eb
Add warning when using hayhooks pipeline deploy command
mpangrazzi 0fc170a
Consistent method naming + add note about type:ignore
mpangrazzi 99fe786
Update description / comments
mpangrazzi 46d3f23
Update README
mpangrazzi ee2eb15
Update error messages
mpangrazzi 62630b4
Add note about using AsyncPipeline only ; Removed comment
mpangrazzi e73d3ae
Update README
mpangrazzi 86cfc71
Remove hayhooks pipeline deploy references
mpangrazzi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.