2184 Commits

Author SHA1 Message Date
Vladyslav_Prykhodko
f1fb7d631e UI: Fixed ws in notification 2023-03-24 16:59:51 +02:00
deaflynx
42277f431b Device profile provision - fix for X509 provision strategy in provisionConfigurationFormGroup:
- added resetFormControls() to reset redundant form controls;
- allowCreateNewDevicesByX509Certificate added required validator;
2023-03-24 13:33:28 +02:00
zbeacon
32b1bf900d Refactoring and added method to get users for assignment to rest client 2023-03-24 10:39:58 +02:00
zbeacon
ba6a83e575 Added getting users for assignment 2023-03-23 21:09:42 +02:00
deaflynx
a3615f11fe Device profile feature X509:
- fix edit form after creation;
- added fields iteration in provisionConfigurationFormGroup for type DISABLED;
2023-03-23 14:03:06 +02:00
deaflynx
1498f264f6 MQTT device profile fix tb-hint 2023-03-23 12:20:20 +02:00
deaflynx
d603e7dbb7 Device profile Transport configuration MQTT profile set max-width tb-hint 2023-03-23 11:52:41 +02:00
deaflynx
8703a2083e Device provision feature X509:
1. Added ng-templates with ngSwitchCase attribute
2. Fix NG0300: Multiple components match node with tagname button
3. Fix max-width for tb-hints
2023-03-23 11:21:44 +02:00
Vladyslav_Prykhodko
daa73dbf53 Merge remote-tracking branch 'klimov/feature/notification-system' into feature/notification-system 2023-03-22 18:22:13 +02:00
deaflynx
86423fdc7b Device profile provision X509 Certificate Chain added dynamic readMore for hint; updated text in hint 2023-03-22 17:31:19 +02:00
deaflynx
d3803f828d Device profile provision strategy -> fix patch values form for X509 Certificate Chain 2023-03-22 13:51:56 +02:00
deaflynx
0e019967e2 Feature X509 Device provision added ui form 2023-03-22 12:13:59 +02:00
Vladyslav_Prykhodko
d4547ade3d UI: Fixed after merge develop/3.5 2023-03-21 17:56:12 +02:00
Vladyslav_Prykhodko
1b2b84e48e Merge remote-tracking branch 'upstream/develop/3.5' into feature/notification-system 2023-03-21 15:32:23 +02:00
Igor Kulikov
1dc78d361f UI: Improve menu sections height calculation. Improve entities table border. 2023-03-21 13:09:20 +02:00
dashevchenko
b42d663670 updated UI to display another default value for wsMessageQueuePerSession (1000 instead of 0) 2023-03-21 12:25:42 +02:00
Vladyslav_Prykhodko
1610cc143b UI: Fix linter error in notification 2023-03-20 16:51:42 +02:00
Igor Kulikov
33b1ba5b83 UI: Improve router tabs component 2023-03-17 16:22:55 +02:00
AndriiD
07e834bee0 Merge remote-tracking branch 'origin/develop/3.5' into feature/work-1385-custom-mqtt-subscribe-topic
# Conflicts:
#	application/pom.xml
#	application/src/test/java/org/thingsboard/server/controller/BaseDeviceProfileControllerTest.java
#	application/src/test/java/org/thingsboard/server/transport/mqtt/AbstractMqttIntegrationTest.java
#	common/actor/pom.xml
#	common/cache/pom.xml
#	common/cluster-api/pom.xml
#	common/coap-server/pom.xml
#	common/dao-api/pom.xml
#	common/data/pom.xml
#	common/edge-api/pom.xml
#	common/message/pom.xml
#	common/pom.xml
#	common/queue/pom.xml
#	common/stats/pom.xml
#	common/transport/coap/pom.xml
#	common/transport/http/pom.xml
#	common/transport/lwm2m/pom.xml
#	common/transport/mqtt/pom.xml
#	common/transport/pom.xml
#	common/transport/snmp/pom.xml
#	common/transport/transport-api/pom.xml
#	common/util/pom.xml
#	common/version-control/pom.xml
#	dao/pom.xml
#	msa/black-box-tests/pom.xml
#	msa/js-executor/pom.xml
#	msa/pom.xml
#	msa/tb-node/pom.xml
#	msa/tb/pom.xml
#	msa/transport/coap/pom.xml
#	msa/transport/http/pom.xml
#	msa/transport/lwm2m/pom.xml
#	msa/transport/mqtt/pom.xml
#	msa/transport/pom.xml
#	msa/transport/snmp/pom.xml
#	msa/vc-executor-docker/pom.xml
#	msa/vc-executor/pom.xml
#	msa/web-ui/pom.xml
#	netty-mqtt/pom.xml
#	pom.xml
#	rest-client/pom.xml
#	rule-engine/pom.xml
#	rule-engine/rule-engine-api/pom.xml
#	rule-engine/rule-engine-components/pom.xml
#	tools/pom.xml
#	transport/coap/pom.xml
#	transport/http/pom.xml
#	transport/lwm2m/pom.xml
#	transport/mqtt/pom.xml
#	transport/pom.xml
#	transport/snmp/pom.xml
#	ui-ngx/pom.xml
#	ui-ngx/src/assets/locale/locale.constant-zh_CN.json
2023-03-17 04:38:18 +02:00
Artem Dzhereleiko
5e212366c2 UI: Fixed height of expation panel for widget settings 2023-03-16 14:30:02 +02:00
Igor Kulikov
41d6f383c6 UI: Entities table header style improvement. 2023-03-16 13:26:58 +02:00
Igor Kulikov
fde346d8e4 UI: Router tabs improvements. Improve entities table to watch router data changes. 2023-03-16 13:07:10 +02:00
Artem Dzhereleiko
1172d1ce77 UI: Fixed expantion panel with hint 2023-03-16 13:05:46 +02:00
Artem Dzhereleiko
e96e355a31 UI: Fixed stepper for device and device profile dialog 2023-03-16 11:05:23 +02:00
Artem Dzhereleiko
8c64b76b14 UI: fix ui 2023-03-15 12:06:47 +02:00
Igor Kulikov
8c2046853d UI: Router tabs improvements 2023-03-13 16:38:14 +02:00
Andrii Shvaika
ab5769a252 Merge with develop/3.5 2023-03-13 15:52:06 +02:00
Vladyslav_Prykhodko
75e0f335b9 UI: Change notification style and send notification error 2023-03-10 18:23:25 +02:00
Artem Dzhereleiko
74b8fe18b2 Merge remote-tracking branch 'upstream/develop/3.5' into AD/refactoring/form-style 2023-03-10 16:20:41 +02:00
Artem Dzhereleiko
dd75ae23b5 UI: fixed VC 2023-03-10 15:56:22 +02:00
Igor Kulikov
926c364575 UI: Router tabs component improvements. Remove alarm rules page. 2023-03-10 14:58:16 +02:00
Igor Kulikov
0780669498 Merge with develop/3.5 2023-03-10 12:56:00 +02:00
Andrew Shvayka
20e4905e84
Merge pull request #8186 from thingsboard/feature/mqtt/sparkplug
MQTT Sparkplug protocol support
2023-03-10 12:45:59 +02:00
Vladyslav_Prykhodko
2863bbadc5 UI: Change notification style 2023-03-09 17:10:09 +02:00
Igor Kulikov
1f036995e3 UI: Flot widget - set normal letter spacing 2023-03-09 15:36:13 +02:00
Vladyslav_Prykhodko
c173cba872 Merge remote-tracking branch 'klimov/feature/notification-system' into feature/notification-system 2023-03-09 14:45:39 +02:00
ViacheslavKlimov
8fcbe876e8 Merge branch 'develop/3.5' into feature/notification-system
# Conflicts:
#	pom.xml
2023-03-08 18:16:16 +02:00
Andrii Shvaika
3477ddac0f Refactoring due to comments 2023-03-08 17:39:39 +02:00
Igor Kulikov
4972d0f43e UI: Map widgets -> reset map state when subscription changed (alias or key filters). 2023-03-08 17:14:44 +02:00
Igor Kulikov
62affb04f9 UI: Fix map widget fit to bounds in draggable mode 2023-03-08 16:25:50 +02:00
Vladyslav_Prykhodko
c5fc212c79 Merge remote-tracking branch 'klimov/feature/notification-system' into feature/notification-system 2023-03-08 15:16:48 +02:00
Vladyslav_Prykhodko
da8962ac54 UI: Change style notification system and improv notification ws 2023-03-08 15:16:07 +02:00
Igor Kulikov
b81612e249 Merge branch 'develop/3.5' of github.com:thingsboard/thingsboard into develop/3.5 2023-03-08 15:00:01 +02:00
Igor Kulikov
e4671e10a6 UI: markdown component and markdown widget improvements 2023-03-08 14:59:49 +02:00
Andrii Shvaika
c905f20224 Merge remote-tracking branch 'origin/develop/3.5' into feature/mqtt/sparkplug 2023-03-08 13:27:17 +02:00
ViacheslavKlimov
a56261ac9d Merge with develop/3.5 2023-03-08 13:11:31 +02:00
Andrew Shvayka
6cc8b8e6a8
Merge pull request #8098 from thingsboard/feature/alarm-assign
Alarm assignment to users
2023-03-08 11:06:55 +02:00
rusikv
411da14083 Moved changed to optional assignee id in alarm query constructor to end 2023-03-07 18:30:58 +02:00
Igor Kulikov
43783f0379 UI: Markdown component and markdown widget style improvements 2023-03-07 18:25:15 +02:00
Andrii Shvaika
c9b37237c1 Merge with develop/3.5 2023-03-07 16:21:57 +02:00