YevhenBondarenko
cc79b02603
added default credentials provider chain for aws sqs consumer and producer
2020-08-03 17:29:42 +03:00
Jan Schumann
3d9f1cf1e3
enable default credential provider chain for aws sqs
2020-08-03 17:29:42 +03:00
Dmytro Shvaika
158436b141
fix typo
2020-08-03 16:41:33 +03:00
Dmytro Shvaika
2b95d6cbae
changed logic to report activity & improvements for clear alarm node
2020-08-03 16:41:33 +03:00
Dima Landiak
fea2f8799e
improvements
2020-08-03 10:16:22 +03:00
Dima Landiak
287e4bbb5e
fix test
2020-08-03 10:16:22 +03:00
Dima Landiak
a167b39b44
fixes
2020-08-03 10:16:22 +03:00
Dima Landiak
ac007bea24
device swap feature init
2020-08-03 10:16:22 +03:00
Bohdan Smetaniuk
f17a4d2bc2
fixes
2020-07-31 17:45:26 +03:00
VoBa
c6e1b47126
Merge pull request #29 from BohdanSmetanyuk/fix/filtering_edge_events
...
filtering EdgeEvents with TIMESERIES_UPDATE
2020-07-31 17:19:05 +03:00
Bohdan Smetaniuk
76b35010c7
WidgetTypes fetch feature
2020-07-31 15:53:22 +03:00
Bohdan Smetaniuk
71a3fa68f1
fixes
2020-07-31 11:38:25 +03:00
Volodymyr Babak
ce746b4f91
Fixed license header
2020-07-31 11:13:07 +03:00
Volodymyr Babak
6182b622dd
Introduced Edge Lifecycle. Update Edge session configuration
2020-07-31 10:13:03 +03:00
Bohdan Smetaniuk
c4d7f52cf3
filtering EdgeEvents with TIMESERIES_UPDATE
2020-07-30 19:46:33 +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