4420 Commits

Author SHA1 Message Date
Kulikov
99d4eb0d9c
TBEL: new methods (#11129)
* tbel: number to string by radix

* Revert "tbel: number to string by radix"

This reverts commit 0fd285d76b5f25002f84768ab490e750539509d0.

* tbel: number to string by radix and new Error

* tbel: number to Hexadecimal must be even-length.

* tbel: add tests isBinary...isHexadecimal

* tbel: Comments 1

* tbel: Comments 2

* tbel: Comments 3
2024-07-10 14:31:11 +03:00
ViacheslavKlimov
68c8bf8db7 Merge remote-tracking branch 'origin/hotfix/3.7' 2024-07-10 10:48:49 +03:00
YevhenBondarenko
9515bdea1d updated LUA SHA 2024-07-09 17:33:00 +02:00
YevhenBondarenko
2336cba89a version in proto should be optional 2024-07-09 16:50:07 +02:00
YevhenBondarenko
272e3e8d6a merge with feature/attr_tskv_version 2024-07-09 16:02:52 +02:00
YevhenBondarenko
d6367c9680 added version to timeseries and attribute protos 2024-07-09 15:19:01 +02:00
ViacheslavKlimov
4302b63fd9 Merge remote-tracking branch 'origin/feature/attr_tskv_version' into feature/entities-version 2024-07-09 14:13:30 +03:00
ViacheslavKlimov
b894cbc5d2 Fix Caffeine's getAndPutInTransaction; add compute method to VersionedTbCache 2024-07-09 14:13:14 +03:00
ViacheslavKlimov
6190c30662 Merge remote-tracking branch 'origin/feature/attr_tskv_version' into feature/entities-version 2024-07-09 13:19:02 +03:00
ViacheslavKlimov
cf821515fb Refactoring for versioned caches 2024-07-09 13:17:25 +03:00
Viacheslav Klimov
94b670d72e
Merge pull request #9724 from thingsboard/feature/notifications-widget
Notifications widget
2024-07-09 11:40:25 +03:00
Igor Kulikov
81fa9a6ff2 Ability to show SCADA widget bundles/widgets first when adding widget to SCADA layout. 2024-07-08 16:28:40 +03:00
Igor Kulikov
00800f36f0 Add scada field to widgets bundles and widget types. 2024-07-05 19:19:20 +03:00
ViacheslavKlimov
1dcb64d298 Entities version refactoring 2024-07-05 16:20:19 +03:00
ViacheslavKlimov
7fb5f268c7 Merge remote-tracking branch 'origin/feature/attr_tskv_version' into feature/entities-version
# Conflicts:
#	common/data/src/main/java/org/thingsboard/server/common/data/HasVersion.java
2024-07-05 15:03:39 +03:00
ViacheslavKlimov
50b2d0e488 Merge remote-tracking branch 'origin/master' into feature/entities-version 2024-07-05 14:11:53 +03:00
YevhenBondarenko
77a420b6d6 fixed versioned caffeine cache 2024-07-04 19:02:19 +02:00
Viacheslav Klimov
9b11b92ba5
Merge pull request #11151 from YevhenBondarenko/hotfix/resource-notifications
send resourse change/delete events only for lwm2m
2024-07-04 16:52:14 +03:00
ViacheslavKlimov
88af44870e Check for queueName emptiness on partition resolve 2024-07-04 14:22:32 +03:00
YevhenBondarenko
6c00802d81 removed redundant check 2024-07-04 12:53:21 +02:00
YevhenBondarenko
1d79f1e213 send resourse change/delete events only for lwm2m 2024-07-04 11:42:15 +02:00
Andrii Landiak
7a2500910b Fix env variable 2024-07-04 12:03:42 +03:00
YevhenBondarenko
0b51baf38d LUA script improvements and used versioned cache for latest ts 2024-07-03 16:03:19 +02:00
Andrii Landiak
6f5122386b Introduce approach to use proxy for grpc client 2024-07-03 16:34:25 +03:00
nick
4d52002953 Revert "tbel: number to string by radix"
This reverts commit 0fd285d76b5f25002f84768ab490e750539509d0.
2024-07-02 15:37:19 +03:00
nick
0fd285d76b tbel: number to string by radix 2024-07-02 14:00:46 +03:00
YevhenBondarenko
6c417f209f Merge remote-tracking branch 'smatvienko-tb/feature/latest-ts-redis-cache-aside-dao' into feature/attr_tskv_version 2024-07-02 12:56:33 +02:00
ViacheslavKlimov
8c8666c3d0 Ignore version for export/import 2024-07-01 15:06:38 +03:00
ViacheslavKlimov
8a3f99d651 HTTP status 409 (Conflict) on EntityVersionMismatchException 2024-07-01 14:11:57 +03:00
ViacheslavKlimov
4b7b69313f Fix version in proto; fix some tests 2024-07-01 13:49:17 +03:00
YevhenBondarenko
6162060e88 fixed insert result and used expiration 2024-07-01 12:24:27 +02:00
ViacheslavKlimov
67b8ded9f4 Add version to most entities 2024-07-01 13:11:59 +03:00
ViacheslavKlimov
66563e3459 Introduce optimistic locking and 'version' for entities 2024-06-27 14:48:18 +03:00
YevhenBondarenko
118407d982 implemented versioned cache 2024-06-26 15:51:32 +02:00
ViacheslavKlimov
c4155fb706 Fix timeout for repository settings api 2024-06-21 14:48:35 +03:00
ViacheslavKlimov
656e8458ad Tests for version control; local-only repositories; refactoring 2024-06-21 14:11:20 +03:00
Igor Kulikov
c1c2ceeff6 Merge branch 'master' into feature/scada-symbol 2024-06-20 16:01:51 +03:00
Igor Kulikov
468c007882 Version set to 3.7.1-SNAPSHOT 2024-06-20 15:53:41 +03:00
ViacheslavKlimov
d9e90ea663 Refactoring for notification types filter 2024-06-20 11:33:28 +03:00
ViacheslavKlimov
186ab6d50c Merge remote-tracking branch 'origin/master' into feature/notifications-widget 2024-06-20 11:12:20 +03:00
dashevchenko
3ea1e5706e updated TenantProfile swagger example 2024-06-14 17:42:54 +03:00
YevhenBondarenko
e2be5c6492 return version instead of key for attributes 2024-06-12 12:23:19 +02:00
YevhenBondarenko
b666f9499a added sequence number for attributes 2024-06-11 15:41:55 +02:00
Igor Kulikov
19630f6c36 Merge branch 'master' into feature/scada-symbol 2024-06-07 15:42:38 +03:00
Igor Kulikov
af35d6a678
Merge pull request #10918 from rusikv/enhancement/mobile-qr-home
Mobile app qr code improvements
2024-06-07 15:14:58 +03:00
Igor Kulikov
2500bb2e1c Install SCADA symbols from data folder. UI: SCADA editor -> Add Zoom In/Out buttons, improve tooltips. 2024-06-06 17:26:41 +03:00
dashevchenko
951f017e7c extended mobile application settings with default store links 2024-06-06 11:53:02 +03:00
dashevchenko
be5220a9e9 fixed mobile app settings default value for store links 2024-06-05 19:02:42 +03:00
Viacheslav Klimov
42679a535f
Merge pull request #10920 from dashevchenko/queueStatsFix
Added api to retrieve queue stats entities
2024-06-05 15:50:03 +03:00
dashevchenko
1619e60380 minor refactoring 2024-06-05 12:04:48 +03:00