134 Commits

Author SHA1 Message Date
Volodymyr Babak
1b191acace RestClient - add getRuleChains by type. Updated edge_root_rule_chain - remove Success from RPC Call from device to Push to cloud 2022-11-10 17:23:46 +02:00
Igor Kulikov
4d1e5b5a61 Add asset profile API to rest client 2022-09-27 14:33:51 +03:00
Andrii Shvaika
dea933d906 Version set to 3.4.2 2022-08-19 15:25:18 +03:00
Andrii Shvaika
8de1ee776c Fix conflicts. Refactored RandomStringUtils 2022-08-16 11:26:32 +03:00
Andrii Shvaika
a720009b55 Initial DB structure 2022-07-22 18:53:41 +03:00
Andrii Shvaika
fa0433a7eb Version set to 3.4.1-SNAPSHOT 2022-07-19 15:30:16 +03:00
thingsboard
c7daaa571e replace StringUtils usages with in-repository implementation 2022-07-12 12:08:52 +03:00
Volodymyr Babak
b495296930 Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into feature/edge-queues-support 2022-06-30 11:24:10 +03:00
Volodymyr Babak
8d6451bc55 rest client fix - get queue by id. edge controller sql fix - count queue msg 2022-06-30 11:21:52 +03:00
Volodymyr Babak
b95916cdb3 Fix for rest client - get queues by service type and pagelink 2022-06-29 18:19:08 +03:00
Igor Kulikov
4b5e94e3cc Add Version control REST API methods to Rest Client. Remove redudant branch request parameter from some version control REST API methods. 2022-06-29 17:35:13 +03:00
YevhenBondarenko
a5c1cce884 added queue to rest client 2022-05-30 12:30:00 +02:00
Igor Kulikov
dabd25e760 Version set to 3.4.0-SNAPSHOT 2022-02-21 12:19:59 +02:00
Igor Kulikov
312924a19b Version set to 3.3.4-SNAPSHOT 2022-02-07 09:55:37 +02:00
Igor Kulikov
da4c742872 Update license year to 2022 2022-01-17 14:07:46 +02:00
Andrew Shvayka
1f8ccfae38
Merge pull request #5566 from ShvaykaD/rest-client/widget-type-methods
[3.3.3] fixed/added widget type methods in rest client
2021-12-30 13:03:27 +02:00
Igor Kulikov
7187ecfdb1 Version set to 3.3.3-SNAPSHOT 2021-11-24 12:24:27 +02:00
ShvaykaD
225a97c8e4 added new widget type based methods to rest client 2021-11-16 15:10:48 +02:00
ShvaykaD
6f8b52056b fixed widget type based methods in rest client 2021-11-16 15:04:10 +02:00
Dima Landiak
f005f82fe0 fixed rest json converter to parse json array 2021-11-01 09:04:28 +02:00
Andrii Shvaika
4443fbcb27 Refactoring of Save Device With Credentials 2021-10-25 11:43:53 +03:00
nickAS21
e84fbdf654 Lwm2m controller swagger 2021-10-24 23:15:59 +03:00
Igor Kulikov
049627db97 Version set to 3.3.2-SNAPSHOT 2021-09-06 18:55:10 +03:00
Andrii Shvaika
3661647c3a Version set to 3.3.1-SNAPSHOT 2021-08-16 12:39:43 +03:00
Volodymyr Babak
1297fef550 Fixed alarm delete functionality on edge 2021-08-04 12:17:16 +03:00
Igor Kulikov
6a1b2e7e1c
Merge pull request #4985 from DPIclimate/master
Include the limit value in the getTimeseries REST call.
2021-07-30 11:47:49 +03:00
David Taylor
c1fe271f94 Include the limit value in the getTimeseries REST call. 2021-07-28 17:46:23 +10:00
Andrii Shvaika
65ad86bedb RPC v2 to switch from 409 to 504 error code 2021-07-27 13:17:24 +03:00
Andrii Shvaika
4f8bc4b8a8 Reduced log level of the REST client 2021-07-27 11:57:37 +03:00
AndrewVolosytnykhThingsboard
22933e5402 Merge branch 'master' into ota-service-url-validation 2021-07-06 17:44:56 +03:00
Igor Kulikov
69271305d8 Fix typo in rest method 2021-06-22 19:39:46 +03:00
Igor Kulikov
1f9b4c093a Update getOAuth2Clients Rest client method 2021-06-22 14:27:56 +03:00
YevhenBondarenko
e470a032a9 improved countByDeviceProfileAndEmptyOtaPackage api 2021-06-18 17:21:35 +03:00
AndrewVolosytnykhThingsboard
f1216c9720 Url validation for Ota Package and tests 2021-06-16 18:58:55 +03:00
YevhenBondarenko
c3ab678c1b OtaPackage improvements 2021-06-14 12:19:20 +03:00
Igor Kulikov
8e4f8594f7 Refactor OAuth2 settings. Add mobile application parameters: package and callback URL scheme 2021-06-10 11:50:11 +03:00
AndrewVolosytnykhThingsboard
f9713c4fce
Rest client resources and firmware methods (#4522)
* Added methods to RestClient from Resources and Firmware Controllers

* Improvements according to last master

* Refactored for new entity names, added new method from device profile controller
2021-06-03 13:53:37 +03:00
Sergey Matvienko
39f0775766
Thread pool naming CE (#4511)
* added ThingsBoardExecutors and ThingsBoardForkJoinWorkerThreadFactory to define the name for the pool thread

* thread poll named for the AbstractListeningExecutor

* thread poll named for the RestClient. ThingsBoard util dependency added

* most of thread polls named CE

* thread poll name added for telemetry-web-socket-ping

* executors: added custom names for executors (Queue, RuleEngine). Add topic name to the Thread name (useful for JMX and thread dump)

* fixed licence header for a new classes
2021-04-29 14:15:50 +03:00
AndrewVolosytnykhThingsboard
91e0a77afd Fixed incorrect adding of additional parameters to URL in getAlarms method 2021-04-19 17:08:54 +03:00
AndrewVolosytnykhThingsboard
e3caf24a9b Removed redundant parameter for AlarmController, AlarmQuery and RestClient.getAlarms 2021-04-19 17:08:54 +03:00
AndrewVolosytnykhThingsboard
5d64775f67 Correct call of dependent methods 2021-04-19 17:08:54 +03:00
AndrewVolosytnykhThingsboard
fad1040f24 Refactoring: offset added to request URL 2021-04-19 17:08:54 +03:00
AndrewVolosytnykhThingsboard
a100d07daf Fixed incorrect RestClient method getAlarms 2021-04-19 17:08:54 +03:00
Igor Kulikov
04df24c97a Rename getTenantDevices to getDeviceProfiles 2021-04-14 15:08:14 +03: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
Igor Kulikov
8fe6c956c8 Version set to 3.3.0-SNAPSHOT. Code style improvements. 2021-03-04 12:37:38 +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
Igor Kulikov
3255eb9027 Version set to 3.2.2-SNAPSHOT 2021-03-03 12:02:06 +02:00
Andrew Volostnykh
240422aa94 Correction of the same typos 2021-02-24 19:00:50 +02:00
Andrew Volostnykh
72ea3273c7 Fix of incorrect url for getTenantProfiles in REST Client 2021-02-24 19:00:50 +02:00