kuafuai / DevOpsGPT

Multi agent system for AI-driven software development. Combine LLM with DevOps tools to convert natural language requirements into working software. Supports any development language and extends the existing code.
https://www.kuafuai.net
Other
6.48k stars 830 forks source link

編輯應用列表有BUG #80

Closed av8dtop closed 1 year ago

av8dtop commented 1 year ago

newService = ApplicationService.create_service(appID, service["service_name"], service["service_git_path"], service["service_workflow"], service["service_role"], service["service_language"], service["service_framework"], service["service_database"], service["service_api_type"], service["service_api_location"], service["service_container_name"], service["service_container_group"], service["service_region"], service["service_public_ip"], service["service_security_group"], service["service_cd_subnet"], service["service_struct_cache"]) KeyError: 'service_name'

會變成創建新的 但是我只是要修改

wangchangjiu commented 1 year ago

image

booboosui commented 1 year ago

This issue has been fixed in the latest version, thank you for your feedback #95