1300 Commits

Author SHA1 Message Date
Dima Landiak
18041c34c7 rest api call node added redis queue support (#2112)
* rest api call node added redis queue support

* rest api node refactoring
2019-10-23 17:58:46 +03:00
Volodymyr Babak
0cca90ff21 Added manage edge rule chains functionality 2019-10-21 19:12:57 +03:00
Igor Kulikov
d344f1d08f Minor refactoring. 2019-10-18 15:47:05 +03:00
Igor Kulikov
41527ca059 Version set to 2.4.2-SNAPSHOT. Restore Black Box Tests. 2019-10-18 12:44:52 +03:00
Vladyslav
c36af7311e Add bulk provision support label (#2096)
* Add to asset support label

* Add support import label

* Add support update entity type and label

* Add translate asset label
2019-10-17 18:25:05 +03:00
Volodymyr Babak
6be5f9aa4d Manage edge dashboards functionality 2019-10-15 16:15:18 +03:00
Volodymyr Babak
00ce0707d7 Added Edge UI support and assignedEdges to Dashboard 2019-10-08 18:47:34 +03:00
Volodymyr Babak
39591675f9 Extended Edge controller & service & dao for SQL. Added service test. NoSQL impl - TODO 2019-10-07 12:54:28 +03:00
Volodymyr Babak
b03cf28a1a Added edge_id and assinged_edges to the TB entities 2019-09-18 13:52:09 +03:00
Volodymyr Babak
3880af82d3 Added Edge entity 2019-09-17 13:05:27 +03:00
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
2019-09-10 15:45:19 +03:00
yefimov-andrey
303b63f392 moved name from Tenant and Customer to ContactBased (#1929) 2019-09-09 11:54:40 +03:00
Igor Kulikov
e91fd302d6 Implement alarms table 2019-08-29 12:08:49 +03:00
Igor Kulikov
b8d837abbb Rule Chains, Widgets Bundles and Dashboards pages 2019-08-20 20:42:48 +03:00
Igor Kulikov
133ab98274 Entity views page 2019-08-19 20:09:41 +03:00
Igor Kulikov
7ff599f7c4 Introduct AssetInfo and EntityViewInfo dtos 2019-08-16 19:40:20 +03:00
yefimov-andrey
d0295ef353 Feature/fetch last level only (#1922)
* adding fetching only last level of relations

* further implementaion of fetching last level

* implementation of fetching last level

* implementation of fetching last level

* draft of fetching only last level

* removal of unnecessary new method

* cleanup and formatting

* cleanup and formatting

* formatting

* formatting

* formatting

* final version of fetching only last level, the boolean added to the relation search parameters

* fetchLastLevelOnly added to some more search queries

* fixed tests to include fetchLastLevelOnly parameter

* removed unnecessary use of fetchLastLevelOnly parameter

* removed default value of fetchLastLevelOnly
2019-08-16 12:29:54 +03:00
Igor Kulikov
65939722f3 Devices page implementation 2019-08-13 19:58:35 +03:00
ShvaykaD
03631c83b0 Fixed violations on attributes primary keys constraints (#1909)
* init commit

* fix-violation-of-primary-key-constraint

* revert thingsboard.yml changes

* remove @Slf4j annotation

* update code
2019-08-09 08:43:25 +03:00
Igor Kulikov
cae1f02691 PageLink refactoring. 2019-08-08 17:55:11 +03:00
Igor Kulikov
cdb9520ccf Remove Entities NoSql DAO 2019-08-07 18:48:01 +03:00
Igor Kulikov
c19adf3684 Version set to 3.0.0-SNAPSHOT 2019-08-07 17:31:23 +03:00
Andrew Shvayka
763ec4b998 Moved Services to dao-api 2019-07-26 09:21:15 +03:00
Andrew Shvayka
e43558109e Extracted dao-api module to simplify rule-engine-api 2019-07-26 09:00:57 +03:00
Andrew Shvayka
467feb967f Added Common Utils as a new home for DonAsynchron 2019-07-25 18:37:29 +03:00
Igor Kulikov
4255bf485a Fixed memory leaks in MqttTransportHandler (#1787) 2019-07-24 18:35:44 +03:00
Igor Kulikov
78f75440a0 MqttTransportHandler: Use default channelReadComplete implementation to avoid memory leaks. 2019-07-23 17:29:34 +03:00
Igor Kulikov
4e71935d27 Fix NPE in transport service. 2019-07-18 19:34:27 +03:00
Igor Kulikov
8d5d8b2c23 Password policy setting. Login/Logout audit log. 2019-07-18 18:11:58 +03:00
Igor Kulikov
b482238ef3 Version set to 2.4.1-SNAPSHOT 2019-07-12 16:15:00 +03:00
Igor Kulikov
ecfcf7b879 Remove redundant logback.xml 2019-07-02 13:43:39 +03:00
Igor Kulikov
c631d51e24 Version set to 2.4.0-SNAPSHOT 2019-06-27 10:12:30 +03:00
Igor Kulikov
5bc73ac9cd Fix compilation errors 2019-06-27 10:05:38 +03:00
Igor Kulikov
6cdb508c71
Claiming devices implementation 2019-06-27 10:00:17 +03:00
Igor Kulikov
5c70739e05
Merge pull request #1724 from elbstack/1686-No-response-to-client-side-RPC-via-CoAP
1686 no response to client side rpc via co ap
2019-06-27 09:15:58 +03:00
Vladyslav_Prykhodko
c35eff1cde Update database schema 2019-06-24 12:34:40 +03:00
Mike Lohmann
d0a0e48dc7
#1686 removed accidently committed log message 2019-06-07 15:31:32 +02:00
Mike Lohmann
60eece3556
#1686 removed accidently added p tags from header 2019-06-07 15:31:32 +02:00
Mike Lohmann
2db79aa556
Issue #1686 Introduced ScheduledFuture in SessionMap to be able to cancel
deregisterSession call after successful responses in CoAP to avoid
5.03 responses after ACK.
2019-06-07 15:31:32 +02:00
Mike Lohmann
6b47046bdb
Issue #1686 Add registerSyncSession to case TO_SERVER_RPC_REQUEST to enable
CoAP RPC Server request calls.
2019-06-07 15:31:32 +02:00
ShvaykaD
2cf410eb1e add-entity-created-events-in-rule-engine (#1696)
* add-entity-created-events-in-rule-engine

* optimize imports

* update

* fix typo

* update actionEventsFromRuleEngine
2019-06-05 12:37:21 +03:00
Andrew Shvayka
d8e5f0aa5f Improvements to debug events TTL 2019-05-16 17:13:12 +03:00
nordmif
137c9de7f7 added log details 2019-05-16 16:49:28 +03:00
nordmif
eebc6aca69 added try-catch check to converter 2019-05-15 16:31:36 +03:00
nordmif
2731ff69ae trying to pass tests 2019-04-17 14:55:30 +03:00
Andrew Shvayka
4625f93d9c
Revert "Added MQTT keep-alive parameter" 2019-04-17 13:01:29 +03:00
Andrew Shvayka
10058fe425
Merge pull request #1642 from yefimov-andrey/mqtt-keep-alive-fix
Added MQTT keep-alive parameter
2019-04-16 19:50:17 +03:00
nordmif
3fec1a2dda fixed mqtt keep-alive 2019-04-15 20:06:11 +03:00
Dima Landiak
671a0b579e events debug mode rate limits added 2019-04-04 13:55:45 +03:00
rodrigoabella
edcad249a3 deviceName added to attribute response message 2019-04-01 16:07:14 +03:00