Sergey Matvienko
27788790df
dependency upgrade: grpc.version up to 1.36.0. explicitly added protobuf-java-util due to grpc not depends on it anymore
2021-04-19 13:18:55 +03:00
Andrii Shvaika
e7fd07652e
Removed code duplicates and fixed one minor issue
2021-04-19 13:16:55 +03:00
Valerii Sosliuk
b8291be084
Update Latest TS by timestamp
...
There is a bug when the historic data arrives and overrides the value
with morerecent timestamp in ts_kv_latest table. This PR adds
possibility to update the ts_kv_latest table only if the value that
arrives has the newer timestamp than the one that is already in
ts_kv_latest
2021-04-19 12:53:40 +03:00
Sergey Matvienko
3228312cdb
alarms count: performance fix based on pg_stat analysis. Counters queries refactored as two subqueries: inner join (count with relations) + left 'anti' join (count without relations). AlarmServiceSqlTest passed. CE
2021-04-19 12:41:44 +03:00
Sergey Matvienko
08d9ea302f
logback: logger template added for Top Rule Nodes by max execution time
2021-04-19 12:41:19 +03:00
Sergey Matvienko
562637ad34
ZKDiscoveryService: fix potential outdated server info on recalculatePartitions. info logs added on application event
2021-04-19 12:40:22 +03:00
Sergey Matvienko
e64b1074a7
queue consumer: added queue check on the very first poll in the lifecycle before any subscribe method calls
2021-04-19 12:40:22 +03:00
Sergey Matvienko
b35ce062a7
queue consumer: implemented nonblocking subscribe method to prevent locks on repartition event. moved message decoding out of the lock to reduce locking time. using monotonic time instead wall-clock. added debug messages
2021-04-19 12:40:22 +03:00
Igor Kulikov
3362ab37da
Fix show dashboard logo in fullscreen mode
2021-04-16 17:58:49 +03:00
Igor Kulikov
9d8c144e74
Merge pull request #4428 from vvlladd28/improvement/dashboard-logo/translate
...
UI: Refactoring dashboard logo translation
2021-04-16 15:51:47 +03:00
Vladyslav_Prykhodko
a4347776ad
UI: Refactoring dashboard logo translation
2021-04-16 15:40:44 +03:00
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
Andrii Shvaika
e508925168
Fix for statistics collection period
2021-04-16 14:34:39 +03:00
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
2021-04-16 14:29:57 +03:00
Vladyslav_Prykhodko
936171b80b
UI: Improvement event statistics filter
2021-04-16 12:17:13 +03:00
nickAS21
4a6e0c7aae
Lwm2m fix bug 19 ( #4422 )
...
* 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
* Lwm2m: transport fix bug Write attribute through the shared attribute does not work for Object 19
2021-04-16 12:12:11 +03:00
Andrii Shvaika
2df1177ed9
Replace StringUtils with our implementation
2021-04-16 11:16:59 +03:00
Igor Kulikov
8f63eb5222
Merge pull request #4418 from volodymyr-babak/edge/refactoring
...
Do not print disconnect error msg inside tests
2021-04-15 20:13:42 +03:00
Volodymyr Babak
b034fe04e6
Fix test wait condition
2021-04-15 16:33:57 +03:00
Volodymyr Babak
cc1b42f93d
Merge branch 'master' of github.com:thingsboard/thingsboard into edge/refactoring
2021-04-15 16:31:20 +03:00
Volodymyr Babak
f2eea6d82b
Do not print disconnect error msg
2021-04-15 16:31:03 +03:00
Igor Kulikov
eb16527e4d
Merge pull request #4410 from volodymyr-babak/edge/refactoring
...
Edge test stabilization fixes. Edge minor refactoring
2021-04-15 15:35:54 +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
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
c78823332b
Merge branch 'master' of github.com:thingsboard/thingsboard into edge/refactoring
2021-04-14 16:59:30 +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
b187d762f9
Revert load default edge rule chains for demo data
2021-04-14 16:19:03 +03:00
Volodymyr Babak
2f07283876
Removed upload of demo edge rule chains
2021-04-14 16:14:47 +03:00
Igor Kulikov
6c93ed0142
Merge pull request #4405 from ShvaykaD/fix/event-and-component-descriptor-dao
...
fixed typo in AbstractComponentDescriptorInsertRepository and AbstractEventInsertRepository
2021-04-14 16:11:37 +03:00
Igor Kulikov
c1e09038cf
Merge pull request #4404 from deaflynx/improvement/edge/rule-chains-routes
...
UI: Edge rulechains: open from 'edge' scope
2021-04-14 16:10:31 +03:00
Igor Kulikov
0940ce8494
Merge pull request #4403 from deaflynx/fix/edge/entity-tables-and-component-actions
...
UI: Fixed: entity tables config for edge_customer_user; edge component; translation
2021-04-14 16:08:20 +03:00
Igor Kulikov
1142502e6a
Merge pull request #4391 from vvlladd28/feature/multiple-file-input
...
UI: Added multiple-file-input; Add support load multiple resource
2021-04-14 16:02:03 +03:00
Igor Kulikov
8fcb609a03
Merge pull request #4377 from vvlladd28/improvement/calculate-min-interval
...
UI: Fixed incorrect calculate minIntervalLimit
2021-04-14 15:58:16 +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
168b8d86eb
Merge pull request #4368 from YevhenBondarenko/develop/3.3-lwm2m-queue-mode
...
lwm2m queue mode
2021-04-14 15:55:18 +03:00
Igor Kulikov
0aa5b06c1d
Merge branch 'ChantsovaEkaterina-feature/json-input-widget'
2021-04-14 15:52:44 +03:00
Igor Kulikov
3e014ea3cb
Fix merge conflicts.
2021-04-14 15:52:23 +03:00
Andrew Shvayka
a84103f1e4
Restore old Nashorn sandbox version until bug in library is fixed ( #4408 )
...
* Restore old nashorn sandbox version until bug in library is fixed
* Change version of Nashorn Sandbox to 0.1.16
2021-04-14 15:31:51 +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
247e871e29
Merge pull request #4353 from vvlladd28/improvement/web-config/localhost
...
Fixed local environment variable resolve assets page 404
2021-04-14 15:27:20 +03:00
Igor Kulikov
d1c103d3d3
Merge pull request #4350 from blackstar-baba/master
...
Fixed title ex when make rule chain root in chinese
2021-04-14 15:25:47 +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
d28312ef96
Merge pull request #4341 from vvlladd28/improvement/time-window/mobile
...
UI: Improvement mobile view timeWindow; Add show time in 24 format
2021-04-14 15:17:38 +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
Igor Kulikov
477d640e65
Merge pull request #4318 from vvlladd28/bug/profiles/sys-admin/select-home-dashboard
...
UI: Fixed error access is forbidden in the system admin change profile
2021-04-14 15:12:08 +03:00