481 Commits

Author SHA1 Message Date
Igor Kulikov
641db71ce6 Configure UI help assets base url. 2021-10-25 16:03:14 +03:00
Igor Kulikov
72d7c0bb29 Improve optional datasources handling 2021-10-22 11:05:11 +03:00
Igor Kulikov
e2e5694013
Merge pull request #5330 from ArtemDzhereleiko/bug-fix/table/pagination
[3.3.2] UI:Fixed tables pagination after updated
2021-10-21 15:46:47 +03:00
Igor Kulikov
3d52420d17 Fixed map functions. Update map helps. 2021-10-21 15:43:15 +03:00
Igor Kulikov
9bdc56f68c Add widgets help resources. Introduce datasources optional flag for widget type parameters. 2021-10-19 22:22:06 +03:00
Igor Kulikov
4349f14d19 Improve markdown component 2021-10-14 16:02:25 +03:00
Igor Kulikov
b4f230dbc8 Improve markdown component. Add new helps. 2021-10-13 20:35:10 +03:00
Vladyslav_Prykhodko
45961519cd UI: Refactoring code 2021-10-08 19:21:03 +03:00
Igor Kulikov
c93e661e32
Update widget-api.models.ts 2021-10-08 16:58:02 +03:00
ArtemDzhereleiko
e2b0fd6c15 Add compleate to subject and do subscribe if display pagination turn on 2021-10-08 13:05:44 +03:00
Igor Kulikov
ea039008b1 Add help support for rule node script test dialog 2021-10-07 13:10:44 +03:00
ArtemDzhereleiko
c8ce826b7c Fix pagination on timewindow updated 2021-10-07 12:36:27 +03:00
Igor Kulikov
ff293ae1f4 Add popover directive/services. Add help directive with markdown. Fix leaflet map memory leaks. 2021-10-06 21:03:29 +03:00
Vladyslav Prykhodko
d08e6dba5d UI: Added global scope variables in javascript functions 2021-09-28 08:41:39 +03:00
deaflynx
fc9bb430d8 Changed indexOf -> includes in getEdgeEventContent 2021-09-21 15:35:52 +03:00
deaflynx
02567a728e getEdgeEventContent() refactored 2021-09-21 13:16:13 +03:00
deaflynx
4981db7aeb Edge downlinks fixes:
- show entity.body for POST_ATTRIBUTES, ATTRIBUTES_UPDATED, ATTRIBUTES_DELETED, TIMESERIES_UPDATED;
- update status pending/deployed color without refresh page;
- for RELATION type show empty 'entityId';
2021-09-21 07:28:22 +03:00
Vladyslav_Prykhodko
547055bb4e UI: Fixed not updated data for timeseries widget in NONE aggregation type 2021-09-16 11:49:42 +03:00
YevhenBondarenko
ffe16b8dfb Merge remote-tracking branch 'upstream/master' into feature/bulk-import/device-credentials
# Conflicts:
#	ui-ngx/src/app/modules/home/components/import-export/import-export.service.ts
2021-09-09 17:18:28 +03:00
Volodymyr Babak
60acd6f56a Code review changes 2021-09-08 17:30:25 +03:00
Volodymyr Babak
cd78514bc0 Added correct alias filtering for edge disabled/enabled events 2021-09-08 15:44:31 +03:00
Viacheslav Klimov
bd1cfa4491 Merge branch 'master' into feature/bulk-import/device-credentials
# Conflicts:
#	application/src/main/java/org/thingsboard/server/controller/EdgeController.java
2021-09-07 16:32:22 +03:00
Vladyslav_Prykhodko
5f60c5514c UI: Fixed load counter - requests were not counted when cancel them 2021-09-01 12:44:15 +03:00
Igor Kulikov
104d03443a Fix HTTP interceptor loading state handling 2021-08-31 19:34:49 +03:00
Igor Kulikov
e3fdb70b2e
Merge pull request #5122 from blackstar-baba/master
Fix: resources-library page can't be redirected
2021-08-25 12:43:45 +03:00
Igor Kulikov
6e8f6fd701
Merge pull request #4958 from ChantsovaEkaterina/feature/charts-comparison-custom-interval
[3.3.1] UI: add custom interval option to charts comparison
2021-08-25 12:32:23 +03:00
blackstar-baba
ba6d18b1b2
Fix: resources-library page can't be redirected
In SysAdmin HomePage, "resources-library" page can't be redirected
2021-08-21 15:17:56 +08:00
Viacheslav Klimov
e33a336ed9 Merge remote-tracking branch 'origin/master' into feature/bulk-import/device-credentials
# Conflicts:
#	application/src/main/java/org/thingsboard/server/controller/DeviceController.java
#	application/src/main/java/org/thingsboard/server/controller/EdgeController.java
#	common/dao-api/src/main/java/org/thingsboard/server/dao/device/DeviceService.java
#	ui-ngx/src/app/core/http/device.service.ts
2021-08-09 12:27:53 +03:00
Vladyslav_Prykhodko
ec2e097229 UI: Add parse persistent RPC status for send RPC command 2021-08-06 18:56:35 +03:00
Vladyslav_Prykhodko
90c84f84d0 UI: Add control widget support persistent command (Add settings: persistent and persistentPollingInterval) 2021-08-06 18:56:35 +03:00
Igor Kulikov
b5f4434173
Merge pull request #5026 from kalutkaz/fixDeleteEntityTimeseries
[3.3.0] AttributeService: Fixed startTs and endTs for deleteEntityTimeseries
2021-08-04 18:44:47 +03:00
Vladyslav_Prykhodko
2696c1b8ec UI: Implementation of new endpoint for bulk import 2021-08-04 17:46:45 +03:00
Kalutka Zhenya
82bdb6acf1 Refactoring 2021-08-04 10:46:24 +03:00
Kalutka Zhenya
b8a3b8ae14 Fixed startTs, endTs in deleteEntityTimeseries 2021-08-03 17:00:23 +03:00
Viacheslav Klimov
41e572490e Merge branch 'feature/bulk-import/device-credentials' of https://github.com/vvlladd28/thingsboard into feature/bulk-import 2021-08-03 16:05:36 +03:00
Vladyslav_Prykhodko
7515ce7a3d UI: Added new function openDashboardStateInSeparateDialog to widget context 2021-08-02 18:22:01 +03:00
Vladyslav_Prykhodko
5a90921889 UI: Change PRC error code 408 to 504 2021-07-27 19:10:32 +03:00
Andrii Shvaika
65ad86bedb RPC v2 to switch from 409 to 504 error code 2021-07-27 13:17:24 +03:00
Igor Kulikov
e1afbe6667 Control visibility and order of dashboard in mobile application. Ability to hide widgets in mobile mode. Fix dashboard state changes processing. 2021-07-22 15:44:40 +03:00
Chantsova Ekaterina
40252c99b1 UI: add custom interval option to charts comparison 2021-07-22 15:39:57 +03:00
Vladyslav_Prykhodko
e3bf26e2a3 UI: Added support different credentials type to device bulk import 2021-07-16 12:28:42 +03:00
Chantsova Ekaterina
aa10e577bc UI: add method to get latest telemetry to Attribute service 2021-07-13 11:23:15 +03:00
Vladyslav_Prykhodko
8ce022b03c UI: Add support RPC request persistent parameter 2021-07-12 12:24:53 +03:00
Igor Kulikov
40ae4f6865 Fix conflicts 2021-07-02 12:24:46 +03:00
Vladyslav_Prykhodko
74d2a3ebaf UI: Refactoring LWM2M device profile transport configuration Servers tab 2021-06-22 16:56:26 +03:00
Igor Kulikov
db9ef3e976
Merge pull request #4762 from YevhenBondarenko/feature/ota-improvements
improved countByDeviceProfileAndEmptyOtaPackage api
2021-06-18 17:30:37 +03:00
YevhenBondarenko
e470a032a9 improved countByDeviceProfileAndEmptyOtaPackage api 2021-06-18 17:21:35 +03:00
Igor Kulikov
c45c720c71
Merge pull request #4646 from deaflynx/edge/path-and-menu-update
Edge: path and menu updates
2021-06-18 17:00:45 +03:00
Igor Kulikov
5afc39eb60
Merge pull request #4726 from vvlladd28/improvement/device-profile/lwm2m/server-security-ota-update
UI: Refactoring lwm2m device profile: security server config and ota update strategy
2021-06-11 19:50:38 +03:00
Vladyslav_Prykhodko
51814f4017 UI: Refactoring lwm2m device profile: security server config and ota update strategy 2021-06-11 17:28:54 +03:00