Feature/model ref - #1
Open
cjbi wants to merge 2 commits into
Open
Conversation
- 将 RelationField 重命名为 ModelRefField - 将 ModelRelation 注解重命名为 ModelRef - 将 ScalarType 中的 RELATION 类型重命名为 MODEL_REF - 更新所有相关字段、方法和变量名称以匹配新命名 - 修改测试资源文件中的类型定义以使用新命名约定 - 更新 Jackson 序列化配置以使用新的字段类型名称
- 将NativeQueryDefinition.getType()返回值从"native_query"改为"NativeQuery" - 更新ModelMixIn中NativeQueryDefinition的类型名称映射 - 修改sample_input.json测试文件中的类型值 - 更新ModelingTools工具描述中的类型说明 - 修正ModelingResource中所有示例对象的类型值 - 更新ModelingResource中API文档的类型枚举说明 - 修改UI组件ProvidersTab中的类型过滤条件 - 更新ModelExplorer中模型图标获取和分组逻辑的类型判断 - 修正ModelForm中表单提交和标签页切换的类型匹配 - 更新NativeQueryForm中类型赋值和确认逻辑 - 修改DataModeling页面中模型视图渲染的类型判断 - 更新data-modeling.d.ts中TypeWrapper
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.