8000 Releases · veops/cmdb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: veops/cmdb

8000

v2.3.2

07 Sep 05:50
bed2323
Compare
Choose a tag to compare
  1. BugFix: 删除模型的时候,没有清理干净模型关联的其他表的数据
  2. BugFix: 修改属性没有刷新CITypeAttributesCache

  3. BugFix: 新增关系类型按回车发送2次请求
  4. BugFix: 删除预定义值
  5. 文本属性值不再转义

  6. 配置文件里加 CACHE_REDIS_PASSWORD,可以配置redis密码
  7. 配置页面可以保存公司信息

  8. 支持自定义图标上传
  9. make可以创建mysql和redis实例
  10. 左侧目录使用纯色

  11. 模型关联里显示反向关系

  12. 新增CI,支持关系的增加

  13. 批量导入的模板下载: 属性可选、可以批量导入关系
  14. 资源视图详情按钮旁边增加关系按钮

  1. BugFix: When deleting a model, data associated with other tables was not properly cleaned up.
  2. BugFix: Modifying attributes did not refresh the CITypeAttributesCache.
  3. BugFix: Creating a new relationship type sent two requests when pressing Enter.
  4. BugFix: Predefined values were not deleted properly.
  5. Text attribute values are no longer escaped.
  6. Added CACHE_REDIS_PASSWORD to the configuration file for configuring the Redis password.
  7. The configuration page can now save company information.
  8. Added support for custom icon uploads.
  9. 'make' can now create MySQL and Redis instances.
  10. The left-side directory now uses solid colors.
  11. Reverse relationships are now displayed in model associations.
  12. Added support for adding relationships when creating new CIs.
  13. Batch import templates now support optional attributes and can import relationships.
  14. Added a relationship button next to the details button in the resource view.

v2.3.1

19 Aug 04:48
Compare
Choose a tag to compare
  1. Discard 3 tables: c_value_datetime, c_value_floats, c_value_integers.
  2. Validation added for time-type attribute values: Add validation for writing time-type attribute values.
  3. Add management page for attribute library, with support for attribute deletion: Introduce a management page for the attribute library that enables the deletion of attributes.
  4. Backend management to support model relationship deletion: Enable deletion of model relationships in the backend management.
  5. Add functionality for adding and deleting users in ACL user management: Incorporate the ability to add and remove users in ACL user management.
  6. Fix CIType deletion: Address issues related to deleting CIType.
  7. Fix LDAP login, adding support for plaintext password option: Resolve LDAP login issues and include support for a plaintext password option during login.
  8. Fix role deletion: Rectify problems associated with role deletion.
  9. Upgrade backend Flask and Celery versions: Perform an upgrade of Flask and Celery versions in the backend.

  1. 废弃3个表: c_value_datetime, c_value_floats, c_value_integers
  2. time类型的属性值写入增加校验
  3. 新增属性库的管理页面, 支持删除属性
  4. 后台管理的模型关系支持删除
  5. ACL的用户管理新增删除功能
  6. Fix CIType删除
  7. Fix ldap登陆,登陆支持密码明文选项
  8. Fix 角色删除
  9. 升级后端Flask、celery的版本

v2.3.0

25 Jul 01:46
Compare
Choose a tag to compare

New Features in CMDB 2.3.0:

  • Comprehensive UI overhaul
  • Customizable dashboards
  • Model configuration with triggers and computed properties, Advanced functionality to define rendering of attributes, including font, color, and icons
  • Enhanced display of relationship views
  • Optimization of resource views, including advanced filtering capabilities for CI queries and fine-tuning of table functionalities; improved display of CI relationship topology
  • Added audit logs for backend operations
  • Support for automatic discovery
  • Fine-grained control of permissions, down to the attribute level

  • UI整体全面升级
  • 仪表盘可定制

  • 模型配置支持触发器和计算属性
, 高级功能支持定义属性的渲染,包括字体、颜色、图标

  • 关系视图的显示优化

  • 资源视图的优化: CI查询的高级过滤功能,以及table功能的一些细节优化;CI关系拓扑的显示

  • 后台增加操作日志审计
  • 支持自动发现
  • 权限细粒度的控制,精细到属性级别

v2.2

01 Apr 13:34
Compare
Choose a tag to compare
  • Login supports ldap authentication
  • CI relationships can be modified in batches on the UI, currently only for many-to-one relationships
  • Change the requirements to support python3.8
  • Fix: delete attribute
  • Fix: case sensitive of ES search
  • Fix: Some bugs in permission management

  • 登录支持ldap的认证
  • UI上可以批量修改CI关系, 目前只针对多对一的关系
  • 修改requirements以支持python3.8
  • Fix: 删除属性的Bug
  • Fix: ES搜索的大小写敏感
  • Fix: 权限管理的一些Bug

v2.1

28 Feb 06:39
Compare
Choose a tag to compare
  • Support to switch between Chinese and English
  • The resource view is presented in a two-level menu
  • Define resource view display fields
  • API testing covers 50%

  • 支持中英文切换
  • 资源视图用两层目录来呈现
  • 资源视图可以定义显示字段
  • API测试覆盖50%

version 2.0

11 Dec 04:48
Compare
Choose a tag to compare
  1. 上线基于角色+资源的权限访问控制管理
  2. 一些bug fix

relation view & search by elasticsearch

29 Nov 14:33
Compare
Choose a tag to compare
  1. 关系视图的定义和展示
  2. 搜索CI使用ElasticSearch
0