5533 Commits

Author SHA1 Message Date
Dmytro Shvaika
7d739dfaae fix PsqlTsDao annotation & sql-ttl services 2020-07-03 14:08:33 +03:00
YevhenBondarenko
d17ea148f0 refactored schema_update_to_uuid.sql 2020-07-03 13:01:52 +03:00
Igor Kulikov
7a19dee3eb UI: Dynamic filter value configuration 2020-07-03 12:15:11 +03:00
YevhenBondarenko
9aa087a09d refactored UUID upgrade 2020-07-03 12:05:05 +03:00
YevhenBondarenko
adbfb1bf26 refactored UUID upgrade 2020-07-03 12:05:05 +03:00
YevhenBondarenko
bc67dfe12a added UUID upgrade 2020-07-03 12:05:05 +03:00
Igor Kulikov
cf6824cf22 Filter predicate dynamic value 2020-07-02 20:05:34 +03:00
Igor Kulikov
faee8e6bf0 Fix entity field alias resolution 2020-07-02 17:55:15 +03:00
Andrii Shvaika
b707ea090b Query Improvement to use entity field aliases 2020-07-02 17:48:50 +03:00
Andrii Shvaika
134c390cb2 Merge branch 'feature/alarm-data-query' of github.com:thingsboard/thingsboard into feature/entity-data-query 2020-07-02 17:30:19 +03:00
Igor Kulikov
7446e012a6 Introduce Current user alias 2020-07-02 17:30:15 +03:00
Andrii Shvaika
63384d458b Alarm Search queries 2020-07-02 17:24:28 +03:00
vzikratyi
fa79331702 Added default value to 'localDatacenter' 2020-07-02 16:37:27 +03:00
vzikratyi
0a2830e226 Added default datacenter name to test config 2020-07-02 16:37:27 +03:00
vzikratyi
32a3c7b897 Moved hardcoded local datacenter name to config 2020-07-02 16:37:27 +03:00
Igor Kulikov
c6f7862cbf UI: Dashboard filters - user mode 2020-07-02 15:42:58 +03:00
Igor Kulikov
25dae17671 UI: Dashboard filters implementation 2020-07-01 20:09:25 +03:00
Vladyslav_Prykhodko
55e731b7ca Fixed updates the selection list after change entitySubtypeValue 2020-07-01 17:41:27 +03:00
Vladyslav_Prykhodko
2f3c8e952d Fixed showing widget actions after hiding widget title 2020-07-01 00:10:57 +03:00
Vladyslav_Prykhodko
e15fa45232 Added form fields trim to add/edit entity 2020-06-30 23:53:36 +03:00
Igor Kulikov
9600cc0420 UI: Data query - key filters initial implementation. 2020-06-30 19:37:50 +03:00
vzikratyi
b732171611 Removed cache from OAuth2Service 2020-06-30 16:05:10 +03:00
vzikratyi
b9b8b49aef Get OAuth2Params from DB (not cache) 2020-06-30 15:42:37 +03:00
vzikratyi
201ffebc5a Renamed lock in OAuth2Service 2020-06-30 15:10:55 +03:00
vzikratyi
7d5ceaf311 Removed condition on creating ClientRegistrationRepo 2020-06-30 14:58:34 +03:00
Vladyslav_Prykhodko
3400ba2fc0 Fixed not correct plural for the Spanish language 2020-06-30 12:01:13 +03:00
vzikratyi
909a989e14 Removed authorizationGrantType from ClientRegistration 2020-06-26 17:41:00 +03:00
Igor Kulikov
234b8fcf16 Merge branch 'feature/entity-data-query' of github.com:thingsboard/thingsboard into feature/entity-data-query 2020-06-26 17:02:57 +03:00
Igor Kulikov
ec0058614b UI: Handle widget page data overflow. Introduce widget messages toast. Fix entity list sort order. 2020-06-26 17:02:41 +03:00
nordmif
60cceea7da changed aggregation interval to 1/7 2020-06-26 16:31:17 +03:00
nordmif
019ac3d2f8 changed interval to 1/7 2020-06-26 16:24:02 +03:00
Andrii Shvaika
1b14f26dae Tests Fix 2020-06-26 14:53:57 +03:00
Andrii Shvaika
714b7bd779 Tests Fix 2020-06-26 13:49:54 +03:00
Andrii Shvaika
9942231d73 All tests restored 2020-06-26 11:59:28 +03:00
Andrii Shvaika
744cbc16c7 Merge branch 'feature/entity-data-query' of github.com:thingsboard/thingsboard into feature/entity-data-query 2020-06-26 11:46:26 +03:00
Andrii Shvaika
cc1887fc8d Added WS notification on deleted attribute 2020-06-26 11:46:12 +03:00
Igor Kulikov
08983bddf9 UI: Code cleanup. Entities table widget: Additional sorting of resulting page data. 2020-06-26 11:00:00 +03:00
Vladyslav_Prykhodko
cc9e01e208 Add Georgian language 2020-06-26 00:57:20 +03:00
Igor Kulikov
9e27d45394 Merge branch 'feature/entity-data-query' of github.com:thingsboard/thingsboard into feature/entity-data-query 2020-06-25 20:08:22 +03:00
Igor Kulikov
ad47902835 UI: data query widgets improvementas 2020-06-25 20:08:07 +03:00
vzikratyi
a2bf3d687f Added tests for OAuth2Service 2020-06-25 18:22:28 +03:00
vzikratyi
328c827744 Made method 'getAllOAuth2Params' public 2020-06-25 18:05:21 +03:00
vzikratyi
c30e8b3a2d Added method to delete system oauth2 config 2020-06-25 18:04:39 +03:00
vzikratyi
0c7cd1297c Moved static fields and methods to Util class 2020-06-25 17:06:55 +03:00
vzikratyi
0149c4b652 Get System OAuth2 config without tenantId 2020-06-25 16:45:50 +03:00
vzikratyi
d22237796e Allow to pass several domains for oauth2 config (for sys_admin only) 2020-06-25 16:03:22 +03:00
Andrew Shvayka
8cba4400df WS API Improvements 2020-06-25 14:55:58 +03:00
vzikratyi
997821591a Fix work with cacheWriteLock in saveTenantOAuth2 method 2020-06-25 13:53:25 +03:00
YevhenBondarenko
f81c688c3d changed validateEmail access modifier to public 2020-06-25 11:46:24 +03:00
YevhenBondarenko
71bd6001ba changed validateEmail access modifier to public 2020-06-25 11:43:42 +03:00