24737 Commits (d98355c1903b99e2c1daab4fe454bea30c4c6ffb)
 

Author SHA1 Message Date
dashevchenko d98355c190 fixed swagger issue with AtomicInteger 4 months ago
dashevchenko 0adb0c98e0 deleted redundant @Schema(enumAsRef = true) 4 months ago
dashevchenko 9c01eefceb updated SwaggerConfiguration, deleted redundant @Schema(enumAsRef = true) 4 months ago
dashevchenko a080bf946b updated SwaggerConfiguration to simplify request/response bodies annotations 4 months ago
dashevchenko 8c5b860084 fixed some TB controllers to meet correct open-api json schema 4 months ago
dashevchenko 0a728ba4b7 fixed some TB models for correct open-api json schema 4 months ago
dashevchenko 54a0f4e74e fixed some TB models for correct open-api json schema 4 months ago
dashevchenko bbdad8a0ff fixed some TB models for correct open-api json schema 4 months ago
dashevchenko dca6302146 refactored some TB models for correct open-api schema generation 4 months ago
dashevchenko d00309b8da added appropriate swagger annotations for correct open-api json 4 months ago
dashevchenko db14860e72 added appropriate swagger annotations for correct open-api json 4 months ago
dashevchenko 2300178058 fixed SwaggerConfiguration, fixed WidgetTypeController 4 months ago
dashevchenko 0403edb956 fixed SwaggerConfiguration to meet open-api standard, fixed overloading apis 4 months ago
Vladyslav_Prykhodko abcf3b78f5 Fixed UI help links url to release-4.2.1 4 months ago
Maksym Tsymbarov e22e420faa Fixed paddings on widgets when added background 4 months ago
Vladyslav Prykhodko b08d017b45
Merge pull request #14878 from mtsymbarov-del/fix/image-upload 4 months ago
Vladyslav Prykhodko 613b35ac58
Merge pull request #14903 from mtsymbarov-del/fix/alias-tooltip-help-text 4 months ago
Maksym Tsymbarov 04dc5fa252 Added missing character "%" for help text 4 months ago
Viacheslav Klimov 22d6a14600 Fix license header for DefaultSystemSecurityServiceTest 4 months ago
Viacheslav Klimov a5d95f7ca6
Merge pull request #14887 from irynamatveieva/lts-4.2-fix/cf-processing 4 months ago
Viacheslav Klimov de963ed939
Merge pull request #14751 from AndriiLandiak/improve-user-creds-performance 4 months ago
IrynaMatveieva 3e0628099f call error debug persistence in cf actors 4 months ago
IrynaMatveieva 202d458711 moved debug error persistence to actor system context 4 months ago
Viacheslav Klimov 0315be31ad
Merge pull request #14889 from smatvienko-tb/feature/test-improvements 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
Maksym Tsymbarov 930af504d4 Merge remote-tracking branch 'thingsboard-ce/lts-4.2' into fix/image-upload 4 months ago
Viacheslav Klimov e4c97a8021
Merge pull request #14850 from smatvienko-tb/feature/test-improvements 4 months ago
Maksym Tsymbarov 63301c91ba Fixed image upload component to allow refetch on error 4 months ago
Viacheslav Klimov 7870ea2128
Merge pull request #14858 from irynamatveieva/fix/count-query 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 4 months ago
Sergey Matvienko 342060c54a tests: fixed EdgeImitator usage in controller test by providing Modifiable Deque getDownlinkMsgsDeque 4 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 4 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 4 months ago
Sergey Matvienko 45da022944 tests: bump versions <surefire.version> 3.5.4 <testcontainers.version>1.21.4 4 months ago
Sergey Matvienko a706859711 tests: log MockMvc error responses >= 400 for easier investigation 4 months ago
Sergey Matvienko ca948f637f tests: CoapClientX509Test disconnect() is awaiting until UDP fixedPort released. reuse socket removed for UPD isUDPPortAvailable as not useful 4 months ago
Sergey Matvienko 59ff87d2bc DeviceProfileDataValidator - refactored validation to allow use-defined ports for LWM@M (also useful for tests in parallel). 4 months ago
Sergey Matvienko 94f3019188 tests: AbstractCoapSecurityIntegrationTest import cleanup 4 months ago
Sergey Matvienko 189c2ac6ae tests: fixed Coap X509 Test client by calling dtlsConnector.destroy() on client.disconnect(); 4 months ago
Sergey Matvienko f4334436ff tests: log warn dynamic property coap.bind_port coap.dtls.bind_port 4 months ago
Sergey Matvienko bcfe4c2641 tests: coap transport tests refactored to use dynamic UPD ports to be able to test in parallel 4 months ago
Sergey Matvienko 9577cb0aee tests: PortFinder.findAvailableUdpPort added 4 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 4 months ago
Sergey Matvienko 243fbec930 tests: spring.main.banner-mode=off 4 months ago
Sergey Matvienko b35f46a8ee tests: reducing logging noise for dao, cache for CaffeineCacheMetrics 4 months ago
Sergey Matvienko 5305ccf180 tests: standardizing timeouts to address flakiness in parallel runs and busy CI env 4 months ago
Sergey Matvienko 7b9c53d348 tests: EdgeImitator - fix for ConcurrentModification at AbstractEdgeTest.validateMsgsCnt:387 4 months ago
Sergey Matvienko 9a2489f5b6 tests: DefaultTbResourceDataCache destroy cache on bean destroy that fixes flaky test 4 months ago