Igor Kulikov
ea56b2a168
UI: Timeseries line chart config.
3 years ago
ShvaykaD
e32dc47ea5
added upgrade script for check field presence node && PROD-2217
3 years ago
Andrew Shvayka
8930d9fa93
Merge pull request #8849 from thingsboard/swagger_device_credentials_update
swagger_device_controller: refactoring device credentials with 4 mode…
3 years ago
Andrew Shvayka
ab56f651c7
Merge pull request #8839 from dashevchenko/resourceInfoCache
Added cache for resource info
3 years ago
ViacheslavKlimov
6eb4510e2a
User notification settings - by notification type
3 years ago
ShvaykaD
8beb81cf8d
added tests for check relation presence node & test for TbMsgType and ActionType & refactoring
3 years ago
nickAS21
66ec7e523f
swagger_device_controller: refactoring device credentials with 4 mode security
3 years ago
Andrew Shvayka
707244a7ea
Merge pull request #8830 from volodymyr-babak/edge-event-seq-id
Edge event table - added sequential ID column to handle properly heavy load and cluster cases
3 years ago
Andrew Shvayka
0363e53705
Merge pull request #8808 from volodymyr-babak/app-init-sequence
HotFix - fixed init of rule chains - init only on APP_INIT msg
3 years ago
Andrew Shvayka
e3a1f62d94
Merge pull request #8823 from thingsboard/fix_bug_device_create_with_credentials_swagger_3
[fix_bug][3.5.2] swagger_device_controller: regactoring example request "create device with credential"
3 years ago
YevhenBondarenko
aa814b8628
added corresponding tests
3 years ago
dashevchenko
f70fba33f0
added cache config properties
3 years ago
dashevchenko
e2ba34bbf3
refactoring
3 years ago
Igor Kulikov
c1b83cb276
Merge pull request #8834 from ChantsovaEkaterina/bug/widget-data-not-loading-for-particular-timewindow-intervals
Fixed loading widget data for 'previous quarter' and 'previous half year' timewindow intervals
3 years ago
Igor Kulikov
b563a68fb2
Merge pull request #8832 from vvlladd28/feature/notification/clear-alarm/style
Remove specify alarm notification style for cleared alarm notification
3 years ago
Igor Kulikov
404c476ec3
Merge pull request #8831 from ArtemDzhereleiko/AD/bug-fix/timeseries-table-widget/display-columns-without-sources
Fixed Timeseries table widget display columns without sources
3 years ago
Igor Kulikov
5f5a0d261c
Merge pull request #8828 from ArtemDzhereleiko/AD/bug-fix/alarm-rule/clear-alarm-rule-width
Fixed width Clear alarm rule section
3 years ago
Igor Kulikov
7dad4cbf2f
Merge pull request #8826 from deaflynx/fix/prod-2207/display-analogue-gauge-values
[3.5.2] Fix prod-2207: display correctly analogue gauge values
3 years ago
Igor Kulikov
57224dc99e
Merge pull request #8821 from ArtemDzhereleiko/AD/bug-fix/rule-node/selected-z-index
Added z-index for selected rule node
3 years ago
Igor Kulikov
a9766c0883
Merge pull request #8814 from ChantsovaEkaterina/bug/dashboard-state-selection-on-mobile
Fixed dashboard state selection in toolbar on mobile view
3 years ago
Igor Kulikov
3b30769e44
Merge pull request #8812 from ArtemDzhereleiko/AD/imp/rule-chain/rule-chain-icon
Added icon for rule chain selector
3 years ago
Igor Kulikov
ef471e66e6
Merge pull request #8784 from ArtemDzhereleiko/AD/bug-fix/notification-center/notify-again
Fixed 'Notify again' dialog in notification center
3 years ago
Igor Kulikov
af1bc4f26d
Merge pull request #8740 from ArtemDzhereleiko/AD/bug-fix/oauth2-trackby
Fixed OAuth2 deletion domains/mobile applications/providers settings
3 years ago
Igor Kulikov
c10531f53c
Merge pull request #7793 from ArtemDzhereleiko/AD/feature/flot-selection
Add "Enable selection mode" settings with touch event for bar/state/line chart-widgets
3 years ago
ShvaykaD
f01b2d6595
fix typo in TbelInvokeServiceTest
3 years ago
ShvaykaD
27b1d3f5d5
fix typo in NashornJsInvokeServiceTest
3 years ago
ShvaykaD
0c4c8353de
refactoring & added tests for alarm status filter node & entity and msg type switch nodes & check field presence
3 years ago
dashevchenko
eab633632a
added cache for TBResourceInfo
3 years ago
YevhenBondarenko
e3867486b5
fixed update inactivity timeout attribute
3 years ago
ShvaykaD
3478b020ef
merge with develop/3.5.2
3 years ago
rusikv
fd6d699bec
Merge remote-tracking branch 'upstream/develop/3.5.2' into feature/test-rulenode-script-function-with-selected-event
3 years ago
Igor Kulikov
0d661ba6cc
UI: Timeseries table config improvement
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
Vladyslav_Prykhodko
c870e03eb2
UI: Hide alarm style in notification when alarm cleared
3 years ago
rusikv
95878afcfb
Test rule node script function with selected event implementation
3 years ago
Chantsova Ekaterina
bb59a50b60
UI: fixed loading widget data for 'previous quarter' and 'previous half year' timewindow intervals
3 years ago
ViacheslavKlimov
d0cbf4efd1
Add acknowledged and cleared properties to AlarmNotificationInfo
3 years ago
Artem Dzhereleiko
9fceba291c
UI: Fixed display columns without sources
3 years ago
Vladyslav
165543c598
Merge pull request #8819 from ArtemDzhereleiko/feature/account-notification-settings
User notification settings
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
Artem Dzhereleiko
5cee7e7d7f
UI: Fixed width clear alarm rule section
3 years ago
Artem Dzhereleiko
6dfd0a5439
UI: Fixed routing path for fullscreen mode
3 years ago
deaflynx
5ca63db71e
Fix for PROD-2207. Display decimal values in Analog gauge widgets.
3 years ago
Artem Dzhereleiko
d50e05bb5d
UI: Refactoring
3 years ago
nickAS21
2986700795
swugger_device_controller: fix bug example request - AccessToken, Lwm2m_RPK
3 years ago
Artem Dzhereleiko
bd3bce7827
UI: Add z-index for selected rule node
3 years ago
Artem Dzhereleiko
3e2b52b500
UI: refactoring style
3 years ago
Artem Dzhereleiko
961e34a44a
UI: refactoring
3 years ago