pycook
cc98f903ea
feat(api): supports bool and reference
2024-08-20 13:49:51 +08:00
pycook
3e4c385d91
fix(api): Dashboard using display attributes
2024-08-06 19:59:16 +08:00
pycook
542a876ead
fix(api): delete item for multi-value attributes
2024-07-30 20:05:21 +08:00
thexqn
dfbf3d462d
修复在用了计算属性的情况下,批量上传功能可能出现的错误.
2024-07-30 01:17:53 +08:00
pycook
692708fcba
feat(api): Multi-valued attribute values support adding and deleting
2024-07-29 19:55:07 +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
6776be4599
fix(api): auto discovery update
...
fix(api): auto discovery update
2024-07-08 18:03:21 +08:00
pycook
ff2b8ea198
perf(api): relationships built by attribute values ( #572 )
2024-07-08 11:42:18 +08:00
pycook
bc66d33ce0
fix(api): auto discovery configuration save password
...
fix(api): auto discovery configuration save password
2024-07-02 21:32:30 +08:00
pycook
d5db68d7d0
feat(api): auto discovery supports mapping ( #569 )
2024-07-02 20:19:50 +08:00
pycook
fa32758462
perf(api): CIType templates download ( #567 )
2024-06-27 20:54:38 +08:00
pycook
75cd7bde77
fix(api): auto discovery permission
2024-06-21 12:47:12 +08:00
simontigers
5f53b0dd0e
fix(api): auto_discovery add new perms
2024-06-21 10:25:13 +08:00
pycook
b34e83124f
perf(api): auto discovery has been upgraded ( #559 )
2024-06-20 20:30:04 +08:00
pycook
545f1bb30b
Dev dynamic attribute ( #535 )
...
* feat: dynamic attribute
* feat(api): dynamic attribute
2024-06-07 10:39:40 +08:00
pycook
dc77bca17c
feat: dynamic attribute ( #534 )
2024-06-07 10:29:32 +08:00
simontigers
27354a3927
fix: decorator_perms_role_required
2024-06-04 19:23:22 +08:00
pycook
50134e6a0b
feat(api): attribute association supports multiple groups ( #527 )
2024-06-04 11:34:54 +08:00
pycook
8875e75883
fix(acl): add relation
2024-05-30 09:33:30 +08:00
simontigers
f5822d7cba
Merge pull request #524 from simontigers/common_cmdb_app_perm
...
fix: cmdb app perms
2024-05-28 17:55:08 +08:00
hu.sima
21ea553e74
fix: cmdb app perms
2024-05-28 17:54:51 +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
simontigers
7ac7fdc08e
feat: CMDB add TopologyView resource
2024-05-28 16:20:56 +08:00
pycook
d49dc8a067
fix(api): hot loading is blocked in development mode
2024-05-21 13:14:40 +08:00
pycook
5b275af54e
fix(api): exception when calling webhook ( #516 )
2024-05-20 13:22:54 +08:00
pycook
9181817e96
feat(api): my preference support grouping ( #513 )
2024-05-18 22:55:01 +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
9ead4e7d8d
chore: release v2.4.4
2024-04-29 14:44:33 +08:00
simontigers
74b587e46c
Merge pull request #501 from simontigers/common_decorator_perms
...
fix: role base app perm
2024-04-29 09:27:36 +08:00
hu.sima
091cd882bd
fix: role base app perm
2024-04-29 09:26:23 +08:00
simontigers
73093db467
Merge pull request #500 from simontigers/common_decorator_perms
...
fix(api): decorator_perms_role_required
2024-04-28 19:43:22 +08:00
hu.sima
66e268ce68
fix(api): decorator_perms_role_required
2024-04-28 19:41:50 +08:00
simontigers
a41d1a5e97
Merge pull request #499 from simontigers/common_decorator_perms
...
feat(api): role perm
2024-04-28 19:22:43 +08:00
hu.sima
b4b728fe28
feat(api): role perm
2024-04-28 19:22:10 +08:00
pycook
d16462d8b7
feat(api): ci baseline rollback ( #498 )
2024-04-28 19:19:14 +08:00
kdyq007
de7d98c0b4
feat(api): Add sorting function to ci list attribute ( #495 )
...
Co-authored-by: sherlock <sherlock@gmail.com>
2024-04-27 09:20:24 +08:00
pycook
27e9919198
chore: release v2.4.3
2024-04-17 19:35:35 +08:00
pycook
d8a7728f1d
feat(api): custom attribute display ( #478 )
2024-04-17 17:50:46 +08:00
hu.sima
1bb62022f1
fix(api): check new column support enum change
2024-04-16 15:34:03 +08:00
pycook
3626b1a97e
feat(api): service tree search by keywords ( #471 )
2024-04-15 20:04:56 +08:00
loveiwei
32529fba9b
fix: support sealing and unsealing secret in multiple process(more than one workers started by gunicorn) ( #469 )
...
* fix: 解决在麒麟系统上使用docker安装时使用celery -D启动 celery 可能出现的问题
* fix: 解决在麒麟系统上使用docker安装时使用celery -D启动 celery 可能出现的问题
* fix: NoneType happend while unsealing the secret funtion, cancel the address check while unseal and seal
* fix: unseal secret function
* fix: remove depens_on in docker-compose
* fix: support sealing and unsealing secret in multiple process(more than one workers started by gunicorn)
2024-04-15 18:08:47 +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
cf594f04ba
fix(api): import CIType
2024-03-29 15:50:07 +08:00
pycook
d25ae532cd
fix(api): CIType template import
2024-03-29 14:20:56 +08:00
pycook
c1bcd0ce45
fix(acl): del resource
2024-03-29 13:13:38 +08:00
pycook
03eac0c4d2
pref(api): error tips for out of range value ( #453 )
2024-03-29 11:46:50 +08:00
pycook
37d5da65de
Dev api 240328 ( #445 )
...
* feat(api): login api supports parameter auth_with_ldap
* fix(api): transfer attribute
2024-03-28 19:12:47 +08:00