3443 Commits

Author SHA1 Message Date
Sergey Matvienko
097429b816
Merge pull request #11199 from thingsboard/hotfix/3.7
Hotfix/3.7
2024-07-11 18:47:36 +02:00
Sergey Matvienko
094f840f11 JpaAlarmDao debug log added 2024-07-11 14:26:59 +02:00
ViacheslavKlimov
68c8bf8db7 Merge remote-tracking branch 'origin/hotfix/3.7' 2024-07-10 10:48:49 +03: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
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
1a2040d4cd Remove redundant existsById from dao.removeById 2024-07-05 14:32:42 +03:00
YevhenBondarenko
84ea3b4afc test fixes 2024-07-03 17:51:52 +02:00
YevhenBondarenko
0b51baf38d LUA script improvements and used versioned cache for latest ts 2024-07-03 16:03:19 +02:00
ViacheslavKlimov
31e1d082f2 Proper error message when deleting dashboard referenced by asset profile 2024-07-03 12:35:13 +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
YevhenBondarenko
7fa7528546 fixed delete attributes query 2024-07-02 12:38:07 +02:00
ViacheslavKlimov
8c8666c3d0 Ignore version for export/import 2024-07-01 15:06:38 +03:00
ViacheslavKlimov
8b9021d534 Fix entity creation with preset id 2024-07-01 14:23: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
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
Viacheslav Klimov
033588aea2
Merge pull request #11005 from dashevchenko/cassandraDeleteTsFix
Fixed cassandra timeseries deletion if partition is INDEFINITE
2024-06-20 13:28:48 +03:00
ViacheslavKlimov
d9e90ea663 Refactoring for notification types filter 2024-06-20 11:33:28 +03:00
ViacheslavKlimov
5009440bf5 Fix unread notifications query 2024-06-20 11:20:54 +03:00
ViacheslavKlimov
186ab6d50c Merge remote-tracking branch 'origin/master' into feature/notifications-widget 2024-06-20 11:12:20 +03:00
Kulikov
fb47a95bf6
Add tests for LwM2M device profile validation (#10987)
* fix_bug: lwm2m Bootstrap ShortServerId   add tests

* fix_bug: lwm2m Bootstrap ShortServerId   add tests comments1

* fix_bug: lwm2m monitoring

* fix_bug: lwm2m Bootstrap tests n- formatting
2024-06-19 14:03:59 +03:00
Igor Kulikov
e150898bf1 Merge branch 'master' into feature/scada-symbol 2024-06-14 18:01:00 +03:00
YevhenBondarenko
e57b9471dc used version + 1 instead of sequence next value 2024-06-13 19:18:01 +02:00
dashevchenko
17be2154ce fixed cassandra timeseries deletion if partition is INDEFINITE 2024-06-13 16:04:55 +03:00
Shvaika Dmytro
159c97ac67
Rule node ids seach query: replaced Page with Slice to exclude count query execution (#10989)
* replaced Page with Slice to exclude count query execution

* fixed test since Slice totalPages and totalElements is always 0
2024-06-12 18:00:31 +03:00
Viacheslav Klimov
3d1e133080
Merge pull request #10968 from thingsboard/fix/tenant-not-found
Fix "Tenant not found" errors on tenant deletion
2024-06-12 14:11:33 +03:00
YevhenBondarenko
e2be5c6492 return version instead of key for attributes 2024-06-12 12:23:19 +02:00
nick
8420de0cb4 fix_bug: lwm2m Bootstrap ShortServerId must not be less than 0 and more than 65535! add test 2024-06-12 12:53:17 +03:00
nick
242b0019a2 fix_bug: lwm2m Bootstrap ShortServerId must not be less than 0 and more than 65535! -2 2024-06-12 08:41:22 +03:00
nick
d5f954d3df fix_bug: lwm2m Bootstrap ShortServerId must not be less than 0 and more than 65535! 2024-06-12 07:45:14 +03:00
nick
4aa4f0f3e5 fix_bug: lwm2m Bootstrap ShortServerId 2024-06-11 19:27:46 +03:00
YevhenBondarenko
4807a7cbdd ranamed seq_number to version and refactoring 2024-06-11 17:15:55 +02:00
YevhenBondarenko
b666f9499a added sequence number for attributes 2024-06-11 15:41:55 +02:00
dashevchenko
a9a80db4b7 implemented entity field "name" for queue stats entity 2024-06-11 12:38:18 +03:00
ViacheslavKlimov
473681c343 Don't unassign deleted user alarms on tenant deletion 2024-06-10 17:59:35 +03:00
Igor Kulikov
cfc4d3d65f UI: SCADA symbol - implement create widget from SCADA symbol, add widget size parameters, make target device optional for SCADA symbol widgets. 2024-06-10 17:49:15 +03:00
YevhenBondarenko
c44ba6307c added sequence numver for lates timeseries 2024-06-10 16:02:32 +02:00
ViacheslavKlimov
02dc49fd3a Fix tenant not found error for notification rules 2024-06-10 13:22:10 +03:00