We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前版本前端在创建环境或修改环境时会将继承的所有变量以及当前实例的变量传递到后端,后端接收后检查如果变量有 id 则做变量更新,否则创建变量。这里的问题:
建议修改:
The text was updated successfully, but these errors were encountered:
Feat: 变量更新接口改为只支持传当前实例添加的变量 (#112)
70d5a3a
* refactor: 调整创建和更新变量的方式 - 新增接口: /variables/scope/{scope}/{objectId},用于更新实例的变量列表 - 修改环境创建接口:variables 参数只支持传入环境级别的变量 - 修改环境部署接口:移除 delVariables 参数,variables 参数设计为全量更新, variables 中不存在的变量会被删除 resolve #68
419e1bc
jxinging
No branches or pull requests
目前版本前端在创建环境或修改环境时会将继承的所有变量以及当前实例的变量传递到后端,后端接收后检查如果变量有 id 则做变量更新,否则创建变量。这里的问题:
建议修改:
The text was updated successfully, but these errors were encountered: