Andrii Shvaika
e7fd07652e
Removed code duplicates and fixed one minor issue
6 years ago
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
6 years ago
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
6 years ago
Sergey Matvienko
08d9ea302f
logback: logger template added for Top Rule Nodes by max execution time
6 years ago
Sergey Matvienko
562637ad34
ZKDiscoveryService: fix potential outdated server info on recalculatePartitions. info logs added on application event
6 years ago
Sergey Matvienko
e64b1074a7
queue consumer: added queue check on the very first poll in the lifecycle before any subscribe method calls
6 years ago
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
6 years ago
Igor Kulikov
3362ab37da
Fix show dashboard logo in fullscreen mode
6 years ago
Igor Kulikov
9d8c144e74
Merge pull request #4428 from vvlladd28/improvement/dashboard-logo/translate
UI: Refactoring dashboard logo translation
6 years ago
Vladyslav_Prykhodko
a4347776ad
UI: Refactoring dashboard logo translation
6 years ago
Igor Kulikov
5d9ea35fd9
Merge pull request #4284 from TTvanWillegen/master
UI: Added show logo option in dashboard settings [Issue #3544 ]
6 years ago
Vladyslav_Prykhodko
9b2009a501
UI: Refactoring dashboard logo
6 years ago
Andrii Shvaika
e508925168
Fix for statistics collection period
6 years ago
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
6 years ago
Vladyslav_Prykhodko
936171b80b
UI: Improvement event statistics filter
6 years ago
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
6 years ago
Andrii Shvaika
2df1177ed9
Replace StringUtils with our implementation
6 years ago
Igor Kulikov
8f63eb5222
Merge pull request #4418 from volodymyr-babak/edge/refactoring
Do not print disconnect error msg inside tests
6 years ago
Volodymyr Babak
b034fe04e6
Fix test wait condition
6 years ago
Volodymyr Babak
cc1b42f93d
Merge branch 'master' of github.com:thingsboard/thingsboard into edge/refactoring
6 years ago
Volodymyr Babak
f2eea6d82b
Do not print disconnect error msg
6 years ago
Igor Kulikov
eb16527e4d
Merge pull request #4410 from volodymyr-babak/edge/refactoring
Edge test stabilization fixes. Edge minor refactoring
6 years ago
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>
6 years ago
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
6 years ago
Volodymyr Babak
0e9f8e91bc
Refactored expected msg count
6 years ago
Volodymyr Babak
dbbb8e3aad
Added support for device profile update msg
6 years ago
Volodymyr Babak
c78823332b
Merge branch 'master' of github.com:thingsboard/thingsboard into edge/refactoring
6 years ago
Volodymyr Babak
ba1aa7a579
Base Edge test - refactoring and stability fixes. Device Profile processor null pointer exception fix is provision is not set
6 years ago
Volodymyr Babak
206a3d386f
Edge event controller test stabilization
6 years ago
Igor Kulikov
b187d762f9
Revert load default edge rule chains for demo data
6 years ago
Volodymyr Babak
2f07283876
Removed upload of demo edge rule chains
6 years ago
Igor Kulikov
6c93ed0142
Merge pull request #4405 from ShvaykaD/fix/event-and-component-descriptor-dao
fixed typo in AbstractComponentDescriptorInsertRepository and AbstractEventInsertRepository
6 years ago
Igor Kulikov
c1e09038cf
Merge pull request #4404 from deaflynx/improvement/edge/rule-chains-routes
UI: Edge rulechains: open from 'edge' scope
6 years ago
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
6 years ago
Igor Kulikov
1142502e6a
Merge pull request #4391 from vvlladd28/feature/multiple-file-input
UI: Added multiple-file-input; Add support load multiple resource
6 years ago
Igor Kulikov
8fcb609a03
Merge pull request #4377 from vvlladd28/improvement/calculate-min-interval
UI: Fixed incorrect calculate minIntervalLimit
6 years ago
Igor Kulikov
eea073a1ce
Merge pull request #4372 from vvlladd28/bug/dashboard/ExpressionChangedAfterItHasBeenCheckedError
UI: Fixed error: Expression has changed after it was checked.
6 years ago
Igor Kulikov
168b8d86eb
Merge pull request #4368 from YevhenBondarenko/develop/3.3-lwm2m-queue-mode
lwm2m queue mode
6 years ago
Igor Kulikov
0aa5b06c1d
Merge branch 'ChantsovaEkaterina-feature/json-input-widget'
6 years ago
Igor Kulikov
3e014ea3cb
Fix merge conflicts.
6 years ago
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
6 years ago
Igor Kulikov
8088dc7159
Merge pull request #4360 from vvlladd28/bugs/maps/parse-data
UI: Fixed multiple datasource processing data in map widgets
6 years ago
Igor Kulikov
247e871e29
Merge pull request #4353 from vvlladd28/improvement/web-config/localhost
Fixed local environment variable resolve assets page 404
6 years ago
Igor Kulikov
d1c103d3d3
Merge pull request #4350 from blackstar-baba/master
Fixed title ex when make rule chain root in chinese
6 years ago
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
6 years ago
Igor Kulikov
d28312ef96
Merge pull request #4341 from vvlladd28/improvement/time-window/mobile
UI: Improvement mobile view timeWindow; Add show time in 24 format
6 years ago
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
6 years ago
Igor Kulikov
59b5f7352e
Merge pull request #4327 from vvlladd28/bug/validator/alarm-rule
UI: Fixed alarm rules validation in change keyType or valueType
6 years ago
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
6 years ago
Igor Kulikov
04df24c97a
Rename getTenantDevices to getDeviceProfiles
6 years ago