Igor Kulikov
3b4ee01aac
Version set to 4.0.0-RC
1 year ago
IrynaMatveieva
9b870126f1
added util method
1 year ago
Andrii Shvaika
ee3d405ed8
Adding ctx as first argument in CF
1 year ago
IrynaMatveieva
3365d7f34e
added option to round result for simple type
1 year ago
Andrii Shvaika
933d77427c
Merge function
1 year ago
Andrii Shvaika
6265ff45a8
merge function draft
1 year ago
Andrii Shvaika
ac52098207
CF: merge function draft
1 year ago
Andrii Shvaika
62da129d6b
Review comments fixed
1 year ago
mpetrov
0b44abe121
JS func update
1 year ago
IrynaMatveieva
8c86f7fc12
added tests for rolling methods
1 year ago
IrynaMatveieva
72f26d9fe2
fixed functions
1 year ago
IrynaMatveieva
6f1dd5a2d6
added new methods for working with rolling
1 year ago
Igor Kulikov
5cf26d4851
Update license header
1 year ago
Igor Kulikov
b7750bc342
Version set to 4.0.0-SNAPSHOT
1 year ago
Igor Kulikov
6a0fff0737
Version set to 3.9.1-RC
1 year ago
Volodymyr Babak
3c137dec77
TbDate - added functions to add years, months, days, etc.
1 year ago
IrynaMatveieva
e018282d04
minor fixes
1 year ago
IrynaMatveieva
6cf314eaa0
added NaN value when is not number in rolling
1 year ago
IrynaMatveieva
a0331655d1
fixed test script
1 year ago
IrynaMatveieva
1e46100cd2
added endTs and startTs to rolling argument
1 year ago
Andrii Shvaika
dad0c1fb92
Version set to 3.9.1-RC
1 year ago
Andrii Shvaika
d7412edceb
Refactoring of the arguments
1 year ago
Andrii Shvaika
4048afecc3
WIP: arguments
1 year ago
nick
3908105ac5
fix_bug: tbel, in the isDecimal method. The mantissa format includes numbers written in exponential form
1 year ago
nick
d961b89f31
tbel: add hexToBytesArray, base64ToBytesList
1 year ago
YevhenBondarenko
0cc55ab989
added tbel metrics, refactored JS stats
1 year ago
Igor Kulikov
77d2826f96
Version set to 4.0.0-SNAPSHOT
2 years ago
Igor Kulikov
190bba72f9
Temp Version set to 3.9.0-RC
2 years ago
Igor Kulikov
8ac0468edd
Version set to 4.0.0-SNAPSHOT
2 years ago
Igor Kulikov
cca4ac3629
Version set to 3.9.0-RC
2 years ago
thingsboard017
82638895bb
Increased timeout execution for TBEL script compiler
2 years ago
IrynaMatveieva
c75603f57c
added implementation for script type
2 years ago
nick
7369b00071
tbel: fix bug validate decimal with <+>
2 years ago
nick
6581e48055
tbel: fix bug validate decimal with <+>
2 years ago
Igor Kulikov
fdbe59c610
Version set to 3.9.0-SNAPSHOT
2 years ago
Igor Kulikov
d11f866856
Version set to 3.8.1-RC
2 years ago
Igor Kulikov
82c642c97f
Version 3.8.1-RC
2 years ago
Igor Kulikov
b4124f7c4c
Merge with RC
2 years ago
Igor Kulikov
4d705f26fd
Version set to 3.8.0-RC
2 years ago
Igor Kulikov
3dadc34b5b
Version set to 3.9.0-SNAPSHOT
2 years ago
Igor Kulikov
4e7176cce7
Version set to 3.8.0-RC
2 years ago
Igor Kulikov
025fb1ca8c
Version set to 3.8.0
2 years ago
Dmytro Skarzhynets
bbe328d158
Implemented safe scheduled thread pool
2 years ago
nick
5699c49c53
tbel: refactoring raiseError
2 years ago
nick
03af2564eb
tbel: refactoring tbUtils with docs #2
2 years ago
nick
b86a9d3802
tbel: refactoring tbUtils with docs
2 years ago
Andrii Landiak
c6ee0bff19
Add edgeIdsCache to decrease number of calls to db for findRelatedEdgeByEntityId
2 years ago
Kulikov
297e3941a7
TBEL: added parseBinaryArrayToInt ( #11329 )
* tbel: added new parseBinaryArrayToInt
fix bug: parseLongToBinaryArray:
Writes the bit value to the appropriate location in the bins array, starting at the end of the array, to ensure proper alignment (highest bit to low end).
* tbel: refactoring parseBinaryArrayToInt_Test.
* tbel: refactoring arseByteToBinaryArray add Endian
* tbel: added new hexToBase64
2 years ago
Andrii Landiak
5ca6ad03e3
CE: optimize java imports
2 years ago
Kulikov
ea235b7769
TBEL: added padStart, padEnd, parseByteToBinaryArray, parseBytesToBinaryArray, parseLongToBinaryArray ( #11323 )
* tbel: added String.prototype.padStart() and String.prototype.padEnd() ;
* tbel: added binary String format
* tbel: added parseByteToBinaryArray, parseBytesToBinaryArray, parseLongToBinaryArray
2 years ago