Volodymyr Babak
9ac73768e8
Added rule chain controller and service get edge rule chains test
2021-05-28 15:34:54 +03:00
ShvaykaD
a764838e62
Coap transport improvements ( #4644 )
...
* added fix for PROD-518 in subscribe to attribute updates get request, added improvements
* updated coap observe requests implementation & updated tests
* updated coap attributes updates tests
* fix typos
2021-05-28 14:19:40 +03:00
nickAS21
6478903dab
RPC: fix bug UUID ( #4636 )
...
* RPC: six bug UUID
* RPC: optimized handleDeviceRPCRequest
* RPC: add json & fix bug test certificate
2021-05-27 18:07:06 +03:00
Andrii Shvaika
78ae90da7a
Restore WARN log level
2021-05-27 12:53:36 +03:00
Andrii Shvaika
9d8a1f0dc5
Merge with master
2021-05-26 19:01:21 +03:00
Andrii Shvaika
15d725570d
Merge with master
2021-05-26 18:41:56 +03:00
YevhenBondarenko
4cd59674ee
refactored LwM2M client credentials for the new UI
2021-05-26 16:51:33 +03:00
Volodymyr Babak
2c826c12cd
added admin setting fetcher
2021-05-20 13:05:21 +03:00
Volodymyr Babak
ddfa1c156c
added connected flag to imitator to avoid error in the test logs
2021-05-19 16:45:36 +03:00
Volodymyr Babak
96ed8f1691
debug code line fix
2021-05-13 10:14:19 +03:00
Volodymyr Babak
4b4d262eeb
Fixes for edge test after latest refactoring
2021-05-13 08:38:28 +03:00
Volodymyr Babak
d3152874fc
Introduced base pageable edge event fetcher
2021-05-12 20:13:40 +03:00
Volodymyr Babak
690bdcc85f
Fixed new user added and not assigned to edge. Added new user test and entity view request test
2021-05-12 19:49:53 +03:00
Volodymyr Babak
ab55619abf
Merge branch 'master' of github.com:thingsboard/thingsboard into edge-3.3
2021-05-12 18:15:52 +03:00
Volodymyr Babak
a76d3a2b70
Cover cases when entities added during edge disconnect. Refactoring
2021-05-12 18:14:51 +03:00
nickAS21
a703dead7b
Lwm2m: add Update Fw && Sw ( #4557 )
...
* Lwm2m: add Update Fw && Fix bug toLwM2mObject (not add Lwm2mObject without resources)
* Lwm2m: fix bug test
* Lwm2m: fw_update_start
* Lwm2m: fw_update send state
* Lwm2m: add registration_store_pool_size: "${LWM2M_REGISTRATION_STORE_POOL_SIZE:100}"
clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}"
* Lwm2m: add Update Execute
* Lwm2m: add Update Execute Successful
* Lwm2m: send state to tningsboard if only Successful
2021-05-11 18:27:35 +03:00
YevhenBondarenko
5bee2b2aec
refactored
2021-05-11 16:32:02 +03:00
YevhenBondarenko
92719c2ac2
added lwm2m x509 test
2021-05-11 16:32:02 +03:00
Igor Kulikov
5cc3a93cb9
Introduce default dashboard for device profile
2021-05-07 18:25:05 +03:00
Andrii Shvaika
4ec25beeb3
LwM2M Integration test
2021-05-06 17:11:24 +03:00
Igor Kulikov
d5b640d602
Add image fields for dashboard and device profile entities. Introduce getAllAlarms and getCustomerAlarms API
2021-05-06 17:01:46 +03:00
Andrii Shvaika
00bd26f1f5
Merge with master
2021-04-30 11:25:56 +03:00
YevhenBondarenko
ca2e08f849
refactoring
2021-04-30 10:58:32 +03:00
YevhenBondarenko
f264aa4330
fixed firmware tests and validation
2021-04-30 10:58:32 +03:00
Sergey Matvienko
42fb44ff31
concurrency test fix TbMsgPackProcessingContextTest (readyLatch). any logs commented to not affect concurrency with sync logger. refactored
2021-04-29 14:16:44 +03:00
Andrii Shvaika
53bf6af23b
Merge branch 'master' of github.com:thingsboard/thingsboard into feature/firmware
2021-04-22 15:52:08 +03:00
Viacheslav Klimov
f89b30777e
Initial implementation for per-customer api usage stats
2021-04-22 13:15:19 +03:00
Andrii Shvaika
279e221523
Merge with master
2021-04-22 10:55:57 +03:00
ShvaykaD
321fb731a6
Support of server-side RPC requests via protobuf for CoAP and MQTT
...
* rpc response schema added
* rpc request proto
* fixed device profile validation
* fix error messages
2021-04-20 11:14:27 +03:00
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
2021-04-16 14:29:57 +03:00
Volodymyr Babak
b034fe04e6
Fix test wait condition
2021-04-15 16:33:57 +03:00
Volodymyr Babak
f2eea6d82b
Do not print disconnect error msg
2021-04-15 16:31:03 +03:00
Volodymyr Babak
0e9f8e91bc
Refactored expected msg count
2021-04-15 10:20:40 +03:00
Volodymyr Babak
dbbb8e3aad
Added support for device profile update msg
2021-04-14 17:57:10 +03:00
Volodymyr Babak
ba1aa7a579
Base Edge test - refactoring and stability fixes. Device Profile processor null pointer exception fix is provision is not set
2021-04-14 16:31:16 +03:00
Volodymyr Babak
206a3d386f
Edge event controller test stabilization
2021-04-14 16:25:17 +03:00
Igor Kulikov
54ba69a82c
Fix code style issues
2021-04-13 13:09:19 +03:00
YevhenBondarenko
401e41f7c3
implemented FirmwareControllerSqlTest
2021-04-12 17:50:12 +03:00
nickAS21
c634859e90
lwm2m: front start add attributes Lwm2m ( #4388 )
...
* lwm2m: front start add attributes Lwm2m
* lwm2m: front finish add attributes Lwm2m for resources
* lwm2m: front add attributes Lwm2m for resources if isAttribte or isTelemetry
* lwm2m: front add attributes Lwm2m for objects if isAttribte or isTelemetry
* lwm2m: back add resource one
* lwm2m: back fix bug resource controller test
2021-04-12 13:16:43 +03:00
Volodymyr Babak
770d3f91f2
Code review changes
2021-04-09 19:38:45 +03:00
Volodymyr Babak
df6f4c9924
Merge remote-tracking branch 'upstream/master' into develop/3.3-edge
2021-04-09 19:04:26 +03:00
Volodymyr Babak
7044e3e40f
Merge remote-tracking branch 'upstream/master' into develop/3.3-edge
2021-03-30 19:35:58 +03:00
nickAS21
9272611ace
lwm2m: back add resource(s)
2021-03-30 16:13:34 +03:00
Yevhen Bondarenko
0d62b2890c
[3.3] added tests for resources ( #4282 )
...
* added TbResourceService test
* fix ResourceService test
* created TbResourceControllerSqlTest
* fixed BaseTbResourceServiceTest
2021-03-24 11:03:13 +02:00
Igor Kulikov
e17de056c2
Merge with master
2021-03-19 12:16:43 +02:00
Volodymyr Babak
0f64b3764f
Merge remote-tracking branch 'upstream/develop/3.3' into develop/3.3-edge
2021-03-16 16:59:15 +02:00
ShvaykaD
c5c8fbd3f7
[3.2.2] [WIP] coap transport ( #4239 )
...
* init CoapDeviceProfile & added ui components
* added transport payload type configuration for default coap device type
* added AbstractCoapTransportResource & updated efento resource
* fixed coap device profile save & update
* fixed Attribute Updates notifications
* revert CoapOkCallback onSuccess changes
* updated provision request to handle proto payload type
* fix license
* updated Rpc subscribe/unsubscribe action
* add more device emulator clients
* added fix for Coap Transport: ability to handle requests with oneElementUriPaths and MultiElementUriPaths
* fix TbCoapServer implementation
* changed response type to CREATED in POST requests
* improved implementation
* fix typos
* minor bug-fixes & improvements
* fix TbCoapServerMessageDeliverer class
* improved relay sensor implementation
* added tests for CoAP transport\
* fix typo
* removed nosql tests
* fix coap endpoint creation & improved getAttributes tests
* transport tests refactoring
2021-03-15 18:18:45 +02:00
Viacheslav Klimov
bc6efa5e1e
[3.3] [PROD-685] Provide user's session expiration when his auth data is changed ( #4201 )
...
* Provide user's session expiration when his auth data is changed
* Provide mock TokenOutdatingService for dao tests
* Increase time gap when checking if token is outdated
* Add license header for TokenOutdatingTest
* Refactor tokens outdating functionality to events usage
* Reset tokens on front-end after changing password
2021-03-15 17:11:23 +02:00
Igor Kulikov
71062f64df
New widget selector backend support
2021-03-05 17:08:46 +02:00
Andrew Shvayka
a3cb9724e3
Merge pull request #4191 from thingsboard/master
...
Merge master to develop 3.3
2021-03-03 15:57:51 +02:00