9398 Commits (fbf690cd8ff381ea48c09ae964e5b022e8feb041)

Author SHA1 Message Date
Sergey Matvienko fbf690cd8f Reuse AbstractWebTest.TIMEOUT for Awaitility timeout in EdgeGrpcSslTest 4 months ago
Sergey Matvienko 4d2545052d Use production EdgeGrpcService.setupSsl() in tests instead of copy-pasted logic 4 months ago
Sergey Matvienko c65b172d7e Improve test method names for clarity 4 months ago
Sergey Matvienko 561a8597aa Add RSA-4096 and EC-P256 key types, parameterize all tests 4 months ago
Sergey Matvienko c149927a6e Add ECDSA P-384 test, refactor to parameterized tests 4 months ago
Sergey Matvienko 9e19d0818e Improve EdgeGrpcSslTest: use port 0 and Awaitility 4 months ago
Sergey Matvienko 521efe1067 Add EdgeGrpcSslTest covering all SSL setup scenarios 4 months ago
Sergey Matvienko 8f99510d07 Restore default private_key value for backward compatibility 4 months ago
Sergey Matvienko 9de53e7781 Support combined PEM cert+key for Edge gRPC SSL 4 months ago
Sergey Matvienko 148dd17ce1 Fix flaky TenantControllerTest by draining housekeeper before teardown 4 months ago
Sergey Matvienko 0e3381bca3 Fix similar flaky await patterns in MQTT transport tests 4 months ago
Sergey Matvienko 96b742189d Fix flaky Sparkplug connection test: handle 404 during device await 4 months ago
Sergey Matvienko cc35e71e55 fix: await RPC re-queuing after session close on delivery timeout 4 months ago
Sergey Matvienko 455f62eaef fix: delay LwM2M client stop in FW update to prevent Execute response race 4 months ago
Viacheslav Klimov 6ea7af0918
Improved Apple OAuth2 mapper and refactored OAuth2 client validation 4 months ago
Viacheslav Klimov 45c0691b47
Add SSRF protection 4 months ago
Viacheslav Klimov 08dcd79455
Fix ProjectInfo dependency issues 4 months ago
Viacheslav Klimov a2ec1248fc
Fix per-key commit caching in DefaultGitSyncService 4 months ago
Dmytro Khylko ed7156b89a
Exported WebSocket configuration variables 4 months ago
Sergey Matvienko 062c577d1f Fix infinite loop in rule engine caused by TbRuleChainInputNode self-referencing default rule chain 4 months ago
Dmytro Skarzhynets 00238968e9 fix: preserve rule node execution counter when copying messages in delay and deduplication nodes 4 months ago
nickAS21 37fa0e6a2b lwm2m - fix bug flaky tests 4 months ago
Viacheslav Klimov 010cebe5c0
Update TBEL to 1.2.9 to fix script execution failures on repeated runs 4 months ago
Sergey Matvienko 55e3c3f7c2 TBEL parseBytes_Test RepeatedTest(3) 4 months ago
Viacheslav Klimov 34f51e4154
Update docker.lts.tag to 4.2.2-latest and UI_HELP_BASE_URL to release-4.2.2 4 months ago
Viacheslav Klimov 2ec6da3c56
Cache resolved RevCommit in DefaultGitSyncService to avoid redundant resolveCommit calls 4 months ago
Viacheslav Klimov 412fbefdbb
Add Cassandra result set byte-size limit to prevent OOM on large queries 4 months ago
Volodymyr Babak 17d5db7aa1 Copilot review changes 4 months ago
Volodymyr Babak 6c200e3767 Fixed sync of AdminSettings to Edge in realtime 4 months ago
dashevchenko 609703e48d fixed yml parameter 5 months ago
Nikita Mazurenko f82f4017fd Fix version comparison in EdgeVersionUtils 5 months ago
Dmytro Skarzhynets 74ef364f33
fix: respect forward_headers_strategy for client IP in audit logs 5 months ago
Nikita Mazurenko 10aa63f78f Add license format in EdgeLatestVersionTest 5 months ago
Nikita Mazurenko 3d7be72692 Add error message to EdgeLatestVersionTest 5 months ago
Nikita Mazurenko d5fe1db7d4 Add test to verify that enum proto EdgeVersion is synchronized with maven project.version 5 months ago
nickAS21 168de4620a lwm2m - fix bug tests testFirmwareUpdateByObject5_Ok 5 months ago
Viacheslav Klimov 0b2423759c Set 4.2.0 as supported version for upgrade 5 months ago
Viacheslav Klimov bc5b3a615f Get back upgrade from 4.2.0 to 4.2.1 5 months ago
Viacheslav Klimov ec9d7018f2 Improve upgrade version compatibility check 5 months ago
Vladyslav_Prykhodko abcf3b78f5 Fixed UI help links url to release-4.2.1 5 months ago
Viacheslav Klimov 22d6a14600 Fix license header for DefaultSystemSecurityServiceTest 5 months ago
IrynaMatveieva 3e0628099f call error debug persistence in cf actors 5 months ago
IrynaMatveieva 202d458711 moved debug error persistence to actor system context 5 months ago
IrynaMatveieva d568ee8536 fix: process cfs that uses the same key and some of cfs throws error 5 months ago
Sergey Matvienko 342060c54a tests: fixed EdgeImitator usage in controller test by providing Modifiable Deque getDownlinkMsgsDeque 5 months ago
Sergey Matvienko 4bd812b6fd tests: LWM2M transport refactored and fixed to run in parallel. Improved UPD port operation experience for stability. additional logs added 5 months ago
Sergey Matvienko a706859711 tests: log MockMvc error responses >= 400 for easier investigation 5 months ago
Sergey Matvienko ca948f637f tests: CoapClientX509Test disconnect() is awaiting until UDP fixedPort released. reuse socket removed for UPD isUDPPortAvailable as not useful 5 months ago
Sergey Matvienko 94f3019188 tests: AbstractCoapSecurityIntegrationTest import cleanup 5 months ago
Sergey Matvienko 189c2ac6ae tests: fixed Coap X509 Test client by calling dtlsConnector.destroy() on client.disconnect(); 5 months ago