Sergey Matvienko
|
6a8800a845
|
BaseCustomerControllerTest refactored in async manner to improve performance
|
2022-04-19 16:31:22 +03:00 |
|
Volodymyr Babak
|
604f5b8d25
|
Fix concurrent modification issue during warn logging
|
2022-04-19 16:29:58 +03:00 |
|
Sergey Matvienko
|
b2fa263027
|
revert extra log on poll InMemoryTbQueueConsumer
|
2022-04-19 15:59:29 +03:00 |
|
Sergey Matvienko
|
b6911bda41
|
Revert "BurstTbRuleEngineSubmitStrategy debug notes to fix the long-running testTheCopyOfAttrsIntoTSForTheView"
This reverts commit 1600fa7f65a25454d52fff8ac1542f770551e06a.
|
2022-04-19 15:57:02 +03:00 |
|
Sergey Matvienko
|
1600fa7f65
|
BurstTbRuleEngineSubmitStrategy debug notes to fix the long-running testTheCopyOfAttrsIntoTSForTheView
|
2022-04-19 13:03:45 +03:00 |
|
Sergey Matvienko
|
b3a20fb2b0
|
BaseEntityViewControllerTest refactored in async style
|
2022-04-19 12:56:21 +03:00 |
|
Sergey Matvienko
|
f6e71e4b93
|
AbstractWebTest exception wrapper into runtime exception to use in async futures without try/catch overhead
|
2022-04-19 12:54:45 +03:00 |
|
Sergey Matvienko
|
bf98d1b68b
|
QueueToRuleEngineMsg improved toString with call super
|
2022-04-19 12:50:52 +03:00 |
|
Volodymyr Babak
|
5b4e92974d
|
Use getMetadataTs method instead of direct fetch from metadata
|
2022-04-19 10:21:26 +03:00 |
|
Igor Kulikov
|
54d256279a
|
UI: Add settings forms for 'Slide toggle'/'Round switch'/'Switch control' control widgets.
|
2022-04-18 18:20:02 +03:00 |
|
Volodymyr Babak
|
4abf5d86c5
|
Removed objectmapper from edge service/session
|
2022-04-18 18:02:01 +03:00 |
|
Volodymyr Babak
|
978861e56c
|
Minor refactoring. Added missing timeseries_updated message type
|
2022-04-18 11:52:23 +03:00 |
|
Volodymyr Babak
|
ef4adbda7b
|
Ack messages in case no edges are related. Refactored push to cloud/edge nodes
|
2022-04-18 11:52:14 +03:00 |
|
Volodymyr Babak
|
fe16336bbb
|
Merge EdgeUtils and EdgeEventUtils
|
2022-04-18 11:51:51 +03:00 |
|
Igor Kulikov
|
0c0afc9242
|
UI: Add widget settings forms for 'Flot pie' and ChartJS widgets
|
2022-04-18 11:42:13 +03:00 |
|
Sergey Matvienko
|
668634f890
|
Tests: improved performance on tenant tests with concurrent creation and deletion
|
2022-04-18 11:02:48 +03:00 |
|
Igor Kulikov
|
8fdf12bb2a
|
UI: Add flot datakey and latest datakey settings forms
|
2022-04-15 18:23:57 +03:00 |
|
Sergey Matvienko
|
8436e759ee
|
DefaultInMemoryStorage fixed license header
|
2022-04-15 16:48:04 +03:00 |
|
Sergey Matvienko
|
f8a6751182
|
InMemoryStorage performance improved. Many test cases added since it is essential piece of code.
|
2022-04-15 16:46:19 +03:00 |
|
Sergey Matvienko
|
b9b4d06376
|
DefaultInMemoryStorageTest test added on Poll before improvement
|
2022-04-15 16:46:15 +03:00 |
|
Sergey Matvienko
|
d18533a88f
|
InMemoryStorage extracted
|
2022-04-15 16:46:09 +03:00 |
|
Andrew Shvayka
|
c1e93ade5b
|
Merge pull request #6392 from YuriyLytvynchuk/master
[3.4] Query log: add SQL string with parameters in logs
|
2022-04-15 11:18:21 +03:00 |
|
Andrew Shvayka
|
77b962e1bb
|
Merge pull request #6412 from smatvienko-tb/in-memory-queue-refactor-from-develop-34
[3.4] InMemoryStorage refactored from the static singleton to the Spring Bean
|
2022-04-15 11:16:25 +03:00 |
|
Andrew Shvayka
|
bcd68f088a
|
Merge pull request #6415 from smatvienko-tb/test-speeup-transport-edge-develop34
[3.4] Test speed up: transport, edge
|
2022-04-15 11:14:45 +03:00 |
|
Sergey Matvienko
|
4b7a1d4e3c
|
Transports disabled to speed up the context init. Particular transport will be enabled with @TestPropertySource in respective tests
|
2022-04-14 19:07:16 +03:00 |
|
Sergey Matvienko
|
2c5f23d975
|
Edge disabled to speed up the context init. Will be enabled by @TestPropertySource in respective tests
|
2022-04-14 19:07:13 +03:00 |
|
Sergey Matvienko
|
9a2bc5ab9d
|
InMemoryStorage refactored from the static singleton to the Spring Bean
|
2022-04-14 13:20:34 +03:00 |
|
Igor Kulikov
|
83da5520fc
|
UI: Add settings forms for flot chart widgets.
|
2022-04-13 18:31:20 +03:00 |
|
Yuriy Lytvynchuk
|
e1b9f8211b
|
getValueForSQLQuery: valueParameter.ToString() -> String.valueOf(valueParameter)
|
2022-04-13 17:55:38 +03:00 |
|
Yuriy Lytvynchuk
|
4b8e2efc38
|
logQuery: Log format modification
|
2022-04-13 17:19:11 +03:00 |
|
Yuriy Lytvynchuk
|
cecbacfad4
|
Query: add SQL string with parameters
|
2022-04-12 18:20:55 +03:00 |
|
Yuriy Lytvynchuk
|
1a4cf21bb1
|
Query: add SQL string with parameters
|
2022-04-11 20:00:07 +03:00 |
|
Yuriy Lytvynchuk
|
1f029983d1
|
Query: add SQL string with parameters
|
2022-04-11 19:33:59 +03:00 |
|
Igor Kulikov
|
9a0363593d
|
UI: Add digiatal gauge widget settings form
|
2022-04-09 15:13:47 +03:00 |
|
Yuriy Lytvynchuk
|
8c76770b7a
|
Merge remote-tracking branch 'origin/master'
|
2022-04-08 23:12:13 +03:00 |
|
Yuriy Lytvynchuk
|
ee4a3b90cc
|
Query: add SQL string with parameters
|
2022-04-08 23:12:07 +03:00 |
|
Yuriy Lytvynchuk
|
97b9afac9a
|
add SQL string with parameters
|
2022-04-08 23:01:51 +03:00 |
|
Andrew Shvayka
|
126e8b9639
|
Merge pull request #6265 from YevhenBondarenko/feature/update-versions
[3.4] updated spring, netty and jackson versions
|
2022-04-08 14:30:04 +03:00 |
|
Igor Kulikov
|
8fa493eb1c
|
UI: Add analogue gauges widget settings forms
|
2022-04-06 16:07:42 +03:00 |
|
Yuriy
|
5809b0d6a8
|
QUERY: add SQL string with parameters
|
2022-04-05 17:53:54 +03:00 |
|
Igor Kulikov
|
9a83a4ae47
|
Merge pull request #6350 from ArtemDzhereleiko/bug-fix/candeactivate-shows-double-time
[3.4] UI: Fixed show double dialog with redirect
|
2022-04-05 11:16:57 +03:00 |
|
Igor Kulikov
|
03828d2a1f
|
UI: Add alarms table widget/key settings forms
|
2022-04-04 15:58:58 +03:00 |
|
Igor Kulikov
|
852b1d62f5
|
UI: Refactoring
|
2022-04-04 14:12:56 +03:00 |
|
Igor Kulikov
|
a735586f1e
|
UI: Add entities table widget and key settings form
|
2022-04-04 14:07:35 +03:00 |
|
YevhenBondarenko
|
ec79601e5e
|
updated spring versions via CVE-2021-22096
|
2022-04-04 12:45:58 +02:00 |
|
Igor Kulikov
|
323c67ff2a
|
UI: Add HTML card/HTML value card widget settings form
|
2022-04-04 13:14:41 +03:00 |
|
Igor Kulikov
|
63da3e048f
|
UI: Add entities hierarchy widget settings form
|
2022-04-02 18:54:48 +03:00 |
|
Igor Kulikov
|
b4b4015061
|
UI: Add dashboard state widget settings form
|
2022-04-02 18:27:01 +03:00 |
|
Igor Kulikov
|
a6da5644a3
|
UI: Add simple card widget settings form
|
2022-04-02 17:49:39 +03:00 |
|
Igor Kulikov
|
7cc553021b
|
UI: Add label widget settings form
|
2022-04-02 15:09:40 +03:00 |
|