1306 Commits

Author SHA1 Message Date
Bohdan Smetaniuk
f17a4d2bc2 fixes 2020-07-31 17:45:26 +03:00
Bohdan Smetaniuk
76b35010c7 WidgetTypes fetch feature 2020-07-31 15:53:22 +03:00
Bohdan Smetaniuk
5af7eb8221 WidgetsBundles fetch feature 2020-07-30 18:58:04 +03:00
Volodymyr Babak
2b3e195c20 Merge remote-tracking branch 'upstream/develop/2.5.3' into feature/edge 2020-07-28 17:38:45 +03:00
vzikratyi
0ccf7f13d1 Moved 'stats' to separate module 2020-07-24 11:28:27 +03:00
vzikratyi
1700cf7707 Added producer stats to 'transport' services 2020-07-24 11:28:27 +03:00
YevhenBondarenko
a84160a153 created azure iot hub rule node 2020-07-24 11:23:06 +03:00
YevhenBondarenko
557d392847 fix license header 2020-07-21 15:10:01 +03:00
YevhenBondarenko
69895e5ac0 configuration improvements 2020-07-21 15:10:01 +03:00
VoBa
9db41693bd
Merge pull request #26 from BohdanSmetanyuk/bug/assign_entity_views_to_edge
fix in EntityViewUpdateMsg constructing
2020-07-16 16:49:49 +03:00
Bohdan Smetaniuk
daeb963195 fix in EntityViewUpdateMsg constructing 2020-07-16 16:34:18 +03:00
Andrii Shvaika
7da95d3bfa More debug logs 2020-07-16 09:08:16 +03:00
Bohdan Smetaniuk
e571bf24b6 complited attributes update and attributes delete feature 2020-07-15 19:37:01 +03:00
Bohdan Smetaniuk
6ede96ef48 fix for POST_ATTRIBUTES_REQUEST 2020-07-15 14:54:25 +03:00
Bohdan Smetaniuk
d81804ac8d scope replaced to EntityDataProto 2020-07-14 19:22:31 +03:00
Bohdan Smetaniuk
2b14fa3634 fixed bug with saving server attributes in client scope 2020-07-14 15:38:21 +03:00
Andrii Shvaika
af1f6229bb Improved logging of failed and timeout messages 2020-07-14 10:34:20 +03:00
Andrew Shvayka
8808c268ae
Merge pull request #3076 from YevhenBondarenko/develop/2.5.3-batch-improvements
Develop/2.5.3 batch improvements
2020-07-10 20:21:30 +03:00
YevhenBondarenko
e77127019f Ts batch improvements 2020-07-10 12:46:47 +03:00
VoBa
6d0ff4d8f2
Merge pull request #22 from BohdanSmetanyuk/bug/alarms
bug with alarms fixed
2020-07-09 17:30:30 +03:00
Bohdan Smetaniuk
6b153ee2ad bug with alarms fixed 2020-07-09 13:57:04 +03:00
Volodymyr Babak
6c3d2d986e Added edge state. Added edge id and cloud type to proto 2020-07-07 17:59:12 +03:00
VoBa
d43edb83fd
Merge pull request #20 from BohdanSmetanyuk/feature/edge_event_controller
added check permissions
2020-07-07 14:21:39 +03:00
Bohdan Smetaniuk
9fdcd6a429 check permissions 2020-07-07 13:47:10 +03:00
deaflynx
bdc37d3eb0 Merged with BohdanSmetanyuk: added DefaultEdgeNotificationService,BaseEdgeEventControllerTest,EdgeEventControllerNoSqlTest,EdgeEventControllerSqlTest 2020-07-07 11:33:45 +03:00
deaflynx
978efe60fc Added EdgeEventController.java 2020-07-07 11:31:16 +03:00
Bohdan Smetaniuk
4621d28e33 deleted unused fields 2020-07-06 19:34:31 +03:00
Bohdan Smetaniuk
1fe848b042 deleted unused imports 2020-07-06 19:32:10 +03:00
Bohdan Smetaniuk
9e124cf9b1 deleted .lck file 2020-07-06 19:18:15 +03:00
Bohdan Smetaniuk
51bfc91f14 fixes in EdgeEventControllerTest and in relation processing 2020-07-06 19:15:08 +03:00
vzikratyi-tb
89419c6999
Prometheus Metrics (#3052)
* Moved resetting ruleEngineStats to Consumer

* Moved counters to Map in TbCoreConsumerStats

* Added actuator and MetricsService

* Added metrics to core and rule_engine consumers

* Replaced summary with counters

* Removed most setters and getters from TbRuleEngine stats

* Added stats to Transport consumer

* Added JsInvoke actuator stats

* Removed MetricsService
2020-07-06 14:47:36 +03:00
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
Dmytro Shvaika
7d739dfaae fix PsqlTsDao annotation & sql-ttl services 2020-07-03 14:08:33 +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
79c9473554 Merge remote-tracking branch 'vbabak/feature/edge' into bug/device_credentials_from_edge 2020-06-26 13:34:49 +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
d1c1b44499 Fixed multithread issue with gRPC session - push from a single thread 2020-06-25 11:32:55 +03:00
Volodymyr Babak
3d8db0dbc8 Removed unused options 2020-06-24 09:21:23 +03:00
Volodymyr Babak
79bf245932 Added Relation and Credentials Request Messages 2020-06-23 19:13:27 +03:00
Volodymyr Babak
b0e08a263a Refactoring & renaming 2020-06-22 19:00:42 +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