Sergey Matvienko
bdf9da8bab
Revert "Jwts.parser().build() refactored for a newer version"
...
This reverts commit 1f5c95a375ab694ff08709cf9096dd773e0b90c7.
2024-04-19 09:42:06 +02:00
Sergey Matvienko
df08a94bee
Revert "JWT factory immutable and test fixed with > 512bit key"
...
This reverts commit 8dc455edc1a7531adc046d5c01cbdbc512bdd39b.
2024-04-19 09:41:41 +02:00
Sergey Matvienko
8dc455edc1
JWT factory immutable and test fixed with > 512bit key
2024-04-18 22:00:14 +02:00
Sergey Matvienko
1f5c95a375
Jwts.parser().build() refactored for a newer version
2024-04-18 17:40:20 +02:00
ViacheslavKlimov
3803081b57
Refactor alarms deletion; separate tenant entities deletion task
2024-04-18 13:25:40 +03:00
dashevchenko
d0ff4a2d86
mobile app QR code initial implementation
2024-04-18 11:25:05 +03:00
ViacheslavKlimov
0361d34767
Minor refactoring
2024-04-16 14:01:11 +03:00
ViacheslavKlimov
a80d4650ea
Delete customers last on tenant deletion; tests fixes
2024-04-16 13:00:17 +03:00
Volodymyr Babak
63c100b4bb
Merge pull request #10548 from AndriiLandiak/feature/edge-notification
...
Edge - notification support
2024-04-16 11:56:11 +03:00
ViacheslavKlimov
6f9e9305bd
Housekeeper refactoring
2024-04-15 16:02:37 +03:00
Andrii Landiak
9c81dbd1e5
Minor improvements after review
2024-04-15 14:47:39 +03:00
ViacheslavKlimov
40d9789035
More tests
2024-04-12 17:24:06 +03:00
Andrew Shvayka
a45c722bf5
Merge pull request #10533 from thingsboard/fix_bug_test_difPort
...
fix_bug_lwm2m tests dif Port
2024-04-12 16:20:41 +03:00
ViacheslavKlimov
79dc46a65b
Merge branch 'master' into feature/housekeeper
...
# Conflicts:
# application/src/main/java/org/thingsboard/server/install/ThingsboardInstallService.java
2024-04-12 15:33:56 +03:00
Igor Kulikov
ce44bbc248
Merge with hotfix/3.6.3
2024-04-11 17:52:26 +03:00
Andrii Landiak
e8c238e5a6
Add NotificationEdgeTest
2024-04-11 17:30:05 +03:00
ViacheslavKlimov
9064bfaa76
Delete tenant entities in batches with id offset
2024-04-11 17:18:47 +03:00
nick
0a16214af5
fix bug: lwm2m tests dif Port Comments 2
2024-04-11 16:34:23 +03:00
Andrii Landiak
5191143c3f
Provide support for Notification to Edge
2024-04-11 15:50:57 +03:00
ViacheslavKlimov
feb629f2c2
Alarms deletion in batches with id offset
2024-04-11 14:07:35 +03:00
ShvaykaD
211226e230
added fix for mqttv5 test
2024-04-11 13:40:49 +03:00
ShvaykaD
faf172bdb2
fixed claim device flaky tests
2024-04-11 13:11:28 +03:00
nick
934287a380
fix bug: lwm2m tests dif Port Comments 1
2024-04-11 12:25:44 +03:00
ViacheslavKlimov
49a76cad5a
Housekeeper: disabled task types; refactoring
2024-04-11 11:53:32 +03:00
nick
d876fc8bfe
fix bug: lwm2m tests dif Port 3
2024-04-10 17:14:45 +03:00
nick
d2d68faee7
fix bug: lwm2m tests dif Port
2024-04-10 16:51:51 +03:00
Shvaika Dmytro
cad3011938
Replacement of local cache in rule nodes with cached entity service APIs. ( #9552 )
...
* added customer cache && refactored assign/unassing to/from customer nodes
* refactoring of customer action nodes & added common tests
* added tests for upgrade
* updated controller & service tests for customer api
* replaced findCustomerByTenantIdAndTitle with cacheable method
* add new line to end of ../upgrade/3.6.2/schema_update.sql file
* added cache for find user by tenant id and email & relation action nodes refactoring
* fixed synchronization issue & refactored logic & refactored node upgrade tests
* fixed testSaveUserWithSameEmail test in the UserControllerTest. Removed empty space & added exclamation mark
* updated tests for create relation node && added two tests for delete relation node
* replaced Lists with EnumSets where it was possible & replaced MethodSource with EnumSource where it was possible & added test for upgrade for both create and delete relation nodes
* updated upgrade tests & added tests for delete relation node
* refactoring
* updated create & delete relation nodes descriptions
* updated default config for delete relation node
* minor improvements for custom action nodes after self review
* added upgrade for customers with the same titles
* replaced parameterized test annotation when deleteForSingleEntity is false
* fix typo in reSaveCustomerWithNewTitle upgrade logic
* fixes after review & additional improvements
* fixed testAssignAndUnassignEntityViewToCustomer test
* updated upgrade logic & changed logic of public customers lookup
* fixed dao method & added test
* renamed method to findPublicCustomerByTenantId
* fix typo in the find public customer query
* added @Serial annotation for serialVersionUID & rollback saveAndFlush to save in UserServiceImpl
* fixes to async find or create logic
* fixed after review
* fix typo
* set Transactional annotation to findOrCreatePublicCustomer
2024-04-10 12:31:24 +03:00
ViacheslavKlimov
00f8fd2c35
Merge remote-tracking branch 'origin/master' into feature/housekeeper
2024-04-09 12:08:53 +03:00
Andrew Shvayka
7eb825dc3b
Merge pull request #10472 from thingsboard/fix/event-sourcing
...
Fix tenant creation
2024-04-09 11:01:35 +03:00
Andrew Shvayka
e7f68e3b08
Merge pull request #10420 from thingsboard/fix/mobile-notifications
...
Improvements for mobile notifications
2024-04-09 10:59:37 +03:00
Viacheslav Klimov
ae2533162e
Merge branch 'master' into fix_bug_californium_3_11
2024-04-05 16:24:37 +03:00
Andrii Shvaika
a88b1ef349
Merge hotfix/3.6.3 to master
2024-04-04 12:56:17 +03:00
Andrii Shvaika
d5cdd2b13d
Merge branch 'master' of github.com:thingsboard/thingsboard
2024-04-04 12:46:10 +03:00
Andrew Shvayka
05dcbeae15
Merge pull request #10452 from smatvienko-tb/feature/nashorn-memory-limit
...
Nashorn js executor sandbox memory limit
2024-04-04 12:42:29 +03:00
Andrew Shvayka
eab88dd500
Merge pull request #10416 from AndriiLandiak/fix/kv-proto-util
...
Fix KvProtoUtils order for matching KeyValueType and DataType
2024-04-03 17:39:51 +03:00
Andrii Shvaika
bd2cf904e4
Merge branch 'improve-entity-data-query' of github.com:AndriiLandiak/thingsboard
2024-04-03 17:01:32 +03:00
Andrew Shvayka
b276d5e3da
Merge pull request #10145 from dashevchenko/queueStatsEntity
...
Entity for queue statistics
2024-04-02 12:19:33 +03:00
Andrii Landiak
87e564f8c0
Use stringUtils to check if search text is not null and is not empty
2024-04-01 16:39:44 +03:00
Andrii Landiak
0107bc29ad
Add yaml parameter to set max size for telemetry message
2024-03-29 16:37:49 +02:00
ViacheslavKlimov
9d1f751f3a
Fix race condition on tenant creation; refactoring
2024-03-29 15:20:56 +02:00
nick
4ad4b7fc86
lwm2m/coap: add californium 3.11.0
2024-03-28 11:54:03 +02:00
dashevchenko
6c911637ae
merged with master
2024-03-27 19:04:34 +02:00
Volodymyr Babak
cb9236ff78
Merge pull request #10239 from AndriiLandiak/feature/edge-oauth-support
...
Edge - OAuth2 support
2024-03-27 14:52:01 +02:00
Volodymyr Babak
8b60deece6
Fixed comment in OAuth2EdgeTest
2024-03-27 14:19:26 +02:00
ViacheslavKlimov
e5d4892164
Separate latest and ts history deletion tasks for each key
2024-03-27 13:25:42 +02:00
dashevchenko
c1496b9e0c
swapped alarm deletion and asset deletion to delete only asset alarms
2024-03-27 13:06:00 +02:00
ViacheslavKlimov
6754d8eddb
Add endpoint for getting unread notifications count
2024-03-27 13:04:15 +02:00
dashevchenko
3c0e0be9bc
Merge remote-tracking branch 'upstream/master' into ownerName
2024-03-27 12:35:33 +02:00
ViacheslavKlimov
e1bac1bf79
Revert "Fix TbSubscriptionUtils order for matching KeyValueType and DataType"
...
This reverts commit d9669c9391146b402821f6fc872418ecbe0f3686.
2024-03-27 11:30:33 +02:00
Andrii Landiak
8235b144a5
Fix EdgeControllerTest
2024-03-27 10:14:24 +02:00