2511 Commits

Author SHA1 Message Date
Illia Barkov
0751824c33
Merge branch 'develop/3.2' into feature/device-provision-3.2-onlyProfileVersion 2020-10-06 12:47:03 +03:00
Andrii Shvaika
c0934b959b Fix for Cassandra Unit 2020-10-06 12:40:29 +03:00
zbeacon
fd80cda30a Added TbCoreComponent annotation 2020-10-06 09:50:47 +03:00
Bohdan Smetaniuk
6081ed1ad0 fixed message amount 2020-10-05 18:15:36 +03:00
Bohdan Smetaniuk
97d2d66151 test coverage for Customer, EntityView, WidgetsBundle, WidgetType entities + request messages 2020-10-05 16:53:11 +03:00
Andrii Shvaika
0675c7cf4c Adding rule node state table to the upgrade 2020-10-05 15:28:45 +03:00
zbeacon
9a022c1a52 Merge branch 'develop/3.2' of https://github.com/thingsboard/thingsboard into feature/device-provision-3.2-onlyProfileVersion 2020-10-05 15:24:18 +03:00
Bohdan Smetaniuk
8ad8e2d797 refactored imports 2020-10-05 12:04:49 +03:00
Bohdan Smetaniuk
74a69d8a1e test for sync Edge 2020-10-05 12:02:20 +03:00
Bohdan Smetaniuk
1d89cbc191 Merge branch 'feature/edge' of https://github.com/volodymyr-babak/thingsboard into feature/sync_edge_from_controller 2020-10-05 11:34:40 +03:00
Andrii Shvaika
b5bfb082b7 Merge branch 'develop/3.2' of github.com:thingsboard/thingsboard into develop/3.2 2020-10-05 11:34:37 +03:00
Bohdan Smetaniuk
898b7570a5 fixes 2020-10-05 11:07:32 +03:00
zbeacon
6eac10d60c Merge branch 'develop/3.2' of https://github.com/thingsboard/thingsboard into feature/device-provision-3.2-onlyProfileVersion 2020-10-05 09:19:01 +03:00
zbeacon
8c9dda1b4d Added ability to provision device using protobuf 2020-10-05 08:51:51 +03:00
Bohdan Smetaniuk
e09b97100b tests refactored 2020-10-02 19:29:35 +03:00
Andrii Shvaika
080a5f1587 Rule Node States 2020-10-02 17:55:40 +03:00
Bohdan Smetaniuk
773b856c25 tested attributes updated/post attributes separation 2020-10-02 15:34:54 +03:00
Bohdan Smetaniuk
51cbdf6622 Merge branch 'feature/edge' of https://github.com/volodymyr-babak/thingsboard into testing 2020-10-02 14:28:37 +03:00
Bohdan Smetaniuk
c9dcbda18d ui side + handle exceptions 2020-10-02 14:21:52 +03:00
Valerii Sosliuk
17053118e1 rule chain bulk import export 2020-10-02 13:54:06 +03:00
ShvaykaD
9fef6b02a3
[3.2] Feature/Proto Converter (#3423)
* device post-telemetry & post-attributes & claim

* device rpc to/from server & attributes request, attributes updates

* refactoring & added implementation for gateway protos api

* added timeseries/attributes mqtt tests

* fix MqttTimseriesIntegrationTest values asserts

* mqtt attributes tests improvements

* optimized time for telemetry & attributes tests

* update proto files, refactoring converter, attribute requests tests

* added claim tests, attribute request test

* added deleted keys to gateway response on attributes request & refactored tests

* added attribute updates test & refactored attribute requests tests

* added attribute updates tests for gateways

* added tests for RPC

* fix tests & cleanup code

* fix typo & cleanup transport.proto file

* added more timeouts

* revert handleGetAttributesRequest method

* revert package-locks

* fix getJsonObjectForGateway method

* fix validateSharedResponseGateway method in AbstractMqttAttributesRequestIntegrationTest

* fix mqtt topics

* fix license headers

* refactor tests

* remove todo and lck files from pull

* improvements for claiming tests

* update device creation logic from gateway request

* refactoring

* extract TransportService process calls to private methods

* fix duplicates & removed empty lines
2020-10-02 11:31:27 +03:00
zbeacon
1bb1f5be8b Refactoring 2020-10-02 10:42:34 +03:00
Bohdan Smetaniuk
93363f81bb sync edge api 2020-10-01 20:12:24 +03:00
vzikratyi
1f1cc84a92 Changed getting redirectUri 2020-10-01 18:43:44 +03:00
vzikratyi
6b41fb9c0e Refactored and used MiscUtils 2020-10-01 18:06:20 +03:00
vzikratyi
c7e236499e Added support for multiple domains in OAuth2 config 2020-10-01 17:22:17 +03:00
Bohdan Smetaniuk
ed4d5a69dd fixes 2020-10-01 16:00:06 +03:00
Bohdan Smetaniuk
20c794884a attributes updated/post attributes separation 2020-10-01 13:55:30 +03:00
zbeacon
2704696f2b Moved provisionDeviceKey as regular column 2020-10-01 12:23:12 +03:00
Andrii Shvaika
c8f8901a7f Merge with master 2020-09-30 13:11:58 +03:00
Andrii Shvaika
aac5ae9f00 Merge with 2.5 2020-09-30 12:52:30 +03:00
YevhenBondarenko
86db82170e changed notifyDevice default value to false 2020-09-30 12:24:39 +03:00
YevhenBondarenko
b925149e7a added field notifyDevice for TbMsgAttributesNode in demo data 2020-09-30 12:24:39 +03:00
YevhenBondarenko
e41d69b1a8 shared Attributes update improvements (If the update of the shared attributes is originated by the user's REST API call - we push it to the device, if the update arrives from the device, we will not push it back to the device by default.) 2020-09-30 12:24:39 +03:00
Bohdan Smetaniuk
64e60de9bc processing future + attributes node refactoring 2020-09-29 17:10:09 +03:00
Bohdan Smetaniuk
8059274002 fixed attributes saving 2020-09-29 15:24:18 +03:00
Bohdan Smetaniuk
9e21525158 code coverage for processors and telemetry constructor 2020-09-29 13:43:35 +03:00
Vladyslav_Prykhodko
e740e4368a Added parameter filter for transport type in deviceProfile API 2020-09-29 10:18:32 +03:00
zbeacon
70b8647ef4 Refactoring to use provision data only from device profile 2020-09-28 15:16:38 +03:00
zbeacon
1e44303473 removed debuging 2020-09-28 14:24:46 +03:00
Volodymyr Babak
02585823fc Properly hanlde gRPC session timeout 2020-09-28 11:04:02 +03:00
Volodymyr Babak
7644aa4342 Added edge update config handler 2020-09-25 17:29:33 +03:00
Volodymyr Babak
8f5fefa0a0 Compilation fix 2020-09-25 16:59:47 +03:00
Volodymyr Babak
78a7e67641 Test fixed 2020-09-25 16:42:00 +03:00
Volodymyr Babak
f28721cc47 Added additional info 2020-09-25 16:04:10 +03:00
Volodymyr Babak
ca587ae7cc Merge branch 'feature/edge' of github.com:volodymyr-babak/thingsboard into feature/edge 2020-09-25 15:22:10 +03:00
Volodymyr Babak
b67e21604b Added edge license key and cloud endpoint 2020-09-25 15:22:03 +03:00
Bohdan Smetaniuk
fd32ba1761 concurrency fixes 2020-09-25 12:04:38 +03:00
Bohdan Smetaniuk
199c175396 deleted logs and wildcard imports 2020-09-24 19:06:28 +03:00
Bohdan Smetaniuk
8eda901fee added countDownLatch for saving time 2020-09-24 19:03:02 +03:00