imbeacon
ed5b528964
Updated unassign for alarms, on user removing to be transactional
3 years ago
imbeacon
25778ce451
Moved unassign to async processing, added to customer controller, to unassign customer users alarms on customer removing
3 years ago
YevhenBondarenko
ac2aac8aa7
refactored due to comments
3 years ago
YevhenBondarenko
68149d9673
added recalculetePartitions delay for node restart
3 years ago
Sergey Matvienko
161d7c3eda
Cassandra: unlimited cached thread pool replaced with limited pool to prevent stack memory peaks. New env CASSANDRA_QUERY_RESULT_PROCESSING_THREADS introduced.
3 years ago
imbeacon
5f8d6176a5
Fix for removing user from sysadmin level alarm unassignment
3 years ago
YevhenBondarenko
5b2918de95
minor improvements
3 years ago
YevhenBondarenko
d9c39c362e
refactored due to comments
3 years ago
Igor Kulikov
df8585c1b6
UI: Implement Value card widget settings. Improve widget container layout.
3 years ago
YevhenBondarenko
329a24c019
added sparkplug
3 years ago
YevhenBondarenko
b8253b139b
fixed tests
3 years ago
YevhenBondarenko
3c6c565732
added docker coap commands and refactoring
3 years ago
dashevchenko
8b19b5d169
added curl command for mqtts
3 years ago
Vladyslav_Prykhodko
03b49f1ddd
Clear code
3 years ago
Igor Kulikov
9d8a9943bf
UI: Add value card widget. Introduce tb-icon component to handle both font and svg (mdi) icons.
3 years ago
dashevchenko
2ad30336ea
deleted valur for mqqtt docker command when creds are X509
3 years ago
dashevchenko
d99c08fbbb
changed response data structure
3 years ago
rusikv
34033cb7b0
Fix for update JSON attribute widget required time-series data key instead attribute key
3 years ago
dashevchenko
fc499c74e3
deleted redundant imports
3 years ago
dashevchenko
db46b7988d
refactored code to take into account operating system
3 years ago
dashevchenko
295a145d2d
fixed tests
3 years ago
dashevchenko
c3e775c353
added mqtt server chain certificate
3 years ago
Sergey Matvienko
5eebbf8985
web socket handler tests added. ws msg queue fixed the last msg pickup (and msg order as result)
3 years ago
Sergey Matvienko
0bff839951
TbWebSocketHandler.checkLimits refactored to extract IO session.close() call from synchronized scope
3 years ago
Sergey Matvienko
b236969d00
TbWebSocketHandler.SessionMetaData removed synchronization to avoid deadlock with WsSession that already have its own lock
3 years ago
Igor Kulikov
7861a3fbad
UI: Metrial icons selector
3 years ago
dashevchenko
80dfb3c529
deleted redundant imports
3 years ago
dashevchenko
cce56b9547
added test
3 years ago
dashevchenko
d6978ff102
added swagger response body example
3 years ago
dashevchenko
9ddc5e5b8d
added resource delete validation
3 years ago
dashevchenko
21329bf74e
refactoring
3 years ago
dashevchenko
2eeb3a1639
refactoring
3 years ago
dashevchenko
bb71ae39c3
added tests
3 years ago
dashevchenko
14216a4882
fixed security transport cases
3 years ago
Igor Kulikov
76e201bd3b
UI: Alarms table widget advanced appearance config.
3 years ago
YevhenBondarenko
3be53a3605
fixed saveDeviceWithCredentials api
3 years ago
dashevchenko
9274a8811e
minor refactoring
3 years ago
dashevchenko
3baa12ce77
refactored config properties
3 years ago
Igor Kulikov
c7823a26af
UI: Alarms table widget basic config.
3 years ago
dashevchenko
fee8aa359a
refactoring
3 years ago
Igor Kulikov
fbc082c00c
UI: Update charts bundle.
3 years ago
nickAS21
66ec7e523f
swagger_device_controller: refactoring device credentials with 4 mode security
3 years ago
dashevchenko
e2ba34bbf3
refactoring
3 years ago
dashevchenko
eab633632a
added cache for TBResourceInfo
3 years ago
Igor Kulikov
987d41f329
UI: Timeseries table basic config
3 years ago
nickAS21
1cb74577d5
swagger_device_controller: refactoring fix bug example request - X509, MQTT_BASIC
3 years ago
nickAS21
7ff353a4d9
swagger_device_controller: fix bug example request - X509, MQTT_BASIC
3 years ago
ViacheslavKlimov
d0cbf4efd1
Add acknowledged and cleared properties to AlarmNotificationInfo
3 years ago
Volodymyr Babak
4a0ff8b968
Edge event seq ( #82 )
* edge event - added seq id auto generated column to fix issue with concurrent write of multiple edge events with the same created time
* kotlin Pair replaced by springframework class
* Handle cases when seq_id column started new cycle
* Added check for null in case entity was deleted
* GeneralEdgeEventFetched - sort order by seqId and not created time
* Edge event table - added migration script to add seq_id column
* Code review updates to be in sync with PE
* Improved handling cases when edge_event.seqId started new cycle
* Edge event table - seq_id column make to be cycled
* Improved handling of cases when seq_id column of edge_event table started new cycle
* Improved stability by properly handling exceptions
3 years ago
nickAS21
2986700795
swugger_device_controller: fix bug example request - AccessToken, Lwm2m_RPK
3 years ago