dashevchenko
1b8a25d568
fixed MAX aggregation for negative double values
1 month ago
Sergey Matvienko
77502b6c6c
tests: ensure parseBytesTo methods do not alter input data
4 months ago
IrynaMatveieva
0e9756f8ce
moved number utility method to a new utility class
5 months ago
IrynaMatveieva
bf656d2926
created new number utils class
5 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
5 months ago
IrynaMatveieva
a39f24ae6e
remove unnecessary maps and methods
7 months ago
nickAS21
5f6cc76d11
tbel: reName createSetTb to newSet and to toSet
11 months ago
nick
baf68bbbfc
tbel: refactoring
11 months ago
nick
edba3517da
tbel: add ExecutionArrayList with methods: add, addAll, remove, clear, sort, toSorted, toList
11 months ago
Dmytro Skarzhynets
a0e8b01429
Add tests for compilation errors when evaluating scripts
11 months ago
nickAS21
758ed0f189
tbel: Add utility methods to check for Map, List, and Array types in TbUtils
1 year ago
Sergey Matvienko
2a50e2eaa5
AbstractScriptInvokeService: validate script refactored
1 year ago
Sergey Matvienko
26d949d22f
invalidate async js scripts
1 year ago
IrynaMatveieva
56598a5247
added tests and moved to common util
1 year ago
IrynaMatveieva
9b870126f1
added util method
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
mpetrov
0b44abe121
JS func update
1 year ago
IrynaMatveieva
8c86f7fc12
added tests for rolling methods
1 year ago
Igor Kulikov
5cf26d4851
Update license header
1 year ago
Volodymyr Babak
3c137dec77
TbDate - added functions to add years, months, days, etc.
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
nick
7369b00071
tbel: fix bug validate decimal with <+>
2 years ago
nick
6581e48055
tbel: fix bug validate decimal with <+>
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
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
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
Kulikov
b48474861e
TBEL: added parseBytesIntToFloat, parseBytesLongToDouble, byteArrayToExecutionArrayList ( #11296 )
* tbel: added parseBytesIntLongToFloat
* tbel: added to doubleToHex_Test() String valueHex = "0x000000000000000A";
* tbel: added byteArray to ExecutionArrayList;
2 years ago
nick
7fcb82cea9
tbel: added new version tbel and new test hexToBytes
2 years ago
nick
c347c067e7
tbel: added some parseBytesTo Int/Long/Float/Double methods with length
2 years ago
nick
2f838c4fbf
tbel: added some double methods
2 years ago
nick
7e0a9bbebf
tbel: added some float methods
2 years ago
Kulikov
99d4eb0d9c
TBEL: new methods ( #11129 )
* tbel: number to string by radix
* Revert "tbel: number to string by radix"
This reverts commit 0fd285d76b .
* tbel: number to string by radix and new Error
* tbel: number to Hexadecimal must be even-length.
* tbel: add tests isBinary...isHexadecimal
* tbel: Comments 1
* tbel: Comments 2
* tbel: Comments 3
2 years ago
nick
4d52002953
Revert "tbel: number to string by radix"
This reverts commit 0fd285d76b .
2 years ago
nick
0fd285d76b
tbel: number to string by radix
2 years ago
Oleksandra Matviienko
63df92e995
JUnit5 migration in common. Junit-platform.properties and logback-test.xml where added to java resource directories if needed.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
nick
5f7f57cb63
tbel: encodeURI() decodeURI() == mdn
2 years ago
Ivan Raznatovskyi
09fc025e12
Initial commit from another fork
2 years ago
Igor Kulikov
c5a72ed8df
Update license header to 2024 year.
2 years ago
nick
c636ea2c0e
fix_bug: TbDateTests -> JDK ver
2 years ago
YevhenBondarenko
1fc704bae1
test fixes and minor refactoring
2 years ago
nick
3bf585ec80
tbel fix_bug tbDate delete String... options
3 years ago
nick
fbfecf3410
tbel fix_bug tbDate tests Constructor class
3 years ago
nick
a12c9e11f8
tbel fix_bug tbDate test
3 years ago
nick
272cc27257
tbel fix_bug tbDate parameters date as String with patter + locale
3 years ago
nick
a246b3c4a7
tbel fix_bug tbDate parameters Locale and TZ as String
3 years ago