1902 Commits

Author SHA1 Message Date
Andrii Shvaika
6c1074a8b0 Fix for race condition in the partition change events 2021-02-15 14:25:40 +02:00
VoBa
411c9dabda
Added usage statistics configuration to yml file (#4097)
* Remove device from cache in case null value cached in the distributed redis

* Handle case when device was removed from db but message in the queue exists

* Code review chagnes

* Added usage statistics configuration to yml file
2021-02-15 12:24:30 +02:00
Andrii Shvaika
dac7c5250f Improvements to the DeviceStateService 2021-02-12 15:40:54 +02:00
Viacheslav Kukhtyn
c4b1f9ea7a Process alarms on activity and inactivity events when device state is persisted to telemetry 2021-02-12 15:40:54 +02:00
Igor Kulikov
081ee1e634 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-02-12 13:52:38 +02:00
Igor Kulikov
305e656c71 Fix memory leak in entity data subscription service 2021-02-12 13:52:25 +02:00
Andrii Shvaika
58e31ceb78 Improvement to the restarts of the rule nodes 2021-02-11 18:19:40 +02:00
Andrii Shvaika
cfb8a72f06 Memory leak fix for cases when actors fail to initialize or stopped. Cleanup TbMsgPackProcessingContext as well. 2021-02-10 16:21:42 +02:00
Igor Kulikov
51794534f8 Update deb/rpm packages java dep versions. Update JVM options. 2021-02-05 17:33:27 +02:00
Igor Kulikov
3f83be21da Fix lombok config. Update base openjdk image 2021-02-05 14:28:26 +02:00
Igor Kulikov
22e5771120 JDK 11 Support 2021-02-04 19:31:20 +02:00
Igor Kulikov
4c87b36a92 Minor fixes 2021-02-03 17:58:12 +02:00
Igor Kulikov
3ea5314495 Home dashboard feature. Enable tooltips for flot chars in mobile mode. Disable widgets interaction in widget library and when adding widget to dashboard. 2021-02-03 12:21:55 +02:00
Igor Kulikov
db904c6963 Fix HSQLDB support 2021-02-01 13:30:03 +02:00
Igor Kulikov
a3d2eb4c4e Fix NPE in entity data subscription 2021-01-29 15:05:31 +02:00
Andrii Shvaika
cf40729bae Merge branch 'master' of github.com:thingsboard/thingsboard 2021-01-29 13:33:41 +02:00
Andrii Shvaika
00e1ed3aa8 More tests for Deduplication Executor 2021-01-29 13:33:30 +02:00
Igor Kulikov
06420d2ba1
Merge pull request #4014 from YevhenBondarenko/base-url
default value for prohibitDifferentUrl changed to false
2021-01-29 13:04:21 +02:00
Andrii Shvaika
5029445b8c Deduplication of the partition change events 2021-01-28 18:59:57 +02:00
YevhenBondarenko
f1c3e1a578 default value for prohibitDifferentUrl changed to false 2021-01-27 14:45:34 +02:00
Igor Kulikov
61723da391 Version set to 3.3.0-SNAPSHOT 2021-01-26 10:17:52 +02:00
Igor Kulikov
5caba21891 Update TB install service 2021-01-14 17:36:09 +02:00
Vladyslav_Prykhodko
733c0f1bad UI: Fixed updated map after call example custom action "Delete polygon/marker" 2021-01-14 16:54:36 +02:00
Valerii Sosliuk
f2a31da65e Max Debug Event symbols configurable 2021-01-13 11:33:35 +02:00
Igor Kulikov
d31358b2ea Update license header - set 2021 year 2021-01-11 13:42:16 +02:00
Illia Barkov
4aa55bccf8
Added ability to return arrays in transformation script node (#3910)
* Added ability to return arrays in transformation script node

* fix typo

* Refactoring

* Improvements

* Improvements
2021-01-06 14:41:01 +02:00
YevhenBondarenko
bcfc7cc733 fixed audit logs for device profile 2020-12-30 18:17:10 +02:00
Igor Kulikov
674512ddcc Fix updateDashboardCustomers method - allow empty body 2020-12-29 11:09:21 +02:00
Viacheslav Kukhtyn
f1fb0cedae Add audit log details for telemetry deleted and telemetry updated types 2020-12-25 18:24:31 +02:00
Viacheslav Kukhtyn
9c44920fe7 Merge branch 'master' into feature/log-telemetry-updated 2020-12-24 13:24:55 +02:00
Igor Kulikov
6814c21ee9 restore ver 3.2.1-SNAPSHOT 2020-12-23 18:24:42 +02:00
Igor Kulikov
bfee301625 Set ver to 2.5.6-SNAPSHOT 2020-12-23 17:47:58 +02:00
Igor Kulikov
452090b9b7
Merge pull request #3883 from ShvaykaD/feature/cassandra-partitions-cache-3.2
[3.2.x] Feature/cassandra partitions cache
2020-12-23 16:18:15 +02:00
Viacheslav Kukhtyn
9829dd17cc Merge branch 'master' into feature/log-telemetry-updated 2020-12-23 16:16:15 +02:00
Igor Kulikov
45756dc728
Merge pull request #3834 from YevhenBondarenko/feature/keys-by-query
added ability to get attributes and timeseries keys by entity query
2020-12-23 16:13:39 +02:00
ShvaykaD
e516cd31dc added Caffeine cache for Cassandra ts partitions saving 2020-12-21 19:09:34 +02:00
Vladyslav_Prykhodko
3aa97eec06 UI: Improvement autocomplete data keys in datasource widget 2020-12-17 13:32:03 +02:00
YevhenBondarenko
91bb1ed504 refactored findEntityTimeseriesAndAttributesKeysByQuery 2020-12-16 11:21:28 +02:00
YevhenBondarenko
dfb82bf28f findEntityTimeseriesAndAttributesKeysByQuery improvements 2020-12-16 11:05:35 +02:00
YevhenBondarenko
92f088b53f changed dashboard configuration column type 2020-12-16 10:11:42 +02:00
Andrii Shvaika
395ab10c0c Avoid sending WARNINGS if api usage value is zero 2020-12-15 18:09:52 +02:00
Andrii Shvaika
87914be4af Improved logging of Rule Node Errors 2020-12-15 17:40:19 +02:00
YevhenBondarenko
f63b4b1f7c created findEntityTimeseriesAndAttributesKeysByQuery instead findEntityTimeseriesKeysByQuery and findEntityAttributesKeysByQuery 2020-12-15 16:16:02 +02:00
Andrii Shvaika
b22404e9fb Change AWS SMS type from Promotional to Transactional 2020-12-14 18:26:18 +02:00
Hamza Slama
8463976328
Remove useless space 2020-12-12 14:54:34 +01:00
Volodymyr Babak
5e47b2b926 Fixes according code review 2020-12-11 12:38:59 +02:00
Volodymyr Babak
3a38ed8d6a Fix for copy msg for 2 or more relations 2020-12-11 12:38:59 +02:00
YevhenBondarenko
9a03fbadc7 added ability to get attributes and timeseries keys by entity query 2020-12-10 17:55:16 +02:00
Yevhen Bondarenko
5d30243eea
added ability to get attributes and timeseries keys by device profile id (#3817)
* added ability to get attributes and timeseries keys by entity ids

* refactored

* refactored

* get attributes and timeseries keys by device profile improvements

* added limit

* added device_profile_id index and upgrade script

* improvements

* refactored
2020-12-10 15:18:28 +02:00
Andrew Shvayka
24ccd2a2b5 Revert "[3.2.1] Develop/lwm2m (#3547)"
This reverts commit df6151f5ae8d3b77a67318dbb774d55e3f297960.
2020-12-09 17:11:50 +02:00