mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #506] [MERGED] chore: better naming for deployment config fields #508
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/506
Author: @masci
Created: 5/22/2025
Status: ✅ Merged
Merged: 5/22/2025
Merged by: @masci
Base:
main← Head:massi/deployment-config📝 Commits (1)
7df33e9chore: better naming for deployment config fields📊 Changes
4 files changed (+39 additions, -14 deletions)
View changed files
📝
llama_deploy/apiserver/deployment.py(+4 -4)📝
llama_deploy/apiserver/deployment_config_parser.py(+29 -4)📝
tests/apiserver/test_config_parser.py(+5 -5)📝
tests/apiserver/test_deployment.py(+1 -1)📄 Description
Discussed offline, in a deployment config like
the fields
nameandpathare confusing, so this PR renames them tolocationandimport_pathrespectively, resulting in the following🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.