Viacheslav Klimov
f0052ed010
Merge pull request #14070 from dashevchenko/mqttMissedAckFix
...
[Gateway] Fixed PUBACK not sent if publishing failed or duplicated if message contains multiple devices
2025-10-09 14:47:26 +03:00
Viacheslav Klimov
0a94c03a4b
Merge pull request #14099 from irynamatveieva/fix/cf-ctx
...
Updated ctx in cache if expression is invalid after CF update
2025-10-07 11:09:05 +03:00
Viacheslav Klimov
e2658bc61a
Merge pull request #14087 from smatvienko-tb/fix/cassandra_partition_estimation
...
Cassandra DAO: Safety trigger to fall back to use_ts_key_value_partitioning_on_read as true if estimated partitions count is greater than safety trigger value
2025-10-03 16:58:31 +03:00
IrynaMatveieva
0a2b1168fa
updated ctx value in cache when expression failed after cf update
2025-10-02 13:18:31 +03:00
Igor Kulikov
335ead18c0
Merge pull request #14083 from vvlladd28/improvement/markdownf-widget/hide-data-seting
...
Markdown widget: hide unused data settings block in configuration
2025-10-01 15:38:00 +03:00
Sergey Matvienko
f672dbede7
Cassandra DAO: Safety trigger to fall back to use_ts_key_value_partitioning_on_read as true if estimated partitions count is greater than safety trigger value.
2025-09-30 17:02:23 +02:00
Vladyslav_Prykhodko
ac28bed94f
UI: Improve Markdown widget: hide unused data settings block in configuration
2025-09-30 10:42:57 +03:00
dashevchenko
5e9ae421be
added tests
2025-09-29 16:16:15 +03:00
Dmytro Skarzhynets
e688a8af0f
AI models: add base URL to OpenAI
2025-09-29 13:35:22 +03:00
Viacheslav Klimov
3b661bba66
Merge pull request #14014 from dskarzh/feature/ollama-support
...
AI models: add support for Ollama
2025-09-29 13:09:45 +03:00
Viacheslav Klimov
d07612ddea
Merge pull request #14068 from thingsboard/ai-node-resources
...
AI Request Node: added ability to attach files
2025-09-29 13:08:21 +03:00
Dmytro Skarzhynets
fae206a944
AI models: add auth support for Ollama
2025-09-26 14:52:16 +03:00
Dmytro Skarzhynets
adbc0ad848
AI models: add context length support for Ollama
2025-09-26 14:52:16 +03:00
Dmytro Skarzhynets
41f0a9702e
AI models: add support for Ollama
2025-09-26 14:52:16 +03:00
Volodymyr Babak
e477dd17b6
Improved Edge session cleanup
2025-09-26 13:34:58 +03:00
VIacheslavKlimov
ec30bb0578
AI Request Node: added ability to attach files ( #13910 )
2025-09-26 13:16:55 +03:00
Viacheslav Klimov
07280bcc36
Merge pull request #14037 from dashevchenko/apiUsageCyclingFix
...
Fixed API usage cycle reset
2025-09-26 11:05:29 +03:00
Viacheslav Klimov
0457ef745c
Merge pull request #14046 from dashevchenko/alarmDataExportFix
...
Fixed missing values in exported alarm data widget
2025-09-24 11:53:15 +03:00
Viacheslav Klimov
8e400fa2b4
Merge pull request #13927 from dashevchenko/svgCodeInjection
...
Malicious code injection into the SVG image vulnerability
2025-09-24 10:30:44 +03:00
dashevchenko
e34a2fe268
fixed /api/alarmsQuery/find api to retrieve entity latest values
2025-09-23 17:31:51 +03:00
dashevchenko
857aa2c648
fixed nextCycleTs calculation for api usages
2025-09-22 15:18:45 +03:00
IrynaMatveieva
61a39c2b33
fixed duplicated cf cache init in cf processor
2025-08-29 09:38:44 +03:00
dashevchenko
b2ae6f92d1
added Content-Security-Policy header to download image api to prevent malicious code injection
2025-08-27 16:05:20 +03:00
dashevchenko
d962f89c36
fixed flaky test
2025-08-21 17:04:00 +03:00
IrynaMatveieva
b9d402abba
parse long to int
2025-08-14 09:39:42 +03:00
dashevchenko
639cb0d7a7
refactoring
2025-08-12 16:47:16 +03:00
dashevchenko
51c3e38d08
fixed flaky test
2025-08-12 16:41:10 +03:00
dashevchenko
c127b96bb3
fixed flaky edqs tests
2025-08-08 12:30:10 +03:00
dashevchenko
fdd01dfc9d
fixed flaky edqs tests
2025-08-07 12:01:52 +03:00
Viacheslav Klimov
4f18df907b
Merge pull request #13827 from pon0marev/improvement/redis-pool-config
...
Redis pool latency optimization by reducing excessive pings
2025-08-07 10:32:04 +03:00
Viacheslav Klimov
e309225f12
Merge pull request #13832 from thingsboard/fix/mobile-app
...
Fix NPE on Firebase app cleanup
2025-08-06 18:57:07 +03:00
VIacheslavKlimov
e0c2051c6a
Fix NPE on Firebase app cleanup
2025-08-06 18:54:22 +03:00
Viacheslav Klimov
f206983406
Merge pull request #13799 from thingsboard/fix/isolated-queues
...
Fix topics creation for isolated tenants
2025-08-06 18:48:13 +03:00
Viacheslav Klimov
efedbfd100
Merge pull request #13830 from dashevchenko/edqsDefaultSortProperty
...
Fixed default sort property for alarm entity query
2025-08-06 18:31:37 +03:00
dashevchenko
9a75fa07d9
fixed default sort property for alarm data entity query
2025-08-06 17:30:14 +03:00
dashevchenko
226e82c722
fixed default sort property for alarm entity query
2025-08-06 17:20:08 +03:00
VIacheslavKlimov
552524d4b1
Increate timeout for testDelete_singleConsumer
2025-08-06 15:25:15 +03:00
pon0marev
c24b44b762
Optimize Redis pool ping parameters
2025-08-06 15:18:23 +03:00
VIacheslavKlimov
e7580f6093
Short-lived cache for Kafka topics
2025-08-06 14:43:34 +03:00
VIacheslavKlimov
1097005178
Refactor Kafka admin usage
2025-08-06 13:05:59 +03:00
Viacheslav Klimov
8ce3c1fa33
Merge pull request #13788 from dashevchenko/latestTelemetryEdqsFix
...
EDQS: fixed displaying of tenant's telemetry saved by sysadmin
2025-08-05 11:44:51 +03:00
Igor Kulikov
a07d61e1a4
Merge pull request #13782 from ArtemDzhereleiko/AD/bug-fix/scada-preview-font
...
Fixed incorrect font rendering in SCADA symbols preview
2025-07-31 16:24:40 +03:00
Igor Kulikov
4cc7e1fbee
Merge pull request #13780 from ArtemDzhereleiko/AD/bug-fix/scada-hp/cross-connector-hp-main-line-width-visability
...
Fixed line width for Cross connector HP SCADA symbol
2025-07-31 16:24:03 +03:00
Igor Kulikov
0c00b02a0d
Update cross-connector-hp.svg
2025-07-31 16:23:42 +03:00
dashevchenko
b925fd1685
test fix
2025-07-30 18:46:55 +03:00
dashevchenko
5ee4ebea57
fixed tenant attribute save by system admin
2025-07-30 18:20:50 +03:00
dashevchenko
00bc14ab61
fixed tenant attribute save by system admin
2025-07-30 18:07:05 +03:00
VIacheslavKlimov
01e72f4e30
Fix topics creation for isolated tenants
2025-07-30 17:03:49 +03:00
Viacheslav Klimov
85ae3ed778
Merge pull request #13794 from thingsboard/fix/slack
...
Fix Slack files upload support
2025-07-30 12:30:15 +03:00
VIacheslavKlimov
f2ad1ef796
Fix Slack files upload support
2025-07-30 12:23:06 +03:00