Sergey Matvienko
680e906aa8
Add --check-files to yarn install to enforce node_modules integrity
3 months ago
Sergey Matvienko
1738ad3ef1
Update yarn.lock: typescript 5.9.2 → 5.9.3
3 months ago
Sergey Matvienko
5629302bdb
Align typescript version to ~5.9.3 across all JS modules
3 months ago
Sergey Matvienko
a9394b8fb6
Fix node_modules pollution between builds in parallel Maven execution
When building with -T6, multiple JS modules run yarn install concurrently.
The --mutex network flag serializes yarn processes, but if node_modules from
a previous build (or a different branch/version) is left on disk, yarn may
skip reinstalling packages — including devDependencies — treating the stale
state as up-to-date. This causes tools like tsc to be missing at build time.
Configure maven-clean-plugin to delete node_modules during mvn clean for
all JS modules (ui-ngx, msa/js-executor, msa/web-ui). Yarn restores from
its global cache (~/.cache/yarn), so the overhead is relinking only.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
Vladyslav_Prykhodko
bc7a83b333
Fixed CVE-2026-2391
3 months ago
Vladyslav_Prykhodko
8f25b309fa
Fixed CVE-2026-26960
4 months ago
Viacheslav Klimov
34f51e4154
Update docker.lts.tag to 4.2.2-latest and UI_HELP_BASE_URL to release-4.2.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 months ago
Viacheslav Klimov
ad423555ac
Version changed to 4.3.1
4 months ago
Viacheslav Klimov
132b6a1e3f
Version changed to 4.2.2
4 months ago
Viacheslav Klimov
c1044a989e
Introduce urgent API usage keys for quicker usage state update
4 months ago
Viacheslav Klimov
19b3c113f7
Try fix Dockerfiles for tb-postgres and tb-cassandra
4 months ago
Viacheslav Klimov
8f9c4b70d7
Migrate to Java 25
Co-Authored-By: Claude <noreply@anthropic.com>
4 months ago
Viacheslav Klimov
e2e62ef14d
Version set to 4.4.0-SNAPSHOT
4 months ago
Viacheslav Klimov
cb74eff115
TMP version set to 4.3.0.2-SNAPSHOT
4 months ago
Viacheslav Klimov
c41159a3f8
Version set to 4.3.0.2-SNAPSHOT
4 months ago
Viacheslav Klimov
b244e14ef7
Version set to 4.2.1.3-SNAPSHOT
4 months ago
dashevchenko
609703e48d
fixed yml parameter
4 months ago
Viacheslav Klimov
aca3d6d508
Skip latest Docker tag push for 4.2.1.2
4 months ago
IrynaMatveieva
0437e9009b
fixed tests
4 months ago
Viacheslav Klimov
7900c51b9d
Version set to 4.4.0-SNAPSHOT
5 months ago
Viacheslav Klimov
7f427b27fb
Version set to 4.3.0.1-SNAPSHOT
5 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
5 months ago
Sergey Matvienko
bcfe4c2641
tests: coap transport tests refactored to use dynamic UPD ports to be able to test in parallel
5 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
5 months ago
IrynaMatveieva
d904ea6f52
added debug event types
5 months ago
Viacheslav Klimov
38d4f23c5e
Fix CONF_FOLDER for start-tb-edqs.sh in k8s
5 months ago
Viacheslav Klimov
295e7d68c9
Update license headers
5 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
5 months ago
Vladyslav_Prykhodko
3b7ffe1f3a
Fixed CVE-2025-15284
5 months ago
Dmytro Skarzhynets
d914dcbf47
Add few missing API endpoints to REST client
5 months ago
IrynaMatveieva
9cb3d47d9e
fixed tests
5 months ago
Viacheslav Klimov
aaae5c987d
Revert openjdk25 for tb-postgres and tb-cassandra images
5 months ago
Viacheslav Klimov
b72f6a8fd1
Set default base image to thingsboard/openjdk25:trixie-slim
6 months ago
Viacheslav Klimov
c069d28231
Version set to 4.3.0-RC
6 months ago
Viacheslav Klimov
5e8ca1ca46
TMP version set to 4.2.1.2-SNAPSHOT
6 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
6 months ago
Viacheslav Klimov
cff9286290
Add optional latest tag push for LTS
6 months ago
Andrii Shvaika
1ff694f0fd
Revert to Java 17 due to fonts issue
6 months ago
Viacheslav Klimov
f704fcc6a8
Separate push-lts-docker-amd-arm-images profile
6 months ago
Viacheslav Klimov
028083da9d
Add LTS docker tag build config
6 months ago
Viacheslav Klimov
9eedf74763
Revert docker base openjdk25 for monolith images
6 months ago
Viacheslav Klimov
68f432b581
Set default docker base image to thingsboard/openjdk25:trixie-slim
6 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
6 months ago
Viacheslav Klimov
54b67426f4
Version set to 4.3.0-RC
6 months ago
dshvaika
61b7d42ed7
Updated geofencing CF logic
6 months ago
Viacheslav Klimov
1044aabce3
Fix Kafka topics cache
6 months ago
Sergey Matvienko
618e563d3b
docker.base.image as a parameter
6 months ago
Andrii Landiak
a2f196dc39
Minor changes
6 months ago
Andrii Landiak
793660cb72
Add test for JavaRestClient
6 months ago
dshvaika
f379c354c5
rollback logback changes for black-box tests
6 months ago