YevhenBondarenko
5a3f8e344b
refactored DataValidator email pattern
2020-07-08 10:27:51 +03:00
VoBa
4c626c4335
Merge pull request #17 from BohdanSmetanyuk/ce_edge
...
more rest client methods for working with edge
2020-07-07 18:51:05 +03:00
VoBa
3341894223
Merge pull request #21 from deaflynx/feature/edge
...
EdgeEvents with type constants
2020-07-07 18:50:23 +03:00
deaflynx
a30618752f
Minor code refactor in EventTableDirective
2020-07-07 18:34:49 +03:00
deaflynx
12d650c400
Added edgeEventType constants, changed hardcoded values
2020-07-07 18:30:29 +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
35429c942b
Refactored EdgeEvents, cleaned mistakes in code
2020-07-07 12:32:29 +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
deaflynx
1545a8cd76
Fixed EDGE_EVENT events fetch by edgeId
2020-07-07 11:28:15 +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
deaflynx
5ac2ca3a26
Added Downlink edge tab. UI data implementation
2020-07-06 13:27:04 +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
Bohdan Smetaniuk
79020736a6
getEdgeEvents method
2020-07-03 15:33:43 +03:00
Dmytro Shvaika
7d739dfaae
fix PsqlTsDao annotation & sql-ttl services
2020-07-03 14:08:33 +03:00
Bohdan Smetaniuk
15b6574bf2
fix in getEdgeEntityViews
2020-07-01 18:58:21 +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
Bohdan Smetaniuk
b38f8b61f4
added all methods for working with Edge
2020-06-30 18:19:25 +03:00
Volodymyr Babak
b2f4a08209
Added set default edge root rule chain test
2020-06-26 17:04:36 +03:00
nordmif
019ac3d2f8
changed interval to 1/7
2020-06-26 16:24:02 +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
YevhenBondarenko
f81c688c3d
changed validateEmail access modifier to public
2020-06-25 11:46:24 +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
YevhenBondarenko
71bd6001ba
changed validateEmail access modifier to public
2020-06-25 11:43:42 +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
Valerii Sosliuk
5022baa551
Fix Check alarm status
2020-06-24 12:23:22 +03:00