Pycook Cmdb Versions Save

CMDB: configuration and management of IT resources

2.4.4

1 week ago
  1. Feat: CI details page supports displaying associated ITSM tickets.
  2. Feat: Added instance rollback functionality.
  3. Feat: Ensure the order of values for multi-value fields.

  1. Feat: CI详情页支持展示ITSM关联工单
  2. Feat: 新增实例回滚功能
  3. Feat: 多值字段的值保证顺序

2.4.3

3 weeks ago
  1. Feat: Support service tree retrieval.
  2. Feat: Support custom display attributes for service tree and topology view.
  3. Fix: Fix the issue of duplicate display of nodes in relationship topology view.
  4. Fix: Fix the issue of the manual trigger CI calculation button not being displayed for inherited properties.

  1. Feat: 支持服务树检索
  2. Feat: 服务树和拓扑视图支持自定义展示属性
  3. Fix: 修复关系拓扑视图节点重复显示的问题
  4. Fix: 修复继承属性手动触发CI计算按钮未展示的问题

2.4.2

1 month ago
  1. Feat: Added attribute association feature, supporting automatic relationship establishment based on the attribute values of two models.
  2. Fix: Fixed the issue of menu bar shaking when focusing on the top menu bar.

  1. Feat: 新增属性关联功能,支持通过两个模型的属性值自动建立关系
  2. Fix: 修复了聚焦在顶部菜单栏时,菜单栏抖动的问题

2.4.1

1 month ago
  1. Feat: Service Tree Table supports displaying tree node information.
  2. Feat: Service Tree supports modifying tree node names.
  3. Feat: Support editing of service tree configurations.
  4. Feat: Added LDAP authentication option on the login page.
  5. Feat: Comprehensive upgrade of system UI to further enhance user experience.
  6. Fix: Resolved an issue with model import failure.
  7. Fix: Resolved an issue with model associations becoming invalid during batch import.
  8. Fix: Resolved an issue where illegal files could be uploaded to the system by changing the file extension.

  1. Feat: 服务树Table支持显示树节点信息
  2. Feat: 服务树支持修改树节点名称
  3. Feat: 支持对服务树配置的编辑
  4. Feat: 登录页面新增LDAP认证选项
  5. Feat: 系统UI进行全面升级,进一步优化用户体验
  6. Fix: 修复了导入模型失败的问题
  7. Fix: 修复了批量导入时,模型关联失效的问题
  8. Fix: 修复了通过修改文件后缀名而将非法文件上传到系统的问题

2.3.13

1 month ago
  1. Feat: Added service tree authorization functionality. #424 #425
  2. Feat: Optimized some guidance instructions.
  3. Fix: Resolved an issue where the corresponding relationship resources in ACL were not deleted after deleting a model. #414
  4. Fix: Resolved an issue where unique constraints were invalidated during batch import.
  5. Fix: Resolved an issue where the relationship data list was not fully displayed on the property details page.
  6. Fix: Resolved an issue where the unique validation list still returned deleted properties.

  1. Feat:新增服务树授权功能 #424 #425
  2. Feat: 优化了一些指引说明文案
  3. Fix: 修复了删除模型后,ACL中对应的关系资源未被删除的问题 #414
  4. Fix: 修复了批量导入时,唯一限制失效的问题
  5. Fix: 修复了属性详情页关系数据列表展示不全的问题
  6. Fix: 修复了唯一校验列表仍然返回了被删除属性的问题

2.3.12

2 months ago
  1. Feat: Model configuration adds model inheritance feature.
  2. Feat: CI detail page adds sharing feature.

  1. Feat:模型配置新增模型继承功能
  2. Feat:ci详情页新增分享功能

2.3.11

3 months ago
  1. Feat: Support regular expression validation for attribute configuration. Users can define a format-specific regex rule for attribute configuration or customize their own regular expression.
  2. Feat: My Subscriptions and the resource hierarchy module now support sorting of subscribed models.
  3. Feat: Enhance user experience by eliminating the checkbox selection method for changes in multi-valued attributes.

  1. Feat:属性配置时支持正则校验,可为属性配置限定格式的正则规则,也可以自定义正则表达式
  2. Feat:我的订阅和资源层级模块支持对已订阅模型进行排序
  3. Feat:优化用户体验,多值属性的变更不再使用下拉框勾选的方式

