Viacheslav Klimov
132b6a1e3f
Version changed to 4.2.2
7 months ago
Dmytro Skarzhynets
2264a40285
fix: resolve race condition in TbRestApiCallNodeTest
The deleteRequestWithBody and deleteRequestWithoutBody tests used
time-based synchronization (Thread.sleep) to wait for the async
WebClient response callback. Under CI load, the callback could fire
after the verify() check, causing flaky failures.
Replace the sleep-based approach with Mockito's timeout() on verify,
which properly polls for the async interaction.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 months ago
Viacheslav Klimov
b244e14ef7
Version set to 4.2.1.3-SNAPSHOT
7 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
8 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
8 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
8 months ago
Viacheslav Klimov
e498d346ad
Fix CVE-2025-66566
9 months ago
Viacheslav Klimov
f3408ffc0a
Fix CVE-2025-12183
9 months ago
Viacheslav Klimov
2fe9646de8
Use org.thingsboard.langchain4j:1.8.0-TB instead of dev.langchain4j:1.1.0
9 months ago
Dmytro Skarzhynets
038332a836
Device profile node: add test for NPE if no device activity before dynamic duration rules evaluation
12 months ago
Dmytro Skarzhynets
2165162dd5
Device profile node: fix NPE when evaluation dynamic duration rules
1 year ago
Dmytro Skarzhynets
9a34396d45
Support all customer-owned entities in 'customer attributes' and 'change originator' rule nodes
10 months ago
Andrii Landiak
fdfcad8665
Fix bulk import
10 months ago
dashevchenko
ad6ab9cc53
AI node: fixed resources validation
11 months ago
VIacheslavKlimov
aefb7dcb41
Version set to 4.2.1-RC
11 months ago
Dmytro Skarzhynets
14efeecdc3
Update rule node doc links
11 months ago
Dmytro Skarzhynets
5c7f20a151
AI models: add support for Ollama
12 months ago
VIacheslavKlimov
5a6ddce8f5
AI Request Node: added ability to attach files ( #13910 )
11 months ago
Dmytro Skarzhynets
e688a8af0f
AI models: add base URL to OpenAI
11 months ago
Dmytro Skarzhynets
41f0a9702e
AI models: add support for Ollama
12 months ago
VIacheslavKlimov
ec30bb0578
AI Request Node: added ability to attach files ( #13910 )
11 months ago
Dmytro Skarzhynets
a1cebcc54c
AI request node: fix prompts validation
1 year ago
VIacheslavKlimov
f2ad1ef796
Fix Slack files upload support
1 year ago
Igor Kulikov
dbd6c2a085
Remove tomcat version override because spring boot uses fixed version. Update nimbus-jose-jwt version to fix vulnerabilities and remove test scope as it used directly by spring-security-oauth2-client.
1 year ago
Andrii Landiak
cff4f35b9a
Auto-remove alarms when originator is deleted
1 year ago
Igor Kulikov
cc7c496b13
Version set to 4.2.0-RC
1 year ago
VIacheslavKlimov
43425961d6
Fix CVE-2023-52428
1 year ago
Dmytro Skarzhynets
b323bdc5d0
Create alarm node: process message asynchronously to avoid blocking dispatcher thread
1 year ago
Dmytro Skarzhynets
583c622210
AI rule node: add rule node docs link
1 year ago
Dmytro Skarzhynets
7315f3ba15
AI rule node: add rule node tests
1 year ago
Dmytro Skarzhynets
1ce1a1b89c
AI rule node: fail node init if JSON mode is configured and the model does not support it
1 year ago
Andrii Landiak
233d883d4c
Test: givenInvalidClientId_whenInit_thenThrowsException
1 year ago
Andrii Landiak
3e223ed8bf
Max client id for different mqtt protocol version
1 year ago
Dmytro Skarzhynets
46bdbbdb05
AI rule node: wording and default values adjustments
1 year ago
Dmytro Skarzhynets
103a712f0d
AI rule node: add default value for force ack in node config
1 year ago
Dmytro Skarzhynets
eb52e7c767
AI rule node: add force ack configuration option to rule node
1 year ago
Dmytro Skarzhynets
5abbe9ec02
AI rule node: rename `aiModelId` to `modelId` in rule node config
1 year ago
Dmytro Skarzhynets
fd7faa5a9e
AI rule node: fix flaky Azure IoT hub node test
1 year ago
Dmytro Skarzhynets
e7c971a7bb
AI rule node: add node description and details
1 year ago
Dmytro Skarzhynets
b6b30dbba9
AI rule node: rename AI model settings to AI model
1 year ago
Artem Dzhereleiko
6ecb3a49f1
UI: AI models
1 year ago
Andrii Landiak
345c28c482
Add admin settings entity type
1 year ago
Dmytro Skarzhynets
d4ec3f8b39
AI rule node: change structure of response format info in node config
1 year ago
Dmytro Skarzhynets
69964a2413
Make script compilation errors unrecoverable during rule node initialization
1 year ago
Dmytro Skarzhynets
cdb7e3b0c0
AI rule node: correct method name for schema adapter
1 year ago
Dmytro Skarzhynets
a2e7ff293b
AI rule node: add API for sending arbitrary chat requests to LLM model
1 year ago
Dmytro Skarzhynets
8d87031b9a
AI rule node: change validation message for system prompt to be more consistent with others
1 year ago
VIacheslavKlimov
fb966bded0
Fix no type-cast for attributes; telemetry controller refactoring
1 year ago
Dmytro Skarzhynets
61669dde3f
AI rule node: increase length limit for prompts
1 year ago
Dmytro Skarzhynets
80ebd784d8
AI rule node: make system prompt optional
1 year ago