Igor Kulikov
|
d7f3a4a70c
|
Angular 20 migration
|
5 months ago |
Igor Kulikov
|
50a94b90f3
|
Angular 20 migration
|
5 months ago |
Viacheslav Klimov
|
e4c97a8021
|
Merge pull request #14850 from smatvienko-tb/feature/test-improvements
Test improvements for parallel run in forks
|
5 months ago |
Viacheslav Klimov
|
7870ea2128
|
Merge pull request #14858 from irynamatveieva/fix/count-query
[LTS-4.2] Fixed count query by tenant on cf_manager init
|
5 months ago |
Sergey Matvienko
|
da608805af
|
test example for memory management
|
5 months ago |
Sergey Matvienko
|
29812b0c8d
|
tests: noted how to run tests in parallel fast
|
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
|
a4f755b624
|
tests: refactored blackbox test for LWM2M test client (UDP DatagramSocket instead TCP ServerSocket), ensure UDP socket is available before and after LWM2M client start stop
|
5 months ago |
Sergey Matvienko
|
45da022944
|
tests: bump versions <surefire.version> 3.5.4 <testcontainers.version>1.21.4
|
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
|
59ff87d2bc
|
DeviceProfileDataValidator - refactored validation to allow use-defined ports for LWM@M (also useful for tests in parallel).
Addressing the issue: DeviceProfile object is invalid: [LwM2M Server "Port" value = 53197. This value for security PSK must be 5686!]
|
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 |
Sergey Matvienko
|
f4334436ff
|
tests: log warn dynamic property coap.bind_port coap.dtls.bind_port
|
5 months ago |
Sergey Matvienko
|
bcfe4c2641
|
tests: coap transport tests refactored to use dynamic UPD ports to be able to test in parallel
|
5 months ago |
Sergey Matvienko
|
9577cb0aee
|
tests: PortFinder.findAvailableUdpPort added
|
5 months ago |
Sergey Matvienko
|
141ac80265
|
tests: transport.mqtt.bind_port is @DynamicPropertySource. Dynamic MQTT port are set in a single AbstractMqttIntegrationTest to be compatible with parallel test run
|
5 months ago |
Sergey Matvienko
|
243fbec930
|
tests: spring.main.banner-mode=off
|
5 months ago |
Sergey Matvienko
|
b35f46a8ee
|
tests: reducing logging noise for dao, cache for CaffeineCacheMetrics
|
5 months ago |
Sergey Matvienko
|
5305ccf180
|
tests: standardizing timeouts to address flakiness in parallel runs and busy CI env
|
5 months ago |
Sergey Matvienko
|
7b9c53d348
|
tests: EdgeImitator - fix for ConcurrentModification at AbstractEdgeTest.validateMsgsCnt:387
|
5 months ago |
Sergey Matvienko
|
9a2489f5b6
|
tests: DefaultTbResourceDataCache destroy cache on bean destroy that fixes flaky test
|
5 months ago |
Sergey Matvienko
|
2c533c0f86
|
tests: reducing logging noise
|
5 months ago |
Sergey Matvienko
|
8599020aed
|
Tests: Rock DB location moved to the target for safe surefire parallel fork run and easy clean by maven
|
5 months ago |
Sergey Matvienko
|
f4e2ebde54
|
Tests Edge - replaced port 7070 with dynamic port to allow parallel tests in surefire forks
|
5 months ago |
Sergey Matvienko
|
1b190b84e5
|
RocksDB log ingested init path on debug level
|
5 months ago |
Vladyslav_Prykhodko
|
a2116dc2f6
|
UI: Fixed CVE-2026-22610
|
5 months ago |
IrynaMatveieva
|
73fa6734c4
|
updated error message on cf init
|
5 months ago |
Sergey Matvienko
|
924c9cf5d0
|
hotfix count query by tenant on cf_manager init
|
5 months ago |
Viacheslav Klimov
|
fd9dc186e4
|
Merge pull request #14826 from thingsboard/cfs/lts/protection-of-use-latest-ts
CFs protection from use latest ts when output type set to attributes
|
5 months ago |
dshvaika
|
7b7e5ba93c
|
protection from use latest ts when output type is set to attributes
|
5 months ago |
Vladyslav_Prykhodko
|
9eb37d79af
|
UI: Fixed country autocomplete required
|
5 months ago |
Viacheslav Klimov
|
e74717489e
|
Merge pull request #14792 from dashevchenko/smsEnabledApiUsageFix
Fixed smsEnabled property handling for tenant profile configuration
|
5 months ago |
Igor Kulikov
|
b255ea077c
|
Merge pull request #14802 from vvlladd28/bug/coutry-autocomplete/autofill
Fixed country autocomplete autofill and improved validation
|
6 months ago |
Vladyslav_Prykhodko
|
c3d1b1ad6f
|
UI: Fixed country autocomplete after review
|
6 months ago |
Maksym Tsymbarov
|
a3db9f93d3
|
Fixed opening tenant profile autocomplete when "Create new" button clicked
|
6 months ago |
Vladyslav_Prykhodko
|
6f03b8ae2f
|
UI: Fixed country autocomplete after review
|
6 months ago |
Vladyslav_Prykhodko
|
48c31e47b9
|
UI: Fixed autofill country autocomplete and improved validation
|
6 months ago |
dashevchenko
|
ec128f3e85
|
null value for smsEnabled is interpreted as enabled on backend
|
6 months ago |
dashevchenko
|
32f7c2abf7
|
fixed smsEnabled property handling for tenant profile configuration
|
6 months ago |
Viacheslav Klimov
|
51f649db23
|
Merge pull request #14791 from thingsboard/fix/edqs-docker
Fix CONF_FOLDER for start-tb-edqs.sh in k8s
|
6 months ago |
Viacheslav Klimov
|
38d4f23c5e
|
Fix CONF_FOLDER for start-tb-edqs.sh in k8s
|
6 months ago |
Viacheslav Klimov
|
154bad150c
|
Merge pull request #14773 from thingsboard/fix/notification-query
Fix invalid notification targets search by type
|
6 months ago |
Viacheslav Klimov
|
9e748520e8
|
Fix invalid notification targets search by type
|
6 months ago |
Viacheslav Klimov
|
244a64943c
|
Merge pull request #14631 from AndriiLandiak/fix-drop-partitions-event
Fixed partition cleanup for non-public PostgreSQL schemas
|
6 months ago |
Viacheslav Klimov
|
f3c3c3ac78
|
Merge pull request #14752 from thingsboard/update-license-header
Update license header
|
6 months ago |
Viacheslav Klimov
|
5b5b4dff6b
|
Update license header
|
6 months ago |
Andrii Landiak
|
c4de8926e4
|
Refactoring after review
|
6 months ago |