18132 Commits

Author SHA1 Message Date
Viacheslav Klimov
430b7ba94a
Merge pull request #10663 from thingsboard/fix/tenant-removal-partition
Fix partitions removed on transport when tenant is updated
2024-04-29 15:58:26 +03:00
Viacheslav Klimov
62516d9231
Merge branch 'master' into fix/tenant-removal-partition 2024-04-29 14:33:12 +03:00
Andrew Shvayka
eb7653f7d3
Merge pull request #10662 from dashevchenko/entityDataQueryTests
Added tests for EntityService
2024-04-29 13:06:04 +03:00
Andrew Shvayka
8e8531f320
Merge pull request #10639 from smatvienko-tb/feature/security-configuration-deprecation-replacement
SecurityConfiguration: deprecated authorizeRequests replaced with authorizeHttpRequests
2024-04-29 12:50:24 +03:00
ViacheslavKlimov
386795337f Fix partitions removed when tenant is updated 2024-04-29 11:27:27 +03:00
dashevchenko
9d159526d9 added tests for EntityService 2024-04-29 11:26:18 +03:00
Viacheslav Klimov
09b2873c5b
Merge pull request #10649 from AndriiLandiak/fix/entity-listener
Improvement for EntityStateSourcingListener
2024-04-29 10:40:20 +03:00
Andrii Landiak
20de60256c Add fail-fast for DeleteEntityEvent on EntityStateSourcingListener 2024-04-29 10:38:21 +03:00
Viacheslav Klimov
e1c2443e20
Merge pull request #10652 from dskarzh/fix-static-mocks
Replace static mocks with consumers in `DefaultRuleEngineDeviceStateManagerTest`
2024-04-29 09:47:21 +03:00
Sergey Matvienko
abf85cb9b8 SecurityConfiguration fixed and refactored based on manual testing results on QA env 2024-04-26 22:03:26 +02:00
Dmytro Skarzhynets
8686a92944 Replace static mocks with consumers in DefaultRuleEngineDeviceStateManagerTest 2024-04-26 20:18:53 +03:00
Viacheslav Klimov
8169236360
Merge pull request #10650 from thingsboard/fix_bug_coap_conmnection_id_length
fix_bug_coap_connection_id_length
2024-04-26 18:27:34 +03:00
Andrew Shvayka
8b562638e9
Merge pull request #10651 from smatvienko-tb/fix/coap.dtls.connection_id_length
coap.dtls.connection_id_length added default null value to tolerate yaml inconsistency case
2024-04-26 18:26:53 +03:00
Andrew Shvayka
dfaf57e610
Merge pull request #10641 from vvlladd28/customTranslationFIx
Change locale code ar_AR to ar_AE
2024-04-26 18:25:09 +03:00
Sergey Matvienko
115596da28 coap.dtls.connection_id_length added default null value to tolerate yaml inconsistency case 2024-04-26 17:19:24 +02:00
nick
4e6ab036de fix bug: coap dtls.connection_id_length 2024-04-26 18:09:10 +03:00
Andrii Landiak
94b46958f9 Improvement for EntityStateSourcingListener 2024-04-26 17:29:43 +03:00
Viacheslav Klimov
7155140a39
Merge pull request #10648 from YevhenBondarenko/fix/clear-cache
added clear cache for upgrade from 3.6.4 to 3.7.0
2024-04-26 17:08:46 +03:00
YevhenBondarenko
872309e6a2 added clear cache for upgrade from 3.6.4 to 3.7.0 2024-04-26 16:02:49 +02:00
Andrew Shvayka
aecf654d65
Merge pull request #10201 from thingsboard/feature/housekeeper
Housekeeping service
2024-04-26 13:37:06 +03:00
Igor Kulikov
797e589d57
Merge pull request #10643 from thingsboard/feature/bars-widget
Bars and Polar area widgets
2024-04-26 13:26:36 +03:00
Andrew Shvayka
dd00e5bbb1
Merge pull request #10636 from smatvienko-tb/docker-images-upgrade
docker images upgraded
2024-04-26 13:18:39 +03:00
Igor Kulikov
bf27431b52 Merge branch 'master' into feature/bars-widget 2024-04-26 13:17:36 +03:00
Andrew Shvayka
7b7d91f3b9
Merge pull request #10634 from zzzeebra/Junit4to5
JUnit5 migration in rule-engine-components
2024-04-26 13:16:50 +03:00
ViacheslavKlimov
1ae1e90f86 Minor refactoring 2024-04-26 13:05:06 +03:00
Igor Kulikov
2990f46c85 Merge branch 'master' into feature/bars-widget 2024-04-26 12:58:19 +03:00
Viacheslav Klimov
c4df8c3a07
Merge pull request #10635 from dashevchenko/swagger_impr
Deleted "required" from tenant email swagger schema
2024-04-26 12:04:06 +03:00
Vladyslav_Prykhodko
228bec0a9c UI: Change locale code ar_AR to ar_AE 2024-04-26 10:49:38 +03:00
Sergey Matvienko
8bb8fddf40 SecurityConfiguration: deprecated authorizeRequests replaced with authorizeHttpRequests 2024-04-25 20:13:20 +02:00
Igor Kulikov
2994b8b105 Merge branch 'master' into feature/bars-widget 2024-04-25 19:11:30 +03:00
Igor Kulikov
d12c680e12 UI: Implement bars and polar area widgets. 2024-04-25 19:10:48 +03:00
Sergey Matvienko
086c63edb4 TbDeviceStateNodeTest refactored to avoid static mocks that fails some time due to concurrent test run 2024-04-25 17:56:19 +02:00
Sergey Matvienko
0fbc89d893 TbChangeOriginatorNodeTest refactored to use init() in @BeforeEach 2024-04-25 17:55:23 +02:00
Viacheslav Klimov
f9d8be8f6f
Merge pull request #10637 from thingsboard/hotfix/3.6.3
Hotfix/3.6.3
2024-04-25 18:22:34 +03:00
Volodymyr Babak
367b2c644a
Merge pull request #10624 from AndriiLandiak/edge-improve-stability-test
Edge - improve stability of EdgeEventControllerTest
2024-04-25 16:47:05 +03:00
Sergey Matvienko
8c92d7bf6e docker images upgraded 2024-04-25 15:34:35 +02:00
dashevchenko
87fc91e088 deleted "required" from tenant email swagger schema 2024-04-25 16:00:18 +03:00
ViacheslavKlimov
3ddda71e14 Increase timeout for tasks processing in tests 2024-04-25 15:54:22 +03:00
ViacheslavKlimov
732c6d76e4 Deleted test testUnassignAlarmOnCustomerRemoving (customer's devices are deleted when customer is deleted, thus all alarms for the device also should be deleted, instead of unassigned) 2024-04-25 15:53:36 +03:00
Oleksandra Matviienko
1756d19820 JUnit5 migration in rule-engine-components
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2024-04-25 13:57:23 +02:00
Viacheslav Klimov
299ecd1cb8
Merge pull request #10612 from thingsboard/fix/notification-request-stats
Limit notification request errors stats
2024-04-25 13:48:08 +03:00
Andrii Landiak
01bfcff415 Merge remote-tracking branch 'upstream/master' into edge-improve-stability-test 2024-04-25 13:29:27 +03:00
Andrew Shvayka
28573bf5f3
Merge pull request #10594 from smatvienko-tb/feature/dep_update_3_7_0
major dependency update 3 7 0
2024-04-25 13:23:17 +03:00
ViacheslavKlimov
285b8803da Limit notification request errors stats to 100 2024-04-25 13:15:51 +03:00
ViacheslavKlimov
327503fd0a Await all housekeeper tasks to be processed in tests 2024-04-25 12:03:12 +03:00
Andrii Landiak
bba7f738eb Change method name 2024-04-24 17:23:41 +03:00
ViacheslavKlimov
80416a7e33 Refactor tenant creation in tests 2024-04-24 17:13:44 +03:00
Igor Kulikov
d56d85d81c
Merge pull request #10623 from vvlladd28/fixed/transltion/load
Improved detect auth user in load
2024-04-24 16:52:01 +03:00
Vladyslav_Prykhodko
fe493335fb UI: Added new selector userReady and change order updated auth state 2024-04-24 16:27:28 +03:00
Andrii Landiak
18a7884cbd Improve stability of EdgeEventControllerTest 2024-04-24 14:59:02 +03:00