4109 Commits

Author SHA1 Message Date
Volodymyr Babak
52d53c952e Fixed nullpointerexception 2017-06-29 12:22:37 +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
bdb6d2589b SystemTestSuite split to Sql and NoSql. Dao Test annotations renamed 2017-06-27 20:23:57 -04:00
Volodymyr Babak
e559107704 Merge remote-tracking branch 'upstream/dao-refactoring-vs' into dao-refactoring-vs 2017-06-27 14:22:11 +03:00
Volodymyr Babak
ca8eaf70fc Splitted nosql and sql suites 2017-06-27 14:21:58 +03:00
mp-loki
f6e7668eba JPA Dao tests fixed 2017-06-26 21:18:31 -04:00
Volodymyr Babak
1983235b3f Test fixed. Moving classes into new packages 2017-06-26 19:19:17 +03:00
Volodymyr Babak
09858d6515 Fixed entityType mapping 2017-06-26 10:20:48 +03:00
mp-loki
6048b45e39 Embedded Postgresql test unit added 2017-06-24 13:29:43 -04:00
Volodymyr Babak
5935de07b3 Added get ts async implementation 2017-06-23 19:49:58 +03:00
Volodymyr Babak
6206d5fcb2 Native-query changed to JPA 2017-06-23 18:20:24 +03:00
Igor Kulikov
849f53ca4c Fix: don't fetch name of deleted alarm originator. Add ability to create dynamic subscriptions for alarms. 2017-06-21 19:21:51 +03:00
Volodymyr Babak
b88ce86638 Data annotation contains toString, equals and hashcode impls 2017-06-20 17:20:00 +03:00
Volodymyr Babak
3c47789a3f JPA Dao misc fixes due to test failures 2017-06-19 20:28:28 +03:00
Volodymyr Babak
5ab6e886bc JPA Dao misc fixes due to test failures 2017-06-19 10:18:51 +03:00
Volodymyr Babak
73d6eee4fc Moved ConditionalProperty for sql and nosql dao to new annotations 2017-06-16 12:43:12 +03:00
Volodymyr Babak
f806c392b2 Merge remote-tracking branch 'upstream/master' into dao-refactoring-vs 2017-06-15 21:43:17 +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
Igor Kulikov
87683218b5 TB-63: Find highest alarm severity for specified entity. 2017-06-15 20:13:47 +03:00
Volodymyr Babak
d6d2de6d9d Added ts kv latest and ts kv jps dao support 2017-06-14 19:27:35 +03:00
Volodymyr Babak
4486d07f6d Get rid of cassandra specific classes in timeseries dao and timeseries service interfaces 2017-06-14 11:58:45 +03:00
Volodymyr Babak
08f7e48f94 Fixed JPA alarm impl 2017-06-13 17:06:12 +03:00
Volodymyr Babak
4351c30adf Added attribute jpa dao 2017-06-13 16:29:40 +03:00
Volodymyr Babak
44c28b5b0f Merge remote-tracking branch 'upstream/master' into dao-refactoring-vs 2017-06-13 16:29:00 +03:00
Igor Kulikov
3e0ef11678 TB-63: Add new 'Alarms' tab in entity details. 2017-06-13 12:33:34 +03:00
Igor Kulikov
351684a6cd TB-63: Update Alarms search query with AlarmSearchStatus parameter. 2017-06-12 18:30:46 +03:00
Igor Kulikov
9cdfe4ef54 TB-61: Implemented new alias filters. 2017-06-12 12:59:51 +03:00
Volodymyr Babak
df4f5f9ad9 fixed license headers 2017-06-12 10:06:09 +03:00
Volodymyr Babak
0fa24abc24 Minor renaming and refactoring 2017-06-09 19:57:12 +03:00
Volodymyr Babak
2d146c2416 Added KV entity for postgres 2017-06-09 19:52:26 +03:00
Volodymyr Babak
79623fbd3d Refactored attributes dao 2017-06-09 19:07:30 +03:00
Volodymyr Babak
11a2844072 Merge remote-tracking branch 'upstream/master' into dao-refactoring-vs 2017-06-09 14:16:07 +03:00
Andrew Shvayka
89e9d27baf TTL Rule Implementation 2017-06-08 21:13:57 +03:00
Volodymyr Babak
cb41480be7 Added findRelations impl. Minor fixes 2017-06-08 10:55:31 +03:00
Volodymyr Babak
29ae5b504c Fixed repository parent 2017-06-07 20:14:16 +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
2349af5d42 fixed license headers 2017-06-05 12:10:29 +03:00
volodymyr-babak
b33d0e78be Added Jpa Relation and Device Dao implementations 2017-06-02 19:05:54 +03:00
volodymyr-babak
613ebc9065 Fixed header and tests 2017-06-01 16:50:37 +03:00
volodymyr-babak
03f0bf5865 Added jpadevicedao implementations 2017-06-01 15:29:32 +03:00
volodymyr-babak
0ce99115cf Fixed entity save and fixed system widgets retrieve 2017-06-01 10:05:55 +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
volodymyr-babak
0e31cd4cb4 Added postgres docker contrainer
Fixed build to run with sql enabled true
2017-05-31 12:48:35 +03:00
volodymyr-babak
2f79950178 Merge remote-tracking branch 'upstream/master' into dao-refactoring-vs 2017-05-30 19:45:58 +03:00
volodymyr-babak
4af67822a1 Fixed dao could not find class exception during tests and added license header 2017-05-30 17:04:16 +03:00
volodymyr-babak
f7bbe2136b Fixed cache functionality. Moved annotation from interface to classes because of Spring bug https://jira.spring.io/browse/SPR-15271 2017-05-30 13:42:28 +03:00
Andrew Shvayka
410d197a34 Fixed Implementation of DAO and services after merge 2017-05-30 13:14:51 +03:00
volodymyr-babak
d1dad3c09a Added config parameter for tests to enable cassandra 2017-05-30 11:54:59 +03:00
Igor Kulikov
ecb5c50d61 UI: Implement Entity relations management. 2017-05-30 10:53:50 +03:00