21427 Commits

Author SHA1 Message Date
Volodymyr Babak
1b4930ebaf Introduced separate count for edge consumers 2025-02-10 18:51:13 +02:00
Volodymyr Babak
3860d79613 Improved Edge handling in case connect/disconnect. Speed up initial setup 2025-02-10 18:42:25 +02:00
Viacheslav Klimov
3eaa885f89
Merge pull request #12651 from thingsboard/fix/http-basic-auth
Fix Basic auth in REST API call node
2025-02-10 16:02:23 +02:00
devaskim
4cd5e0369d Encode username/passwrod pair instead of decoding it while creating request.
(cherry picked from commit 0cda72e6b2847c1baee498d2971bb3431b1d1895)
2025-02-10 15:55:22 +02:00
Viacheslav Klimov
3cb140a76a
Merge pull request #12631 from vvlladd28/bug/detail-page/mobile-view
Fixed mobile view on the entity details page
2025-02-10 15:21:04 +02:00
Vladyslav_Prykhodko
bdb44c9e86 UI: Fixed mobile view in details page 2025-02-07 18:26:38 +02:00
Andrew Shvayka
8fc7ae2897
Merge pull request #12565 from jekka001/error-processing-resources
Fix error in resource processing
2025-02-06 12:22:36 +02:00
artem-barysh-dev
3370935be8
MQTT: fix unsubscribe error without previous subscribe (#12575)
improved formatting and moved check to recordActivityInternal.

Added warn log and check on provision

Updated license format
2025-02-05 19:15:14 +02:00
Andrew Shvayka
fc79a18df4
Merge pull request #12593 from volodymyr-babak/edge-dashboard-fix
Edge - fixed assignment/un-assignment of dashboards
2025-02-05 16:55:28 +02:00
yevhenii_zahrebelnyi
28df1a48b8
Merge branch 'rc' into error-processing-resources 2025-02-05 12:59:15 +02:00
Volodymyr Babak
4657e66d92 Fixed assignemnt/unassignemnt of dashboards 2025-02-04 17:15:43 +02:00
yevhenii
0dface5490 Fix error in resource processing
- Added update JKS resource on Cloud
2025-02-04 16:41:13 +02:00
yevhenii
726e6f7902 Fix error in resource processing
- Added a check that the resource is not updatable
2025-02-04 12:02:58 +02:00
Andrew Shvayka
ba840c6543
Merge pull request #12581 from smatvienko-tb/hotfix/device_subscriptions_remove_on_session_limit
core device actor: device subscriptions remove on session limit
2025-02-04 11:52:40 +02:00
Sergey Matvienko
4dfd4737a4 Device Actor processor remove subscriptions on MaxSessionsLimit 2025-02-03 18:17:15 +01:00
Viacheslav Klimov
cf53074d13
Merge pull request #12497 from YevhenBondarenko/fix/prod-5464
fixed NPE in sendRpcResponseToTbCore
2025-02-03 11:44:20 +02:00
Yevhenii
99effb6918 ERRORs processing RESOURCES
- Disabled duplicate validation on cloud for resource message
2025-01-31 18:00:24 +02:00
Igor Kulikov
4a474f10c9
Merge pull request #12548 from vvlladd28/bug/tip-animation/decorator
Fixed error when using path decorator setting  in trip animation widget
2025-01-31 17:50:09 +02:00
Igor Kulikov
b04e543792
Merge pull request #12528 from vvlladd28/bug/mobile-page/web-view-validation
Fixed validation issues for URLs on the mobile page configuration, including Unicode symbols
2025-01-31 17:48:08 +02:00
Igor Kulikov
58249e3e30
Merge pull request #12511 from vvlladd28/bug/updated_device_attributte/rename-click-function
Fixed issues where 'Update Device Attribute' widgets failed when send data
2025-01-31 17:45:55 +02:00
Vladyslav_Prykhodko
5d08ac2dab UI: Fixed error in trip animation widget when path decorator setting is enabled in production mode 2025-01-29 17:12:58 +02:00
Vladyslav_Prykhodko
f2b5aa9549 UI: Fixed validation issues for URLs on the mobile page configuration, including Unicode symbols 2025-01-27 19:01:43 +02:00
Vladyslav_Prykhodko
a0c5f72b0f UI: Fixed error when used 'Update device attribute' widgets 2025-01-24 15:37:48 +02:00
Andrew Shvayka
862f8e0d74
Merge pull request #12500 from smatvienko-tb/feature/mbean-transport-sessions
mbean transport sessions
2025-01-23 18:11:43 +02:00
Sergey Matvienko
6e5e81cf1d log debug for AbstractGatewaySessionHandler 2025-01-22 17:57:14 +01:00
Igor Kulikov
50766d5931
Merge pull request #12494 from vvlladd28/bug/trip-animation/not-apply-settings
Fixed some of the applied settings not being shown in trip animation widget
2025-01-22 17:38:38 +02:00
yevhenii_zahrebelnyi
9d873cb0bf
Fix telemetry edge test (#12496)
* Fix telemetry edge test

- Changed random failure logic for DownlinkMsg. A DownlinkMsg can fail only twice.

* - add case with failureProbability 100

* - refactored naming
2025-01-22 15:45:39 +02:00
YevhenBondarenko
2c8c272051 fixed NPE in sendRpcResponseToTbCore 2025-01-22 12:51:49 +01:00
Sergey Matvienko
0bb262dda3 AbstractGatewaySessionHandler - add deregister callback for device creation futures on Gateway disconnect event 2025-01-22 10:18:18 +01:00
Vladyslav_Prykhodko
d45e44f3ae UI: Fixed some of the applied settings not being shown in trip animation widget 2025-01-22 10:56:40 +02:00
Igor Kulikov
3822fd07fb
Merge pull request #12485 from vvlladd28/bug/ts-bar-chart/negative-value
Fixed incorrect display of negative values in the time series bar chart
2025-01-20 19:36:39 +02:00
Vladyslav_Prykhodko
e6a685e2f3 UI: Fixed incorrect display of negative values in the time series bar chart 2025-01-20 18:20:13 +02:00
Sergey Matvienko
4a25248e7e ToString and Getter added to some MQTT transport sessions 2025-01-20 12:23:42 +01:00
Sergey Matvienko
a7254c46f9 DefaultTransportMBeanConfiguration 2025-01-20 12:23:09 +01:00
Igor Kulikov
691dc4bbd1
Merge pull request #12457 from vvlladd28/improvement/mobile-app/store-info-validation
Synchronize validation rules for the mobile app configuration form with the API
2025-01-17 19:02:53 +02:00
Igor Kulikov
c09a2ee16d
Merge pull request #12456 from vvlladd28/bug/polygon-circe-color-function/not-work
Fix issue where polygon/circle fill and stroke color functions didn't work in map widgets
2025-01-17 19:01:00 +02:00
Igor Kulikov
31fa4899df
Merge pull request #12455 from vvlladd28/bug/map/not-allow-create-circle
Fix issue where drawing a circle didn't work in map widgets
2025-01-17 18:58:20 +02:00
Viacheslav Klimov
17525c3782
Merge pull request #12447 from dealnat/fix-systemd
Fixed systemd template Restart parameter
2025-01-16 10:55:26 +02:00
Vladyslav_Prykhodko
6d76d32882 UI: Synchronize validation rules for the mobile app configuration form with the API 2025-01-15 15:49:12 +02:00
Vladyslav_Prykhodko
39210905c2 UI: Fix issue where polygon/circle fill and stroke color functions didn't work in map widgets 2025-01-15 13:34:29 +02:00
Vladyslav_Prykhodko
0f3f9e4653 UI: Fix issue where drawing a circle didn't work in map widgets 2025-01-15 13:04:02 +02:00
Viacheslav Klimov
e9036f8aa8
Merge pull request #12427 from YevhenBondarenko/fix/lwm2m
[Transport] lwm2m client serialization fixes
2025-01-14 17:39:59 +02:00
Oleksii Kuripko
da5d09c213 Fixed systemd template Restart parameter 2025-01-14 16:31:21 +02:00
Viacheslav Klimov
8c8ab40ad1
Merge pull request #12445 from dashevchenko/mobile/nullBundleIdFix
Fixed mobile app bundle id null pointer exception after migration
2025-01-14 15:10:19 +02:00
dashevchenko
55fb35bf44 fixed nullpointer for mobile app bundle id 2025-01-14 14:43:15 +02:00
Viacheslav Klimov
587615c0d6
Merge pull request #12444 from thingsboard/fix/vc-check-access
VC: fix invalid error when checking access to repository
2025-01-14 13:32:18 +02:00
ViacheslavKlimov
1c7e3c169d Fix push result status check 2025-01-14 13:30:35 +02:00
Viacheslav Klimov
3cb76d0f5f
Merge pull request #12436 from dashevchenko/mobileApp/storeInfoFix
Fixed mobile app version/store null info
2025-01-13 12:38:34 +02:00
dashevchenko
2bb368b45d return empty object for app store and version info to fit UI component behaviour 2025-01-13 12:26:20 +02:00
Viacheslav Klimov
800635f4a9
Merge pull request #12414 from dashevchenko/mobileApp/storeInfoFix
Fixed mobile app store info validation
2025-01-13 10:06:38 +02:00