vparomskiy
|
305005490f
|
move exception to api
move MailService to RuleEngine
implement MsgToEmil Transformer and SendEmail Node
|
2018-04-12 10:57:48 +03:00 |
|
Igor Kulikov
|
024dd99cb7
|
Refactor JS Executor.
|
2018-04-04 11:41:51 +03:00 |
|
Igor Kulikov
|
4bbcffdf63
|
Rule Node Debug UI
|
2018-03-29 20:25:47 +03:00 |
|
Andrew Shvayka
|
5752ba81a4
|
Implementation of Flows in Rule Engine
|
2018-03-21 14:41:27 +02:00 |
|
Andrew Shvayka
|
fd1aaba63d
|
Integration Test and merge
|
2018-03-20 18:04:24 +02:00 |
|
Andrew Shvayka
|
64a8e5c152
|
First integration test for the new rule engine. Fixed a lot of bugs
|
2018-03-20 17:40:56 +02:00 |
|
Igor Kulikov
|
8a28cd703f
|
Update license header year to 2018.
|
2018-03-05 17:34:13 +02:00 |
|
Igor Kulikov
|
0021f007f1
|
Implement multiple customer assigned dashboards UI. Add Current Customer entity type for dashboard aliases.
|
2018-03-01 11:52:52 +02:00 |
|
Igor Kulikov
|
063a1093e0
|
Ability to assign dashboards to multiple customers - DAO Layer.
|
2018-02-27 18:30:23 +02:00 |
|
Volodymyr Babak
|
23b21b2912
|
Added get by user id and customer id
Improved partitions query
|
2018-02-14 19:51:23 +02:00 |
|
Volodymyr Babak
|
69422fea0e
|
Merge branch 'master' of github.com:volodymyr-babak/thingsboard
|
2018-02-09 17:18:07 +02:00 |
|
Volodymyr Babak
|
3898e70cb2
|
Added audit log base impl
|
2018-02-09 17:17:44 +02:00 |
|
Posi-Paka
|
ca7ffd99c0
|
Fix ignored MQTT integration tests.
|
2018-01-06 17:52:43 +02:00 |
|
Igor Kulikov
|
bfec91567f
|
Send user password as payload field rather than url parameter.
|
2017-11-22 19:00:57 +02:00 |
|
Andrew Shvayka
|
44e8b2a5f0
|
Suppressed redundant logging on test level
|
2017-09-18 03:03:10 +03:00 |
|
mp-loki
|
8a37560b98
|
Fixing Mqtt Integration tests
|
2017-08-26 22:55:09 -04:00 |
|
Igor Kulikov
|
ac3e4429b8
|
Improve device/asset types management.
|
2017-08-07 16:38:39 +03:00 |
|
Andrew Shvayka
|
0b3748357f
|
Extra logging for test execution
|
2017-07-13 18:56:45 +03:00 |
|
Andrew Shvayka
|
ce6eb3778d
|
Bug fixes with logging and gateway API
|
2017-07-13 12:04:20 +03:00 |
|
Volodymyr Babak
|
b8b078e590
|
Fixed controller tests
|
2017-07-03 18:43:26 +03:00 |
|
Volodymyr Babak
|
90e0c44e7a
|
Merge remote-tracking branch 'upstream/dao-refactoring-vs' into sql-dao-improvements
|
2017-07-03 16:00:42 +03:00 |
|
Volodymyr Babak
|
1f44628bf6
|
Merge remote-tracking branch 'upstream/master' into sql-dao-improvements
|
2017-07-03 15:59:55 +03:00 |
|
Volodymyr Babak
|
3c3a4e4c74
|
Fixed device api sql test
|
2017-07-03 11:34:11 +03:00 |
|
Volodymyr Babak
|
ea5f4d78f0
|
Fixed device api sql test
|
2017-07-03 09:36:27 +03:00 |
|
Volodymyr Babak
|
4f06c390ef
|
Unifying SQL DAO
|
2017-07-01 20:39:00 +03:00 |
|
Igor Kulikov
|
e11dc50a7f
|
Merge branch 'master' into feature/TB-65
|
2017-06-30 16:40:52 +03:00 |
|
mp-loki
|
e8d7675269
|
Application module postgres tests added
|
2017-06-29 22:30:35 -04:00 |
|
Igor Kulikov
|
5bffbf8708
|
TB-65: Merge with master.
|
2017-06-29 20:07:28 +03:00 |
|
Igor Kulikov
|
38c385f51a
|
TB-65: ThingsBoard Install application/service.
|
2017-06-29 16:27:28 +03:00 |
|
Volodymyr Babak
|
6e2bbe0241
|
Added deviceType and deviceName update.
Merged sql.enabled and cassandra.enabled into single property - database.type.
|
2017-06-29 11:11:20 +03:00 |
|
Andrew Shvayka
|
65e4739320
|
Merge pull request #152 from thingsboard/dao-refactoring-vs
Dao refactoring to support PostgreSQL
|
2017-06-28 12:49:02 +03:00 |
|
mp-loki
|
996658eb44
|
License Headers updated
|
2017-06-27 21:01:37 -04:00 |
|
mp-loki
|
bdb6d2589b
|
SystemTestSuite split to Sql and NoSql. Dao Test annotations renamed
|
2017-06-27 20:23:57 -04:00 |
|
Volodymyr Babak
|
1983235b3f
|
Test fixed. Moving classes into new packages
|
2017-06-26 19:19:17 +03:00 |
|
Volodymyr Babak
|
b91bfddf18
|
Separate controller and mqtt suite
|
2017-06-22 21:22:08 +03:00 |
|
Volodymyr Babak
|
f69c31f077
|
Test fixed
|
2017-06-22 13:14:30 +03:00 |
|
Volodymyr Babak
|
1141a26a17
|
Changed blobd type to json text
Added JPA support for service test
|
2017-06-15 21:42:52 +03:00 |
|
Volodymyr Babak
|
7458df8aab
|
Merge remote-tracking branch 'upstream/master' into dao-refactoring-vs
|
2017-06-12 10:01:55 +03:00 |
|
Andrew Shvayka
|
0bc4252f97
|
Fixed unit tests after TTL feature
|
2017-06-11 09:01:36 +03:00 |
|
Volodymyr Babak
|
3534684588
|
Refactored first and next dao methods
Fixed NULL_UUID
Added support for running cassandra and postgres application versions
|
2017-06-07 20:11:41 +03:00 |
|
volodymyr-babak
|
613ebc9065
|
Fixed header and tests
|
2017-06-01 16:50:37 +03:00 |
|
volodymyr-babak
|
533a5d004d
|
Added system and demo data
Added docker file for postgres db schema
|
2017-05-31 18:55:59 +03:00 |
|
Andrew Shvayka
|
9772c38902
|
Merge with master
|
2017-05-29 23:08:31 +03:00 |
|
Igor Kulikov
|
a741a59ead
|
Implement Assets/Devices type search functionality.
|
2017-05-26 17:12:57 +03:00 |
|
Andrew Shvayka
|
0f85e16446
|
Asset and Relations management, Dashboard states and layouts management
|
2017-05-24 10:39:33 +03:00 |
|
mp-loki
|
8604afad38
|
Merge errors fixed
|
2017-05-18 22:49:00 -04:00 |
|
mp-loki
|
0661de2392
|
Merge remote-tracking branch 'origin/asset-alarm-mgmt' into dao-refactoring-vs
|
2017-05-18 22:11:36 -04:00 |
|
Andrew Shvayka
|
bee943baab
|
Initial implementation of Asset, Relation and Alarm services
|
2017-05-17 18:43:55 +03:00 |
|
Andrew Shvayka
|
96d344fabd
|
Fixed outdated tests
|
2017-04-24 11:29:51 +03:00 |
|
volodymyr-babak
|
2965e31261
|
Removed cassandra dependencies from services
|
2017-04-11 11:02:57 +03:00 |
|