Viacheslav Klimov
|
f087c571bd
|
Merge remote-tracking branch 'origin/lts-4.2' into lts-4.3
|
4 months ago |
Viacheslav Klimov
|
5965abdc6b
|
Merge pull request #14891 from irynamatveieva/lts-4.3-fix/cf-processing
[LTS-4.3] Fix processing calculated fields
|
4 months ago |
Viacheslav Klimov
|
a5d95f7ca6
|
Merge pull request #14887 from irynamatveieva/lts-4.2-fix/cf-processing
[LTS-4.2] Fix processing calculated fields
|
4 months ago |
IrynaMatveieva
|
e72cbfc5df
|
Merge branch 'lts-4.2-fix/cf-processing' into lts-4.3-fix/cf-processing
|
4 months ago |
Viacheslav Klimov
|
de963ed939
|
Merge pull request #14751 from AndriiLandiak/improve-user-creds-performance
Fixed unnecessary database updates for disabled users during failed login
|
4 months ago |
IrynaMatveieva
|
3e0628099f
|
call error debug persistence in cf actors
|
4 months ago |
Viacheslav Klimov
|
9abf5e5ea7
|
Merge pull request #14861 from AndriiLandiak/fix-api-key
Fix API key controller
|
4 months ago |
IrynaMatveieva
|
202d458711
|
moved debug error persistence to actor system context
|
4 months ago |
Viacheslav Klimov
|
53c6411bcb
|
Merge pull request #14892 from thingsboard/lts-4.2
Merge LTS
|
4 months ago |
IrynaMatveieva
|
c998439fae
|
Merge remote-tracking branch 'origin/lts-4.2-fix/cf-processing' into lts-4.3-fix/cf-processing
|
4 months ago |
Viacheslav Klimov
|
0315be31ad
|
Merge pull request #14889 from smatvienko-tb/feature/test-improvements
test: rollback env injection to surefire argLine as it skips invoking build .deb with gradle
|
4 months ago |
Sergey Matvienko
|
034c315460
|
test: rollback env injection to surefire argLine as it skips invoking build .deb with gradle
|
4 months ago |
IrynaMatveieva
|
d568ee8536
|
fix: process cfs that uses the same key and some of cfs throws error
|
4 months ago |
Viacheslav Klimov
|
1fcc419dbc
|
Fix LwM2MTestClient
|
4 months ago |
Viacheslav Klimov
|
adb9a50b43
|
Merge pull request #14880 from smatvienko-tb/merge-lts.4.2-to-lts.4.3-resolve-conflicts-tests
Merge lts.4.2 to lts.4.3 resolve conflicts tests
|
4 months ago |
Viacheslav Klimov
|
7f427b27fb
|
Version set to 4.3.0.1-SNAPSHOT
|
4 months ago |
Sergey Matvienko
|
efead4abd3
|
tests: fixed LWM2M clientDestroy with PortFinder.isUDPPortAvailable
|
4 months ago |
Sergey Matvienko
|
93192b1f35
|
Merge remote-tracking branch 'ce/lts-4.2' into lts-4.3
# Conflicts:
# application/src/test/java/org/thingsboard/server/transport/lwm2m/AbstractLwM2MIntegrationTest.java
# application/src/test/java/org/thingsboard/server/transport/lwm2m/client/LwM2MTestClient.java
|
4 months ago |
Viacheslav Klimov
|
e4c97a8021
|
Merge pull request #14850 from smatvienko-tb/feature/test-improvements
Test improvements for parallel run in forks
|
4 months ago |
Viacheslav Klimov
|
44d2043a76
|
Merge pull request #14859 from irynamatveieva/lts-4.3/fix-count-query
[LTS-4.3] Fixed count query by tenant on cf_manager init
|
4 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
|
4 months ago |
Viacheslav Klimov
|
72199e2260
|
Merge pull request #14853 from thingsboard/bugfix/propagation-path
Fixed propagation path updates handling for propagation CF
|
4 months ago |
Sergey Matvienko
|
da608805af
|
test example for memory management
|
4 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
|
0e4f971008
|
Merge pull request #14866 from thingsboard/lts-4.2
Merge lts-4.2 to lts-4.3
|
5 months ago |
Vladyslav_Prykhodko
|
a7fa6e6d31
|
UI: Fixed help link for API key
|
5 months ago |
Vladyslav_Prykhodko
|
a2116dc2f6
|
UI: Fixed CVE-2026-22610
|
5 months ago |
Maksym Tsymbarov
|
19d50f1484
|
Fixed send rpc and segmented button widgets
|
5 months ago |