3391 Commits

Author SHA1 Message Date
Bohdan Smetaniuk
0cf800d0a8 test, license 2020-07-06 12:25:15 +03:00
Bohdan Smetaniuk
3c3da12e29 added EdgeEventController 2020-07-03 15:42:07 +03:00
deaflynx
cd2e89e834 Merge branch 'feature/edge' of github.com:volodymyr-babak/thingsboard into feature/edge 2020-07-01 11:18:54 +03:00
Volodymyr Babak
6ffaca2541 Merge branch 'feature/edge' of github.com:volodymyr-babak/thingsboard into feature/edge 2020-07-01 09:29:44 +03:00
Volodymyr Babak
bf5f90d271 Added support for user update. Push notification to rule engine in case device was created 2020-07-01 09:27:16 +03:00
Volodymyr Babak
b2f4a08209 Added set default edge root rule chain test 2020-06-26 17:04:36 +03:00
VoBa
4462455c0a
Merge pull request #15 from BohdanSmetanyuk/bug/device_credentials_from_edge
bug fixed by DeviceCredentials creation
2020-06-26 13:35:34 +03:00
Volodymyr Babak
79c9473554 Merge remote-tracking branch 'vbabak/feature/edge' into bug/device_credentials_from_edge 2020-06-26 13:34:49 +03:00
VoBa
5b413a4b21
Merge pull request #12 from BohdanSmetanyuk/ce_edge
methods for working with Edge
2020-06-26 13:29:58 +03:00
Volodymyr Babak
d76b9eff68 Changed default rule chain types on nodes 2020-06-26 13:13:59 +03:00
deaflynx
b5d99e504f Minor naming change in default edge rule chains 2020-06-26 12:57:38 +03:00
Volodymyr Babak
4cf29e2d89 Added support for dashboard telemetry and attributes update 2020-06-26 11:53:16 +03:00
Volodymyr Babak
a5d75e3800 Removed CREDENTIALS type. Use action instead 2020-06-25 18:06:02 +03:00
Volodymyr Babak
4b9642fc11 Moved getEdgeEventTypeByEntityType to EdgeUtils 2020-06-25 17:32:34 +03:00
Bohdan Smetaniuk
e832759eef bug by DeviceCredentials creation 2020-06-25 16:48:32 +03:00
Volodymyr Babak
125130193d Ignore EDGE relation 2020-06-25 15:58:59 +03:00
Volodymyr Babak
486ea8e065 Renaming 2020-06-25 15:50:57 +03:00
Volodymyr Babak
963b2274ec Code clean up 2020-06-25 15:47:44 +03:00
Volodymyr Babak
214cc7a906 Merge branch 'feature/edge' of github.com:volodymyr-babak/thingsboard into feature/edge 2020-06-25 11:45:15 +03:00
Volodymyr Babak
d1c1b44499 Fixed multithread issue with gRPC session - push from a single thread 2020-06-25 11:32:55 +03:00
Bohdan Smetaniuk
1cfb7fa501 removed wildcard import 2020-06-25 10:53:12 +03:00
VoBa
075561953f
Merge pull request #14 from BohdanSmetanyuk/bug/no_telemetry_on_edge_from_cloud
fixed bug + some refractoring
2020-06-25 10:42:48 +03:00
Bohdan Smetaniuk
53eb60e67d fixes 2020-06-24 15:58:08 +03:00
Bohdan Smetaniuk
cd70b6fb54 fixed bug + some refractoring 2020-06-24 12:39:58 +03:00
Volodymyr Babak
3d8db0dbc8 Removed unused options 2020-06-24 09:21:23 +03:00
Volodymyr Babak
f046b62e42 Merge branch 'feature/edge' of github.com:volodymyr-babak/thingsboard into feature/edge 2020-06-23 19:13:39 +03:00
Volodymyr Babak
79bf245932 Added Relation and Credentials Request Messages 2020-06-23 19:13:27 +03:00
VoBa
2a1deb2bc1
Merge pull request #13 from BohdanSmetanyuk/bug/undefined_rule_chain_type_ui
fixed bug with undefined rule chain type
2020-06-23 18:55:42 +03:00
Volodymyr Babak
b0e08a263a Refactoring & renaming 2020-06-22 19:00:42 +03:00
Bohdan Smetaniuk
1f57524851 fixed bug with undefined rule chain type 2020-06-22 18:26:00 +03:00
deaflynx
eacb7dcb2e Merge remote-tracking branch 'origin/feature/edge' into feature/edge 2020-06-21 20:48:25 +03:00
deaflynx
c9d995858c Dashboard unused edge service deleted 2020-06-21 20:46:56 +03:00
Volodymyr Babak
de11d1ce3d Test fixed. Other small updates 2020-06-19 16:46:33 +03:00
Volodymyr Babak
f5ab5d7a25 Revert particular methods 2020-06-19 10:05:27 +03:00
Volodymyr Babak
21ee2aec11 Merge remote-tracking branch 'upstream/develop/2.5.3' into feature/edge 2020-06-18 19:24:34 +03:00
Volodymyr Babak
8462481ebf Refacroting of pushing edge notification events 2020-06-18 18:57:01 +03:00
Volodymyr Babak
f4baab4969 Edge Notifitcation Service 2020-06-18 13:30:45 +03:00
YevhenBondarenko
8d9a5875ec added use system proxy properties 2020-06-17 10:56:45 +03:00
Volodymyr Babak
cd2908fb59 Refactoring notification engine 2020-06-16 16:49:27 +03:00
YevhenBondarenko
306674511c fix bug in DefaultTbQueueRequestTemplate when responses is empty tickTs did not update 2020-06-16 11:41:31 +03:00
Yevhen Bondarenko
ebed307757
Added proxy configs to rest api call rule node (#2943)
* Added proxy configs to rest api call rule node

* added validation proxyHost and proxyPort

* refactored checkProxyPort

* TbHttpClient improvements
2020-06-16 10:13:22 +03:00
Yevhen Bondarenko
7a555fca8d
removed Apache Email Validator (#2945)
* removed Apache Email Validator

* improvements Email Validator regex

* refactored Email Validator
2020-06-15 12:37:43 +03:00
Volodymyr Babak
600c9ec565 Refactoring of notification to edge. Added EdgeNotificationService and queue msg proto 2020-06-14 22:24:25 +03:00
Bohdan Smetaniuk
66b3b1eca4 methods for working with Edge 2020-06-12 18:48:21 +03:00
Volodymyr Babak
e8afd97605 Pushed users from CE to edge 2020-06-12 10:36:03 +03:00
Volodymyr Babak
ab1014bf16 Formatting and license fix 2020-06-11 20:28:06 +03:00
Volodymyr Babak
3fc18988be Added update relation msg functionality 2020-06-11 20:10:47 +03:00
Volodymyr Babak
3a416131c6 Added relation update msg. Push relation to the edge on sync 2020-06-11 19:25:31 +03:00
Volodymyr Babak
a726b34860 Send updated in case CONFLICT msg 2020-06-11 16:49:45 +03:00
Andrii Shvaika
eaff2406db Hotfix of upgrade script. 2020-06-11 14:26:15 +03:00