2.3.10

4 months ago
  1. Feat: CMDB now offers a downloadable clean version without built-in templates. Users can download templates from the template marketplace for import and achieve automatic discovery.
  2. Feat: Achieve internationalization, switch between Chinese and English with one click
  3. Feat: The batch import module supports selecting predefined values through a dropdown menu.

1、Feat:可下载纯净版,无内置模板,用户可在模板市场下载进行导入和实现自动发现 2、Feat:实现国际化,中英文一键切换。 3、Feat:批量导入模块支持通过下拉框选择预定义值

2.3.9

4 months ago
  1. Fix: Resolved the issue of abnormal data statistics under the directory hierarchy of the service tree.
  2. Fix: Addressed the problem of ineffectiveness in custom field permissions and custom instance permissions within the permission settings.
  3. Fix: Fixed the issue on the CI attribute details page where there was no permission check for associated model fields in relationships.
  4. Feat: Introduced support for importing and exporting individual models.
  5. Feat: The model configuration menu now supports authorization configuration through resource management. The "Model Configuration" menu is visible only to administrators and users with resource permissions for "Model Configuration."
  6. Feat: Enhanced the operation audit module table to display entries merged based on operation time and user fields.
  7. Feat: Updated the dropdown list for template types in the batch import module. It now only displays models for which the user has CI creation permissions.
  8. Feat: The name of the db volume installed by docker-compose is fixed to cmdb_db-data

  1. Fix:服务树目录层级下数据统计异常的问题
  2. Fix:权限设置中自定义字段权限和自定义实例权限未生效的问题
  3. Fix:CI属性详情页关系中对关联模型字段未做权限校验的问题
  4. Feat:支持单个模型的导入导出
  5. Feat:模型配置菜单支持通过资源管理进行授权配置,【模型配置】菜单仅对管理员和拥有【模型配置】资源权限的用户可见
  6. Feat:操作审计模块table支持按照操作时间、用户字段合并显示
  7. Feat:批量导入模块模板类型下拉框更新:仅展示用户拥有CI创建权限的模型
  8. Feat: docker-compose安装的db volume的名字固定为cmdb_db-data

2.3.8

4 months ago
  1. Feat: Expanded user authentication methods to support third-party authentication, including LDAP, CAS, OAuth2.0, OIDC, and other authentication methods, it has been tested with casdoor. #308 #309 #310
  2. Feat: Performance optimization for bulk import and deletion of CIs. #293
  3. Feat: Enhanced the bulk import module to support downloading entries that failed to import. #302 #306
  4. Feat: Automatic discovery now supports adding duplicate sources, such as multiple Huawei Cloud sources. #313
  5. Fix: Resolved the issue where the system did not terminate the import process after cancellation during bulk import. #304 #306
  6. Fix: Problem with batch importing date type data into numbers. #301
  7. Fix: Addressed the problem of blank robot loading in the trigger details page notification module. #312
  8. Fix: Fixed the issue where multiple-value numeric fields could not be edited on the CI details page. #312

  1. Feat: 对用户认证方式进行了扩展,支持第三方认证,包括LDAP、CAS、OAuth2.0、OIDC等认证方式, 已测试兼容casdoor #308 #309 #310
  2. Feat: 批量导入和删除ci性能优化 #293
  3. Feat: 批量导入模块支持下载导入失败的条目 #302 #306
  4. Feat: 自动发现支持添加重复来源,如多个华为云来源 #313
  5. Fix: 批量导入过程中取消导入后系统未中止导入的问题 #304 #306
  6. Fix: 批量导入日期类型数据变为数字的问题 #301
  7. Fix: 触发器详情页通知模块机器人加载空白的问题 #312
  8. Fix: CI详情页无法编辑多值数字字段的问题 #312