Viacheslav Klimov
f55172bcb6
Add maven enforcer rule to check openapi spec was generated successfully
1 month ago
Viacheslav Klimov
d6b73d5f8f
Port API improvements from 4.4 to 4.3
2 months ago
Viacheslav Klimov
ee975cf386
Version set to 4.3.1.2-SNAPSHOT
2 months ago
Viacheslav Klimov
2a7eab3db5
Version set to 4.2.2.2-SNAPSHOT
2 months ago
Sergey Matvienko
7bb708888f
Address review: fix pkg.skip.bootjar precedence and remove unused surefire.version
Remove <pkg.skip.bootjar>false</pkg.skip.bootjar> from all child
module <properties> blocks. The root POM already defaults it to false,
and child declarations block the skip-pkg profile override, so
-Dpkg.skip=true was never actually skipping spring-boot:repackage.
Also remove the unused surefire.version property (superseded by
maven-surefire-plugin.version).
2 months ago
Sergey Matvienko
d2cde5ba94
Add per-format packaging skip flags (pkg.skip.bootjar/deb/rpm/zip)
Introduces four independent flags to skip individual packaging artifacts:
-Dpkg.skip.bootjar=true skip spring-boot repackage (*-boot.jar)
-Dpkg.skip.deb=true skip Gradle buildDeb + Maven attach-artifact
-Dpkg.skip.rpm=true skip Gradle buildRpm
-Dpkg.skip.zip=true skip maven-assembly-plugin Windows ZIP
Adds -Dpkg.skip=true as a single convenience flag that sets all four
at once. msa/pom.xml mirrors the skip-pkg profile to override its own
<pkg.deb.phase>package</pkg.deb.phase> property (child POM properties
have higher priority than parent profile properties in Maven).
msa/* docker modules used ${basedir}/../.. (non-canonical) for main.dir.
maven-enforcer-plugin 3.5.0's osIndependentNameMatch() compares
file.toURI() vs file.getCanonicalFile().toURI() — these differ when the
path contains '..', causing RequireFilesExist to report false-negative.
Fix: replace ${basedir}/../.. with ${maven.multiModuleProjectDirectory}.
3 months ago
Viacheslav Klimov
63f9c05f04
Tests for new ThingsboardClient
3 months ago
Viacheslav Klimov
f9031dd63f
Version set to 4.3.1.1-SNAPSHOT
3 months ago
Viacheslav Klimov
f66427fb7c
Version set to 4.2.2.1-SNAPSHOT
3 months ago
Viacheslav Klimov
a0bccd0c92
Add automatic OpenAPI spec generation
3 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
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
Nikita Mazurenko
d5fe1db7d4
Add test to verify that enum proto EdgeVersion is synchronized with maven project.version
4 months ago
Viacheslav Klimov
7900c51b9d
Version set to 4.4.0-SNAPSHOT
4 months ago
Viacheslav Klimov
7f427b27fb
Version set to 4.3.0.1-SNAPSHOT
4 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
5 months ago
Viacheslav Klimov
c069d28231
Version set to 4.3.0-RC
5 months ago
Viacheslav Klimov
5e8ca1ca46
TMP version set to 4.2.1.2-SNAPSHOT
5 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
5 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
5 months ago
Viacheslav Klimov
54b67426f4
Version set to 4.3.0-RC
6 months ago
Viacheslav Klimov
2fe9646de8
Use org.thingsboard.langchain4j:1.8.0-TB instead of dev.langchain4j:1.1.0
6 months ago
VIacheslavKlimov
514812ae02
Version set to 4.3.0-SNAPSHOT
8 months ago
VIacheslavKlimov
1c2bdd4c14
TMP version set to 4.2.1-RC
8 months ago
VIacheslavKlimov
aefb7dcb41
Version set to 4.2.1-RC
8 months ago
Dmytro Skarzhynets
5c7f20a151
AI models: add support for Ollama
9 months ago
Dmytro Skarzhynets
41f0a9702e
AI models: add support for Ollama
9 months ago
Igor Kulikov
418cecf016
Version 4.3.0-SNAPSHOT
10 months ago
Igor Kulikov
4cdf1baf9a
Temp version set to 4.2.0-RC
10 months ago
Igor Kulikov
20bccee972
Version set 4.3.0-SNAPSHOT
10 months ago
Igor Kulikov
cc7c496b13
Version set to 4.2.0-RC
10 months ago
VIacheslavKlimov
45a57230c1
Upgrade versions of most libraries; refactor dependency management
11 months ago
Dmytro Skarzhynets
749b327795
AI rule node: resolve dependency conflicts
11 months ago
Dmytro Skarzhynets
4507b312de
AI rule node: add support for GitHub Models
11 months ago
Dmytro Skarzhynets
4f38422df8
AI rule node: add basic Amazon Bedrock support
11 months ago
Dmytro Skarzhynets
0cc5980156
AI rule node: add Anthropic support
11 months ago
Dmytro Skarzhynets
d5c885dcde
AI rule node: add support for Google Vertex AI Gemini
11 months ago
Dmytro Skarzhynets
c98f746aaf
AI rule node: add basic support for Azure OpenAI
12 months 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
dshvaika
92e81ad233
renamed module service-info-api to discovery-api && fixed LimitedApi typos
1 year ago
dshvaika
506f48a89d
Moved TbServiceInfoProvider interface to separate module
1 year ago
Dmytro Skarzhynets
18c75998ef
AI rule node: replace Anthropic with Mistral AI
1 year ago
Dmytro Skarzhynets
0f17e5f457
AI rule node: draft implementation
1 year ago