749 Commits

Author SHA1 Message Date
Igor Kulikov
5d9ea35fd9
Merge pull request #4284 from TTvanWillegen/master
UI: Added show logo option in dashboard settings [Issue #3544]
2021-04-16 15:31:29 +03:00
Vladyslav_Prykhodko
9b2009a501 UI: Refactoring dashboard logo 2021-04-16 14:59:35 +03:00
Vladyslav_Prykhodko
936171b80b UI: Improvement event statistics filter 2021-04-16 12:17:13 +03:00
Andrew Shvayka
e08d1b2c07
Feature/event filters
* Event filter implementation

* Removed redundant imports

* convert createdTime to column name

* UI: Added ui to filter events parameters

* Case sensitivity fixed, boolean Is Error added

* UI: Added support event filter for error

* Improvement for implementation of Event Filter

* UI: Refactoring event filter

* UI: Add trim

* Filter added for all event types

* UI: Updated filter events for new API

* Refactoring

* Code cleaning. Debug Rule Chain added

* Removed redundant casts in JpaBaseEventDao, correct created_time check

* Removed redundant abstract method in DebugEvent

* refactoring of the filter queries

* Filters for debug events

* UI: Refactoring event table panel

Co-authored-by: AndrewVolosytnykhThingsboard <avolostnykh@thingsboard.io>
Co-authored-by: Vladyslav_Prykhodko <vprykhodko@thingsboard.io>
Co-authored-by: AndrewVolosytnykhThingsboard <77969531+AndrewVolosytnykhThingsboard@users.noreply.github.com>
2021-04-15 12:05:04 +03:00
nickAS21
d6979e54da
lwm2m: back: Write Attributes - start (#4402)
* lwm2m: back: Write Attributes - start

* lwm2m: front: fis bug disable instances

* lwm2m: transport: attr/discavery start

* lwm2m: transport: attributeLwm2m after update profile

* lwm2m: transport: attributeLwm2m after update profile (no delete attribute)

* Lwm2m: back: test

* Lwm2m: back: test2

* Lwm2m: back: test3
2021-04-15 11:53:45 +03:00
Igor Kulikov
eea073a1ce
Merge pull request #4372 from vvlladd28/bug/dashboard/ExpressionChangedAfterItHasBeenCheckedError
UI: Fixed error: Expression has changed after it was checked.
2021-04-14 15:57:29 +03:00
Igor Kulikov
3e014ea3cb Fix merge conflicts. 2021-04-14 15:52:23 +03:00
Igor Kulikov
8088dc7159
Merge pull request #4360 from vvlladd28/bugs/maps/parse-data
UI: Fixed multiple datasource processing data in map widgets
2021-04-14 15:30:34 +03:00
Igor Kulikov
2eafc77cd4
Merge pull request #4345 from vvlladd28/bug/widget-selector/filter-type
UI: Fixed didn't save widget type filter in widgets selector
2021-04-14 15:18:19 +03:00
Igor Kulikov
6517d7937a
Merge pull request #4331 from vvlladd28/bug/control-widget/switch-control
UI: Fixed switch control widget, didn't update state after get value in call RPC
2021-04-14 15:15:53 +03:00
Igor Kulikov
59b5f7352e
Merge pull request #4327 from vvlladd28/bug/validator/alarm-rule
UI: Fixed alarm rules validation in change keyType or valueType
2021-04-14 15:14:39 +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
df6f4c9924 Merge remote-tracking branch 'upstream/master' into develop/3.3-edge 2021-04-09 19:04:26 +03:00
Igor Kulikov
a207e31841 Merge with master 2021-04-09 12:40:43 +03:00
Vladyslav_Prykhodko
45277c8789 UI: Fixed error: Expression has changed after it was checked. 2021-04-06 11:57:48 +03:00
mdheer
38f81df839
Merge branch 'master' into dashboard_logo 2021-04-06 00:38:48 +02:00
mdheer
7fb88eca20 added functionality that lets you specify the path to the desired custom logo from the settings menu 2021-04-06 00:34:31 +02:00
Chantsova Ekaterina
51125df8a2 Add JSON input widget 2021-04-05 20:56:15 +03:00
mdheer
9b5ec2e569 logo is only shown in fullscreen 2021-04-05 17:45:01 +02:00
Vladyslav_Prykhodko
aabf5c792a UI: Fixed multiple datasource processing data in map widgets 2021-04-02 17:06:01 +03:00
Vladyslav_Prykhodko
74e20e2c68 UI: Fixed didn't save widget type filter in widgets selector 2021-03-31 16:49:56 +03:00
Volodymyr Babak
7044e3e40f Merge remote-tracking branch 'upstream/master' into develop/3.3-edge 2021-03-30 19:35:58 +03:00
Vladyslav_Prykhodko
766594a7aa UI: Fixed switch control widget, didn't update state after get value in call rpc 2021-03-29 19:03:44 +03:00
Vladyslav_Prykhodko
903a8fdc27 UI: Fixed alarm rules validation in change keyType or valueType 2021-03-29 15:01:10 +03:00
nickAS21
23373b055e lwm2m: front fix bug profile updateObserve 2021-03-29 11:13:26 +03:00
nickAS21
8b23bd999f lwm2m: front fix bug create profile lwm2mConfig default 2021-03-27 07:37:58 +02:00
nickAS21
156c8cc287 lwm2m: front fix bug create profile lwm2mConfig 2021-03-26 16:34:20 +02:00
nickAS21
0710d272a1 lwm2m: front fix bug create device lwm2mConfig default 2021-03-26 12:34:36 +02:00
Igor Kulikov
3e8824c529 UI: Improved dashboard load performance by optimizing widget header template. 2021-03-23 13:17:02 +02:00
bishwasregmi
86263cbff5 Merge branch 'master' of https://github.com/thingsboard/thingsboard
[Issue 3544] dashboard logo feature added
2021-03-22 23:09:01 +01:00
mdheer
e7fe89f589 Added dashboard logo checkbox 2021-03-22 22:21:25 +01:00
Igor Kulikov
dfcc5ec52e UI: Improve interval timestamp range calculation. 2021-03-20 01:27:19 +02:00
nickAS21
bc21db007b
Lwm2m add resource fix (#4272)
* lwm2m: add objectKeyId to back and front profile

* lwm2m: front^ strategy - select

* lwm2m: back fix bag

* lwm2m: back fix bag2

* lwm2m: back fix bag3
2021-03-19 15:55:10 +02:00
Igor Kulikov
e17de056c2 Merge with master 2021-03-19 12:16:43 +02:00
nickAS21
0aad16c599 lwm2m: front^ strategy - select 2021-03-19 11:28:40 +02:00
nickAS21
201476f912 lwm2m: add objectKeyId to back and front profile 2021-03-19 11:28:40 +02:00
Igor Kulikov
1e8fc7086b Device profile import/export support 2021-03-19 10:07:26 +02:00
bishwasregmi
9a747d49b1 added example white label logo(of TU Delft) to dashboard toolbar 2021-03-18 21:59:30 +01:00
Igor Kulikov
5de2e7b631
Merge pull request #4269 from ChantsovaEkaterina/improvement/extend-admin-widgets-settings
UI: Update admin widgets with settings recently added to Entities table
2021-03-18 20:29:05 +02:00
Chantsova Ekaterina
89072d6b44 Update admin widgets with settings recently added to Entities table 2021-03-18 19:55:28 +02:00
Igor Kulikov
934981432f Improve comparison timewindow 2021-03-18 19:45:45 +02:00
Igor Kulikov
7bce418c43 Revert "UI: Added comparison support timezone - flot widget" 2021-03-18 16:29:02 +02:00
Vladyslav_Prykhodko
f4b6798a16 UI: Added comparison support timezone 2021-03-18 15:56:07 +02:00
Igor Kulikov
3ed49e3f02 Add timezone support for timewindow 2021-03-17 18:38:57 +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
Igor Kulikov
d61890a96a
Merge pull request #4236 from vvlladd28/improvement/validate/entityId
UI: Added validate EntityId before update dashboard state
2021-03-12 14:32:48 +02:00
Vladyslav_Prykhodko
b8cc971e72 UI: Added validate EntityId before update dashboard state 2021-03-12 13:07:19 +02:00
Igor Kulikov
7ff92cf5f4
Merge pull request #4235 from ChantsovaEkaterina/feature/extend-table-widget-settings
UI: extend table widget settings
2021-03-12 12:47:20 +02:00
Chantsova Ekaterina
63a0421b89 Merge remote-tracking branch 'upstream/master' into feature/extend-table-widget-settings 2021-03-12 12:18:10 +02:00