Viacheslav Klimov
030d80d05a
CustomerId to TbMsg and SessionInfo
5 years ago
Andrii Shvaika
0ff4e6ac0d
Improvements to the TbMsg to support CustomerId
5 years ago
Viacheslav Klimov
3db3385571
Enable/disable usage stats per customer from config
5 years ago
Viacheslav Klimov
9d045e231b
Refactor DefaultTbApiUsageClient
5 years ago
Viacheslav Klimov
62979e8006
Refactor
5 years ago
Viacheslav Klimov
ecf86b53ba
Provide usage stats for sysTenant; refactor
5 years ago
Viacheslav Klimov
f89b30777e
Initial implementation for per-customer api usage stats
5 years ago
Vladyslav_Prykhodko
9900cc3d97
Updated ui rule node
5 years ago
AndrewVolosytnykhThingsboard
c7269528fa
[PROD-881] Dynamic alarm severity in Create Alarm Rule Node ( #4393 )
* Dynamic alarm severity feature added
* Tests for dynamic alarm severity added
* Removed redundant imports
* Join front-end part
* Refactoring: create of method processAlarmSeverity, remove incorrect solution and process severity in correct places
* Correct updating of alarm parsed from msg data
* Removed redundant operations
* Correct exceptions throwing
5 years ago
ShvaykaD
321fb731a6
Support of server-side RPC requests via protobuf for CoAP and MQTT
* rpc response schema added
* rpc request proto
* fixed device profile validation
* fix error messages
5 years ago
nickAS21
51b0d50542
Lwm2m discovery ( #4438 )
* Lwm2m: fix bug delete zero updateAttribute
* Lwm2m: front add select binding
* Lwm2m: discovery only for test
* Lwm2m: remove type_cast_enabled from the main branch.
* Lwm2m: remove type_cast_enabled from the main branch.
* Lwm2m: remove type_cast_enabled from the main branch.
* Lwm2m: remove double code.
5 years ago
Sergey Matvienko
cb9450104e
device count performance for 100k+ devices per tenant. Added additional tests for the DeviceService
5 years ago
AndrewVolosytnykhThingsboard
91e0a77afd
Fixed incorrect adding of additional parameters to URL in getAlarms method
5 years ago
AndrewVolosytnykhThingsboard
e3caf24a9b
Removed redundant parameter for AlarmController, AlarmQuery and RestClient.getAlarms
5 years ago
AndrewVolosytnykhThingsboard
5d64775f67
Correct call of dependent methods
5 years ago
AndrewVolosytnykhThingsboard
fad1040f24
Refactoring: offset added to request URL
5 years ago
AndrewVolosytnykhThingsboard
a100d07daf
Fixed incorrect RestClient method getAlarms
5 years ago
Sergey Matvienko
e17ba0531d
rule chain: fixed conflict after cherry-pick. removed createRelation and deleteRelation. It moved to the AbstractEntityService before
5 years ago
Sergey Matvienko
8b653d7065
rule chain. implemented save/update/delete @Transactional . Added sync DAO methods to run in transaction. Moved loadRuleChainMetaData outside of saveRuleChainMetaData transaction
5 years ago
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
5 years ago
Andrii Shvaika
e7fd07652e
Removed code duplicates and fixed one minor issue
5 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
5 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
5 years ago
Sergey Matvienko
08d9ea302f
logback: logger template added for Top Rule Nodes by max execution time
5 years ago
Sergey Matvienko
562637ad34
ZKDiscoveryService: fix potential outdated server info on recalculatePartitions. info logs added on application event
5 years ago
Sergey Matvienko
e64b1074a7
queue consumer: added queue check on the very first poll in the lifecycle before any subscribe method calls
5 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
5 years ago
Igor Kulikov
3362ab37da
Fix show dashboard logo in fullscreen mode
5 years ago
Igor Kulikov
9d8c144e74
Merge pull request #4428 from vvlladd28/improvement/dashboard-logo/translate
UI: Refactoring dashboard logo translation
5 years ago
Vladyslav_Prykhodko
a4347776ad
UI: Refactoring dashboard logo translation
5 years ago
Igor Kulikov
5d9ea35fd9
Merge pull request #4284 from TTvanWillegen/master
UI: Added show logo option in dashboard settings [Issue #3544 ]
5 years ago
Vladyslav_Prykhodko
9b2009a501
UI: Refactoring dashboard logo
5 years ago
Andrii Shvaika
e508925168
Fix for statistics collection period
5 years ago
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
5 years ago
Vladyslav_Prykhodko
936171b80b
UI: Improvement event statistics filter
5 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
5 years ago
Andrii Shvaika
2df1177ed9
Replace StringUtils with our implementation
5 years ago
Igor Kulikov
8f63eb5222
Merge pull request #4418 from volodymyr-babak/edge/refactoring
Do not print disconnect error msg inside tests
5 years ago
Volodymyr Babak
b034fe04e6
Fix test wait condition
5 years ago
Volodymyr Babak
cc1b42f93d
Merge branch 'master' of github.com:thingsboard/thingsboard into edge/refactoring
5 years ago
Volodymyr Babak
f2eea6d82b
Do not print disconnect error msg
5 years ago
Igor Kulikov
eb16527e4d
Merge pull request #4410 from volodymyr-babak/edge/refactoring
Edge test stabilization fixes. Edge minor refactoring
5 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>
5 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
5 years ago
Volodymyr Babak
0e9f8e91bc
Refactored expected msg count
5 years ago
Volodymyr Babak
dbbb8e3aad
Added support for device profile update msg
5 years ago
Volodymyr Babak
c78823332b
Merge branch 'master' of github.com:thingsboard/thingsboard into edge/refactoring
5 years ago
Volodymyr Babak
ba1aa7a579
Base Edge test - refactoring and stability fixes. Device Profile processor null pointer exception fix is provision is not set
5 years ago
Volodymyr Babak
206a3d386f
Edge event controller test stabilization
5 years ago
Igor Kulikov
b187d762f9
Revert load default edge rule chains for demo data
5 years ago