Commit Graph

47 Commits

Author SHA1 Message Date
pycook 78da728105 fix(api): search for multiple CIType 2024-09-24 17:46:27 +08:00
pycook eb69029a51 fix(api): ci relations search 2024-09-23 19:46:43 +08:00
pycook 11a289aac9 feat(api): enum supports 2024-08-26 12:14:14 +08:00
pycook cc98f903ea feat(api): supports bool and reference 2024-08-20 13:49:51 +08:00
thexqn dfbf3d462d 修复在用了计算属性的情况下,批量上传功能可能出现的错误. 2024-07-30 01:17:53 +08:00
pycook 175778a162
perf(api): auto discovery (#582) 2024-07-25 17:45:26 +08:00
pycook d55433c438
fix(api): computed attributes for multi values (#577) 2024-07-10 19:18:03 +08:00
pycook ff2b8ea198
perf(api): relationships built by attribute values (#572) 2024-07-08 11:42:18 +08:00
pycook b34e83124f
perf(api): auto discovery has been upgraded (#559) 2024-06-20 20:30:04 +08:00
pycook dc77bca17c
feat: dynamic attribute (#534) 2024-06-07 10:29:32 +08:00
pycook 50134e6a0b
feat(api): attribute association supports multiple groups (#527) 2024-06-04 11:34:54 +08:00
pycook e63038d1b6
feat(api): topology view (#523)
* feat(api): topology views crud

* feat(api): topology view

* feat(api): topology view api done

* feat(api): topology view is done
2024-05-28 17:50:09 +08:00
pycook fe63310c4e
Dev api 240517 (#511)
* fix(api): list values delete

* fix(acl): role rebuild cache
2024-05-17 11:20:53 +08:00
pycook 095190a785
fix(api): unique constraint (#505) 2024-05-02 21:22:40 +08:00
pycook d16462d8b7
feat(api): ci baseline rollback (#498) 2024-04-28 19:19:14 +08:00
pycook 099ddd6ca9
feat(api): rebuild relation by attribute (#462) 2024-04-03 15:13:43 +08:00
pycook bd813174b1
feat(api): build relation by attributes (#461) 2024-04-02 09:19:51 +08:00
pycook 482d34993b
Dev api 0308 (#424)
* feat(api): grant by node in relation view

* fix(api): When removing attributes, remove the unique constraint

* feat(api): grant by service tree
2024-03-18 19:57:25 +08:00
pycook 3f3eda8b3c
fix(api): issule #412, unique value restrictions (#413) 2024-03-05 16:21:27 +08:00
pycook 09376dbd2b
feat(api): CIType inheritance (#405) 2024-03-01 13:51:13 +08:00
pycook 5045581ddf
feat(api): Auto-increment id can be used as primary key (#391) 2024-01-26 13:12:17 +08:00
pycook 0dd272fb04 feat(api): password supports regular check 2024-01-12 16:56:10 +08:00
pycook 691051c254
perf(api): /api/v0.1/ci/adc/statistics
perf(api): /api/v0.1/ci/adc/statistics
2024-01-11 10:10:01 +08:00
pycook c430515377
fix(api): add CI (#326) 2023-12-22 11:19:16 +08:00
pycook c918d54ea5
perf(api): ci delete (#297) 2023-12-12 11:09:32 +08:00
pycook 5fe27f8678
feat(api): issue #212 (#279) 2023-11-24 10:26:48 +08:00
pycook 8ef4edb7d2 fix(api): search sort misses cache (#251) 2023-11-03 12:01:44 +08:00
pycook 2db41dd992 Dev api password (#244)
* fix: delete CI password data

* fix(api): update CI password to flush cache
2023-10-29 11:42:07 +08:00
pycook 89e492c1f3 fix: delete CI password data (#243) 2023-10-29 10:53:29 +08:00
pycook b342258e75 feat(cmdb-api): CI password data store (#242)
* add secrets,for test

* feat: vault SDK (#238)

* feat: vault SDK

* docs: i18n

* perf(vault): format code

* feat(secrets): support vault

* feat: add inner password storage

* feat: secrets

* feat: add inner password storage

* feat: add secrets feature

* perf(secrets): review

---------

Co-authored-by: fxiang21 <fxiang21@126.com>
Co-authored-by: Mimo <osatmnzn@gmail.com>
2023-10-28 16:19:00 +08:00
pycook a30826827a fix(api): add ci (#230) 2023-10-25 13:51:29 +08:00
pycook 373346e71e feat: ci triggers 2023-09-26 21:18:34 +08:00
pycook deabebb922 refactor: CI triggers 2023-09-22 17:39:54 +08:00
pycook 1660139b27 Add CI relationship when creating CI, the text value removes the escape 2023-09-07 10:12:42 +08:00
pycook d82356444a move Dockerfile to docs 2023-09-05 14:49:34 +08:00
pycook 3664994cc5 import format 2023-09-02 12:09:41 +08:00
pycook 2a98c00d97 update ad_ci when deleting ci 2023-08-25 10:59:38 +08:00
pycook 1de8b492ea [update] delete roles, users, attributes 2023-08-15 19:47:59 +08:00
pycook 934d00e87d upgrade flask to 2.3.2 and replace g.user with current_user 2023-08-06 21:54:18 +08:00
pycook a26c9ff542 fix delete ci_type 2023-07-31 18:39:33 +08:00
pycook db5ff60aff 前后端全面升级 2023-07-10 20:07:20 +08:00
x-7 7936b9cb09 Update ci.py
cmdb-api:add attr check in ci_manager update method
2021-04-21 19:17:05 +08:00
lovvvve 8a5dadcaa4 Update ci.py
兼容 py2
2021-01-28 16:56:04 +08:00
lovvvve e6d3c34f75 Update ci.py
feat(CiManager.add()): Check the attribute is in the ci_type attributes list
2021-01-28 16:27:56 +08:00
pycook 486fcac138 UI: batch update relation 2020-04-01 11:09:41 +08:00
pycook 4e7e853173 [fix] validate attribute is required 2019-12-24 20:37:32 +08:00
pycook 92183423df Modify code organization 2019-12-18 23:33:22 +09:00