7171 Commits

Author SHA1 Message Date
dashevchenko
6a755ab0b7 deleted java keystore type of creds support 2024-02-06 15:10:09 +02:00
ViacheslavKlimov
e502c5ebba Revert "Init all actors for isolated rule engines"
This reverts commit bf0cc22223b94fb0b73c55eba03a0237ca16eae4.
2024-02-06 15:07:38 +02:00
Andrew Shvayka
13baa7143a
Merge pull request #10072 from thingsboard/feature/integration-executor-tenant-profile
Tenant profiles support for integration executor (for compatibility with PE)
2024-02-06 15:00:39 +02:00
Dmytro Skarzhynets
f5a7fe73ab Merge branch 'master' into feature/device-state-node 2024-02-06 14:11:57 +02:00
ViacheslavKlimov
1c59cef7eb Add scheduler_thread_pool_size param description for SNMP 2024-02-06 13:59:34 +02:00
ViacheslavKlimov
ff6074807a SNMP: request chunk sending delay; refactoring 2024-02-06 13:48:21 +02:00
Igor Kulikov
147f817445 UI: Command button widget 2024-02-05 18:32:31 +02:00
Igor Kulikov
a8a10fefda UI: Update buttons widget bundle image. Update single switch widget preview image. 2024-02-05 16:45:26 +02:00
Igor Kulikov
859df86d06 Merge branch 'master' into feature/action-button 2024-02-05 15:24:01 +02:00
Andrew Shvayka
0ae5061134
Merge pull request #9903 from thingsboard/californium_3_9_1
Californium_3_9_1
2024-02-02 17:28:27 +02:00
Andrii Shvaika
a89802e801 Response code fix 2024-02-02 17:23:11 +02:00
YevhenBondarenko
100cdd5cf1 refactored due to comments 2024-02-02 14:00:30 +01:00
Igor Kulikov
d7b4565618 Merge branch 'master' into feature/action-button 2024-02-02 13:54:06 +02:00
Igor Kulikov
42edd481e7 UI: Add advanced settings for action button. Update Get attribute/time-series value action to always subscribe for updates. 2024-02-02 13:53:41 +02:00
Dmytro Skarzhynets
46dca971e1 Add check to ensure that received inactivity time is not outdated relative to current activity time 2024-02-02 11:19:20 +02:00
Dmytro Skarzhynets
691a6b5d6a Polishing after review 2024-02-02 10:52:38 +02:00
YevhenBondarenko
bf9c4af2aa fixed infinit tell failure 2024-02-01 20:23:12 +01:00
Igor Kulikov
4b29a8f3ff UI: Implement action button widget. 2024-02-01 19:16:37 +02:00
Andrii Landiak
9b32a51d4b Refactoring due to review. Fix naming, improve upgrade logic 2024-02-01 13:46:31 +02:00
dashevchenko
1922e2d17d Merge remote-tracking branch 'upstream/master' into removedSupportForUpgrade 2024-02-01 11:03:27 +02:00
Andrii Shvaika
54e9aba8fb Fix compilation issue 2024-01-31 16:59:39 +02:00
dashevchenko
e9e511f94d updated SQL_TTL_TS_TS_KEY_VALUE_TTL parameter description 2024-01-31 14:17:48 +02:00
ViacheslavKlimov
1f50a8c3ad Merge branch 'hotfix/3.6.2' into fix/actors-init
# Conflicts:
#	common/queue/src/main/java/org/thingsboard/server/queue/discovery/HashPartitionService.java
2024-01-31 13:39:43 +02:00
dashevchenko
8c41935c70 merged with master 2024-01-31 13:27:32 +02:00
Andrew Shvayka
34fa9fe035
Merge pull request #10102 from thingsboard/hotfix/3.6.2
Hotfix/3.6.2 sync up
2024-01-31 13:15:34 +02:00
Andrew Shvayka
df39f8b8d6
Merge pull request #10083 from thingsboard/save-improvements
Performance improvements for entities saving
2024-01-31 13:14:17 +02:00
ViacheslavKlimov
2d7c1a3cd5 Implement JpaPartitionedAbstractDao 2024-01-31 12:15:06 +02:00
nick
41adbe1003 coap: final version 2024-01-30 16:37:14 +02:00
dashevchenko
89f7b8e17f updated env parameter description 2024-01-30 15:49:17 +02:00
ViacheslavKlimov
5875a40118 Error handling for PartitionChangeEvent listeners 2024-01-30 15:16:53 +02:00
ViacheslavKlimov
8fe4947e1e Generic database error message; use TB StringUtils in BaseController 2024-01-30 14:42:07 +02:00
Igor Kulikov
0a784d33ed UI: widgets value actions refactor. 2024-01-30 12:30:24 +02:00
dashevchenko
30399d8ff6 deleted unused service 2024-01-29 18:07:51 +02:00
dashevchenko
1fce9582af deleted redundant code, yml parameters, reverted deleted PaginatedUpdater for future development 2024-01-29 17:53:39 +02:00
dashevchenko
3c53d7ec71 deleted db upgrade scripts up to 3.5.0 version 2024-01-29 13:55:44 +02:00
Ivan Raznatovskyi
b8be8b3b5e Added URL Suffix generation function which is imported and used to generate the correct path 2024-01-29 11:41:29 +02:00
ViacheslavKlimov
18c354c600 Proper SQL error instead of 'could not extract ResultSet' 2024-01-29 11:12:51 +02:00
Dmytro Skarzhynets
b1b0e44c7f Add executor to process activity events in a dedicated thread not to avoid blocking main consumer 2024-01-26 17:04:49 +02:00
YevhenBondarenko
27b5fe52a4 fixed stack overflow error 2024-01-26 15:44:08 +01:00
Dmytro Skarzhynets
eadcf916f5 Add optimization using separate service which routes activity actions to device state service directly, when running in monolith. Refactor rule node tests 2024-01-26 16:15:11 +02:00
Dmytro Skarzhynets
3c460d79c3 Refactor core consumer tests: add test for device state message forwarding, split all-in-one tests into more but simpler test cases 2024-01-26 13:37:08 +02:00
ViacheslavKlimov
3ee8a8c56d Refactor rate limit service 2024-01-26 12:17:37 +02:00
Vladyslav_Prykhodko
31dad36129 Merge remote-tracking branch 'upstream/master' into feature/push-notifications 2024-01-25 16:40:22 +02:00
Rhyaldir
4b23a8a96d Support DTLS Connection ID with configuration 2024-01-25 11:15:05 +01:00
Dmytro Skarzhynets
d7a24648ff Add stats for connect, disconnect and inactivity events 2024-01-25 12:11:53 +02:00
ViacheslavKlimov
a571153b7c Single update message for multiple queues 2024-01-24 18:08:01 +02:00
Andrew Shvayka
d2b1cdc705
Merge pull request #10055 from dashevchenko/resetPasswordSilent
Extended error handling from ThingsboardException to Exception
2024-01-24 17:35:05 +02:00
Dmytro Skarzhynets
5e846116a8 Use consumer instead of runnable in SimpleTbQueueCallback 2024-01-24 17:27:10 +02:00
dashevchenko
a2ab231465 extended password reset exception from ThingsboardException to Exception 2024-01-24 17:19:05 +02:00
Dmytro Skarzhynets
c81d943854 Add check for negative and outdated connect event timestamp. 2024-01-24 16:11:19 +02:00