8617 Commits

Author SHA1 Message Date
YevhenBondarenko
52578645b8 added ability to configure network configuration for lwm2m 2021-11-17 13:01:00 +02:00
Andrii Shvaika
77b9a8c1af Minor improvements to the thingsboard.yml comments 2021-11-16 14:33:18 +02:00
Sergey Matvienko
c0514ca3f4
Stats: do not persist empty stats (reducing event table size and disk IOPS) (#5554)
* stats: do not persist empty stats

* fixed license headers for stat actor and stat msg tests
2021-11-15 10:03:01 +02:00
Andrii Shvaika
f2974532c6 K8S scripts moved to separate repository 2021-11-11 14:05:27 +02:00
Andrii Shvaika
397a97ce7e Merge branch 'master' of github.com:thingsboard/thingsboard 2021-11-11 11:58:45 +02:00
Igor Kulikov
28291397ca Update rule nodes UI 2021-11-11 09:44:53 +02:00
Igor Kulikov
ead487ef3d
Merge pull request #5533 from vvlladd28/bug/api-usage/incorect-long-button-text
[3.3.2] UI: Improvement api usage page, incorrect display long button text
2021-11-11 09:33:32 +02:00
Igor Kulikov
62a159ed0d
Merge pull request #5531 from vvlladd28/bug/json-attribute/double-error-message
[3.3.2] UI: Fixed json attribute widget - showed two errors at the same time
2021-11-11 09:33:07 +02:00
Vladyslav_Prykhodko
1c951c2e40 Mqtt rule node remove default host 2021-11-10 18:00:51 +02:00
Andrii Shvaika
d7ed199ba8 Websocket keep-alive / ping set to 15 seconds 2021-11-10 17:26:56 +02:00
Vladyslav_Prykhodko
5ffeb80f8d UI: Improvement api usage page, incorrect display long button text 2021-11-10 15:32:01 +02:00
Vladyslav_Prykhodko
ec84c9cf51 UI: Fixed json attribute widget - showed two errors at the same time. 2021-11-10 13:02:15 +02:00
Igor Kulikov
d5c7f7fc9e
Merge pull request #5526 from ViacheslavKlimov/fix/fields-length-validation
[3.3.2] [WIP] Fields length validation
2021-11-09 18:29:29 +02:00
Sergey Matvienko
540ccd0cd4 upgrade: clear cache - //do not break to show explicit calls for next versions 2021-11-09 18:10:29 +02:00
Andrii Shvaika
1fa4aff5dc Bug fix in Cache Cleanup Service 2021-11-09 16:42:45 +02:00
Vladyslav_Prykhodko
04b0bc4c81 UI: Fixed fields length validation for rule nodes and alarm rules 2021-11-09 16:37:21 +02:00
Viacheslav Klimov
7801c3d7aa Fix up fields length validation for rule nodes and alarm rules 2021-11-09 15:49:26 +02:00
Andrii Shvaika
3e39791ed0 Fix UUID wiki url 2021-11-09 15:27:14 +02:00
Andrew Shvayka
f7aa8cc7ce
Merge pull request #5522 from YevhenBondarenko/master
[3.3.2] Lwm2M Improvements to avoid duplication of RPC call
2021-11-09 12:01:55 +02:00
YevhenBondarenko
24aa6f30ab fixed updating firstEdrxDownlink after error 2021-11-09 10:30:08 +02:00
YevhenBondarenko
183f3547a3 added lock for onSent rpc 2021-11-09 10:27:32 +02:00
YevhenBondarenko
b5da59e3b3 fixed double sending rpc (private network) 2021-11-09 10:26:06 +02:00
Andrii Shvaika
615f517387 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-11-08 17:24:37 +02:00
Sergey Matvienko
c621d41b1b version upgrade: cache cleanup service added to clear caches that can not deserialize anymore due to schema upgrade 2021-11-08 17:24:14 +02:00
Vladyslav_Prykhodko
f02304e2f3 Add max fields length validation 2021-11-08 17:23:27 +02:00
Vladyslav_Prykhodko
de44eb4440 UI: Improvement style for mqtt transport settings in device profile 2021-11-08 17:21:52 +02:00
Andrii Shvaika
11cfdd6840 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-11-08 17:20:48 +02:00
Andrii Shvaika
0468cf8cf5 Fix duplication of MQTT packets in MQTT Client 2021-11-08 17:20:38 +02:00
Andrew Shvayka
602b32a651
Merge pull request #5511 from smatvienko-tb/update_330_improvements
Update 330 improvements
2021-11-08 15:24:50 +02:00
Sergey Matvienko
337f202812 version upgrade: log detail added "alarm processed so far..." 2021-11-08 14:59:38 +02:00
Andrii Shvaika
1affc60ace Merge branch 'master' of github.com:thingsboard/thingsboard 2021-11-08 14:38:34 +02:00
zbeacon
06f199b936 Added stopping for subscriptions handlers and for unsubscription handlers 2021-11-08 14:38:14 +02:00
zbeacon
e7c4e76851 Added removing for timers in pendingPublishes on channel is closed 2021-11-08 14:38:14 +02:00
zbeacon
037d1797ac Fix for mqtt duplication sending on sent failed 2021-11-08 14:38:14 +02:00
ShvaykaD
0db0bb8607 fix coap efento callbacks 2021-11-08 14:15:32 +02:00
Sergey Matvienko
27d745f1e3 tests added for update service for convertDeviceProfileAlarmRulesForVersion330 2021-11-08 11:12:35 +02:00
Sergey Matvienko
b477328dd3 updater: verbose updateTenantAlarmsCustomer processed count 2021-11-08 11:08:53 +02:00
Sergey Matvienko
3003ee6e08 TimePageLink callSuper = true for ToString and EqualsAndHashCode 2021-11-08 11:03:07 +02:00
Sergey Matvienko
30acfd44e0 PaginateUpdater info log added on start updateEntities 2021-11-08 11:03:03 +02:00
Igor Kulikov
0ef517c512
Merge pull request #5506 from vvlladd28/bugs/cards-widget-bundle/timesiries-table/unused-field
[3.3.2] UI: Remove invalid JSON form fields in the time series table
2021-11-08 09:42:04 +02:00
Dima Landiak
541110b344 fixed concurrency exception when deleting relation 2021-11-08 09:41:04 +02:00
Igor Kulikov
d511bd22a4
Remove redundant length constraint for comment field 2021-11-06 16:42:25 +02:00
Vladyslav_Prykhodko
3abf323a1e UI: Remove invalid JSON form fields in the time series table 2021-11-05 18:51:04 +02:00
Andrew Shvayka
56be3a935a
Merge pull request #5504 from thingsboard/revert-5474-sysadmin-entities-search
Revert "[3.3.3] Entities search within all tenants"
2021-11-05 18:27:04 +02:00
Andrew Shvayka
676a60e804
Revert "[3.3.3] Entities search within all tenants" 2021-11-05 18:26:53 +02:00
Andrew Shvayka
8e0eab37a8
Merge pull request #5474 from ViacheslavKlimov/sysadmin-entities-search
[3.3.3] Entities search within all tenants
2021-11-05 18:26:03 +02:00
Igor Kulikov
615e56b522
Merge pull request #5503 from vvlladd28/improvement/fields-validation/max-length
Added fields length validation
2021-11-05 17:59:07 +02:00
Vladyslav_Prykhodko
25d8f4d3c0 Added fields length validation 2021-11-05 17:51:10 +02:00
Andrew Shvayka
851bed37fb
Merge pull request #5501 from ViacheslavKlimov/fix/bulk-import
[3.3.2] Fix and refactor bulk importing
2021-11-05 17:51:04 +02:00
Andrii Shvaika
9aecb1463a Merge branch 'fix/bulk-import' of https://github.com/ViacheslavKlimov/thingsboard 2021-11-05 17:46:03 +02:00