ArtemHalushko
42c52bfdba
Map/3.0 ( #2535 )
* add base map infrastructure
* add leaflet css
* add tencent map
* add google maps support
* added image map support
* refactor schemes
* here maps support && WIP on markers
* add simple marker suppor
* data update & polyline support
* map bouds support
* add some settings support
* add map provider select to settings
* labels support
* WIP on trip animation widget
* WIP on history control and route interpolation
* trip-animation map provider & custom markers
* comleted track marker & history controls
* add license headers
* label fix & tooltips support
* WIP on polygons
* marker dropping support
* add polygon support
* add label to trip animation
* WIP on tooltips
* lint anf typed leaflet AddMarker
* some typing and poly improvements
* add typing
* add marker creation
* update proxy
* save position fix
Co-authored-by: Artem Halushko <ahalushko@thingboards.io>
Co-authored-by: Adsumus <artemtv42@gmail.com>
6 years ago
YevhenBondarenko
63e0a0be81
updated rulenode-core-config (added ui config to check alarm status node)
6 years ago
ShvaykaD
e9e24f3aa5
improvements/kafka-rule-node-ui ( #2506 )
* added ability to set metadata key-pairs as record headers in kafka node
* added default charset if it is undefined
6 years ago
ShvaykaD
515dc983d3
Improvements/kafka rule node ( #2505 )
* added metadata key-values as kafka headers
* added default charset to configuration
* fix typo
6 years ago
YevhenBondarenko
d68ef2333a
updated guava and protobuf versions
6 years ago
YevhenBondarenko
ad4e27d08b
added TbCheckAlarmStatusNode to rulenode-core-config.js
6 years ago
YevhenBondarenko
a4ae57eb86
improvements
6 years ago
YevhenBondarenko
b3aaf66f3f
created TbCheckAlarmStatusNode
6 years ago
Igor Kulikov
a1fcd397d5
Update rule nodes config UI
6 years ago
Igor Kulikov
96d3b245b0
Revert to version 3.0.0-SNAPSHOT
6 years ago
Igor Kulikov
3e2a87135f
Prepare for merge with master
6 years ago
Yevhen Bondarenko
416c3fd10e
Introduced SMTP TLS version to default mail service and send email node
* added tlsVersion to TbSendEmailNode
* added tlsVersion to DefaultMailService
* added check tlsVersion for old version
6 years ago
Andrew Shvayka
03f5375a02
JSON support ( #2415 )
* Created JsonDataEntry and added DataType JSON
* Added json to ts and attributes, created sql schema-entities-hsql.sql (json_v varchar)
* refactored
* refactored
* added json array support
* Aggregation improvement
* Changed in JsonDataEntry value type from JsonNode to String
* fix AggregatePartitionsFunction
Co-authored-by: Yevhen Bondarenko <56396344+YevhenBondarenko@users.noreply.github.com>
6 years ago
Igor Kulikov
3378aa1d77
Fix angular 9 migration and style issues.
6 years ago
Igor Kulikov
4c5d82968e
Rule nodes UI migration
6 years ago
ShvaykaD
cc0e541788
fixed tell-failure for attributes fetch node ( #2365 )
* fixed tell-failure for attributes fetch node
6 years ago
Igor Kulikov
4982f0e6a4
Finish RuleChain page. Implement missing widget subscription methods. Implement Entities table widget.
7 years ago
Igor Kulikov
08e5a7e09d
Rule nodes UI
7 years ago
Igor Kulikov
6e323fd921
Update rule nodes config
7 years ago
Igor Kulikov
f345092b2e
UI: Rule nodes configuration
7 years ago
Igor Kulikov
d0b4089fa9
UI: Rule nodes configuration
7 years ago
Igor Kulikov
850d6d948c
Update License header year to 2020
7 years ago
Igor Kulikov
1265a9a1e3
Revert "Update License header year to 2020"
This reverts commit 9b42397c4a .
7 years ago
Igor Kulikov
9b42397c4a
Update License header year to 2020
7 years ago
Igor Kulikov
8e37e283d7
Update rulenode core config.
7 years ago
Igor Kulikov
a42bd5d7ee
UI: RuleNode configuration
7 years ago
Andrew Shvayka
1b4ef0c9fa
Latest UI
7 years ago
Dmytro Shvaika
29a29662e6
rule-node-ui-changes
7 years ago
vlad
43503f9c61
Activity event support for Copy to view node added
7 years ago
Andrew Shvayka
da7da1ef76
Async JS Execution
7 years ago
Igor Kulikov
c84a8a5e67
Version set to 2.5.0-SNAPSHOT
7 years ago
Dmytro Shvaika
f9c65d709d
code update
7 years ago
Dmytro Shvaika
dd64749075
init commit
7 years ago
Igor Kulikov
da81db88d8
Fix Rule Engine tests.
7 years ago
Andrew Shvayka
28e2c74ce3
JS Invoke become async
7 years ago
Andrew Shvayka
a69a3d4d58
JS Stats
7 years ago
Dima Landiak
b25ea1e613
rest api call node added parallel processing logic
7 years ago
Dima Landiak
85b63c5bbb
rest api call node generated ui ( #2206 )
7 years ago
Dmytro Shvaika
47e06f505f
update the rulenode-core-config.js
7 years ago
Dmytro Shvaika
78e6b6cdce
added ability to fetch latest values with ts
7 years ago
Dima Landiak
b67170f072
originator telemetry node added limit param, fixed ui
7 years ago
Dima Landiak
18767381f9
originator telemetry node added limit param
7 years ago
Igor Kulikov
6af9aa0ecb
JPA improvements.
7 years ago
Dima Landiak
a2e99688c5
rest api call node ui fix
7 years ago
Dima Landiak
18041c34c7
rest api call node added redis queue support ( #2112 )
* rest api call node added redis queue support
* rest api node refactoring
7 years ago
Igor Kulikov
41527ca059
Version set to 2.4.2-SNAPSHOT. Restore Black Box Tests.
7 years ago
Valerii Sosliuk
c85f218993
Alarm Clear Test Fixed
7 years ago
Valerii Sosliuk
db67999b71
Clear Alarm Node fix clearTs and endTs in log message
7 years ago
VoBa
3935f616c7
Feature/security updates ( #1993 )
* Added last login to user details
* Added last login to profile page
* Fixed label style
* Added actionType filter to Audit Logs controller
* Lockout feature; Password Reuse frequency
* Send email notification in case user lockout; Refactoring
* Fixed set of null password history; Added toast on user account locked/unlocked
* Typo fixed
* Ignored json validator for securitySettings
* Added Lockout action type
* Added permission check for user disable/enable
* Fixed email title
7 years ago
ShvaykaD
b7a2dddff9
rule-node-ui-update ( #1969 )
7 years ago