IrynaMatveieva
|
69a7486f8d
|
added cf debug event entity to dedicated events config
|
1 year ago |
Dmytro Skarzhynets
|
4495a2fa4b
|
Save attributes strategies: ensure device state service is notified when inactivity timeout is updated
|
1 year ago |
Andrii Shvaika
|
ee3d405ed8
|
Adding ctx as first argument in CF
|
1 year ago |
IrynaMatveieva
|
0fa32587e3
|
added audit log mask
|
1 year ago |
IrynaMatveieva
|
d7f61f0789
|
added validation and fixed timeouts
|
1 year ago |
Dmytro Skarzhynets
|
e4a7046e24
|
Save time series strategies: fix broken tests for device state service
|
1 year ago |
Andrii Shvaika
|
e12b0ea8ea
|
Change signature for ctx to be first parameter
|
1 year ago |
IrynaMatveieva
|
62e6c0948c
|
removed handling for attr/ts deletion in the rule node
|
1 year ago |
Andrii Landiak
|
e59de20b35
|
Fix TenantControllerTest (#12839)
* Increase timeout for TenantControllerTest to 60 seconds to prevent failing on waiting for tenant deletion
* Modify deleteTenant in AbstractWebTest
|
1 year ago |
IrynaMatveieva
|
93090af2ee
|
updated check for single value argument size
|
1 year ago |
dashevchenko
|
e6428a8e78
|
increased timeout for edqs tests
|
1 year ago |
Dmytro Skarzhynets
|
fe16d10411
|
Save time series strategies: always handle inactivity timeout as a server attribute
|
1 year ago |
Andrii Landiak
|
dca80e7173
|
Remove duplicated call
|
1 year ago |
Andrii Landiak
|
59d26eb2e8
|
Improvements after review
|
1 year ago |
IrynaMatveieva
|
7600401b86
|
fixed error when try to push telemtry and cf fails
|
1 year ago |
IrynaMatveieva
|
b6b440fa2e
|
updated desscription
|
1 year ago |
IrynaMatveieva
|
8e5cfb776d
|
added calculated fields rule node
|
1 year ago |
IrynaMatveieva
|
c404dd2cf5
|
added check for single value size
|
1 year ago |
ViacheslavKlimov
|
32a4a7ce35
|
EDQS: introduce API auto-enable option
|
1 year ago |
nick
|
bb5d0233fc
|
tbel: tbDate test function with TZ => "UTC"
|
1 year ago |
IrynaMatveieva
|
3365d7f34e
|
added option to round result for simple type
|
1 year ago |
IrynaMatveieva
|
79d0e706d2
|
updated upgrade script
|
1 year ago |
Andrii Shvaika
|
933d77427c
|
Merge function
|
1 year ago |
dashevchenko
|
964beaae3f
|
fixed flaky tests
|
1 year ago |
Andrii Shvaika
|
759bc94d1d
|
Review comments
|
1 year ago |
Dmytro Skarzhynets
|
264a767efe
|
Save attributes strategies: preserve backwards compatibility when deprecating 'notifyDevice'
|
1 year ago |
IrynaMatveieva
|
8b30d1d93b
|
fixed test for new logic
|
1 year ago |
IrynaMatveieva
|
afd727b097
|
removed check for changing value when update state and moved timeout to config param
|
1 year ago |
Andrii Landiak
|
6a759ae061
|
Fix testVcWithCalculatedFields_betweenTenants
|
1 year ago |
IrynaMatveieva
|
eadc705817
|
added upgrade script for tenant profile
|
1 year ago |
dashevchenko
|
aecefc84bf
|
fixed NPE, fixed flaky test
|
1 year ago |
Dmytro Skarzhynets
|
f318fa0ebd
|
Save attributes strategies: handle attributes deleted subscription notification in DefaultTelemetrySubscriptionService
|
1 year ago |
Andrii Landiak
|
9f2d399f4c
|
Revert AssetExportService
|
1 year ago |
Andrii Landiak
|
f467fc009e
|
Refactor cf vc
|
1 year ago |
Dmytro Skarzhynets
|
da4e231ea3
|
Save attributes strategies: ensure shared attributes subscription update is sent even if WS updates are disabled
|
1 year ago |
nick
|
cf8e3aa4cd
|
tbel: Maps docs 'foreach(element : map
|
1 year ago |
Andrii Landiak
|
bfef1a3ea3
|
Fix notifications_topic for cf
|
1 year ago |
nick
|
d0a51cdaeb
|
tbel: tbDate docs New Function test
|
1 year ago |
nick
|
60419cdb4c
|
tbel: new ver 1.2.6 add test for docs: Unmodifiable
|
1 year ago |
Andrii Landiak
|
2b51451896
|
Change cf strategy for vc
|
1 year ago |
Dmytro Skarzhynets
|
877362def0
|
Save time series strategies: after-merge fixes
|
1 year ago |
ViacheslavKlimov
|
faff0ea8c2
|
Refactor TbRocksDb usage
|
1 year ago |
Volodymyr Babak
|
56ba30a4e4
|
Use CLIENT_SCOPE by default for Push to cloud node
|
1 year ago |
Dmytro Skarzhynets
|
b90522cc9d
|
Save time series strategies: tests for inactivity timeout update notification
|
1 year ago |
IrynaMatveieva
|
51e48e2091
|
added endpoint to get latest cf debug event
|
1 year ago |
Volodymyr Babak
|
ffa9aec2b1
|
BaseRuleChainProcessor - use saveRuleChain method without validation
|
1 year ago |
Dmytro Skarzhynets
|
2f22a5e581
|
Save time series strategies: ensure Device State Service is notified about inactivity timeout updates
|
1 year ago |
Andrii Shvaika
|
f0f2d1f29f
|
Avoid start of Kafka State Service for Cores
|
1 year ago |
Andrii Shvaika
|
5ca236f8fe
|
Avoid start of RocksDb in Kafka mode
|
1 year ago |
artem-barysh-dev
|
64e1fc1ce6
|
Added validation for resource usage across entities (#12508)
* Added Validation for Resource Usage Across Entities
* Fixed table name in native queries
* resolved issues from PR review
* UI: Feature show JS resources usage message warning on delete. Refactored images-in-use-dialog.
* UI: JS lib table fix display delete icon.
* UI: Resources in use minor improvements.
* Fixed tests, license format
* Fix issues causing test failures
* Removed unused method
* UI: Fix js-library table cell actions.
* UI: Fix js-library table cell actions.
---------
Co-authored-by: deaflynx <artemio.babak@gmail.com>
|
1 year ago |