Viacheslav Klimov
0d23685b62
Fix flaky SsrfProtectionValidatorTest by moving @ResourceLock to class level
Tests that read shared static state (e.g. testAllowedUrls with 8.8.8.8)
could run concurrently with tests that mutate it (e.g. testAdditionalBlockedSingleIp),
causing intermittent failures. Class-level @ResourceLock serializes all tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 months ago
Viacheslav Klimov
45c0691b47
Add SSRF protection
7 months ago
Dmytro Skarzhynets
f22c169198
refactor: generalize TestDbCallbackExecutor into DirectListeningExecutor enum singleton
Move TestDbCallbackExecutor from rule-engine test sources to
common/util main sources as DirectListeningExecutor, making it
available to all modules. Convert to an enum singleton since the
executor is stateless. Widen JpaAbstractDaoListeningExecutorService
service field type from JpaExecutorService to ListeningExecutor to
allow injecting DirectListeningExecutor in tests. Fix
AbstractChunkedAggregationTimeseriesDaoTest NPE by injecting the
direct executor into the spy.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 months ago
Viacheslav Klimov
132b6a1e3f
Version changed to 4.2.2
8 months ago
Viacheslav Klimov
b244e14ef7
Version set to 4.2.1.3-SNAPSHOT
8 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
9 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
9 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
9 months ago
Andrii Landiak
20a05bf87d
Introduce SystemPatchApplier to update system data when patch version increased on startup
11 months ago
VIacheslavKlimov
aefb7dcb41
Version set to 4.2.1-RC
12 months ago
VIacheslavKlimov
5a6ddce8f5
AI Request Node: added ability to attach files ( #13910 )
1 year ago
VIacheslavKlimov
ec30bb0578
AI Request Node: added ability to attach files ( #13910 )
1 year ago
VIacheslavKlimov
f416e4677b
Refactoring for KafkaAdmin
1 year ago
VIacheslavKlimov
e7580f6093
Short-lived cache for Kafka topics
1 year ago
Igor Kulikov
cc7c496b13
Version set to 4.2.0-RC
1 year ago
Dmytro Skarzhynets
fd7faa5a9e
AI rule node: fix flaky Azure IoT hub node test
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
Andrii Landiak
7ffd468d06
Improve OtaPackageExportData
1 year ago
Igor Kulikov
ebf6f66cbe
Version set to 4.2.0-SNAPSHOT
1 year ago
Igor Kulikov
2de733ef69
Version set to 4.2.0
1 year ago
ViacheslavKlimov
850af5d126
Version set to 4.1.0-RC
1 year ago
ViacheslavKlimov
5572b6bb4a
TMP version set to 4.1.0-SNAPSHOT
1 year ago
Dmytro Skarzhynets
c2776ce7a6
AI rule node: add JSON Schema to rule node config
1 year ago
ViacheslavKlimov
0dde966082
Support reprocessing for job with general error; job deletion; refactoring
1 year ago
ViacheslavKlimov
ac9e738018
Task processing timeout
1 year ago
Igor Kulikov
bee6c19a51
Version 4.1.0-SNAPSHOT
1 year ago
Igor Kulikov
a40f9d6ae4
Ver 4.0.1-RC
1 year ago
Igor Kulikov
5fbb3194a7
Version 4.0.1-RC
1 year ago
Igor Kulikov
757c887034
Version 4.1.0-SNAPSHOT
1 year ago
ViacheslavKlimov
b806a41e62
More stats for EDQS
1 year ago
ViacheslavKlimov
7b6777df45
Use TbStringPool for all entity fields
1 year ago
IrynaMatveieva
c87b14847c
added custom expressions for math node
1 year ago
YevhenBondarenko
2f18c8e3c9
minor refactoring
2 years ago
IrynaMatveieva
56598a5247
added tests and moved to common util
2 years ago
Igor Kulikov
da2bada90b
Merge with RC
2 years ago
Igor Kulikov
3b4ee01aac
Version set to 4.0.0-RC
2 years ago
Dmytro Skarzhynets
da4e231ea3
Save attributes strategies: ensure shared attributes subscription update is sent even if WS updates are disabled
2 years ago
Dmytro Skarzhynets
2f22a5e581
Save time series strategies: ensure Device State Service is notified about inactivity timeout updates
2 years ago
Dmytro Skarzhynets
21c7b546a2
Save time series strategies: fix license year
2 years ago
Igor Kulikov
5cf26d4851
Update license header
2 years ago
Igor Kulikov
b7750bc342
Version set to 4.0.0-SNAPSHOT
2 years ago
Igor Kulikov
6a0fff0737
Version set to 3.9.1-RC
2 years ago
Dmytro Skarzhynets
4ebfbd5c3e
Save time series strategies: add support for CFs
2 years ago
Oleksandra Matviienko
1b0b10a15a
Usage of long refactored to int in LinkedHashMapRemoveEldest class
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
ViacheslavKlimov
a6a6112ecc
Cleanup for EDQS
2 years ago
ViacheslavKlimov
347cb5bc36
EDQS code cleanup
2 years ago
Andrii Shvaika
dad0c1fb92
Version set to 3.9.1-RC
2 years ago
Dmytro Skarzhynets
54afdaa07a
Do not copy latest to entity views when data was not saved on the main entity
2 years ago
IrynaMatveieva
bf9d4d30ae
handled debug error event
2 years ago