22485 Commits (20dcb9e066ebf1ab303e59cd59caa857fbba7676)
 

Author SHA1 Message Date
ViacheslavKlimov dc1a8dc35e Merge remote-tracking branch 'origin/develop/3.6.4' into hotfix/3.6.3 2 years ago
rusikv dad8176e37 UI: reconfig of 'Rule engine statistics' and 'API usage' to enable 'QUEUE_STATS' after echarts update 2 years ago
Viacheslav Klimov 89a1c44673
Merge pull request #10311 from irynamatveieva/fix-error-mqtt-node 2 years ago
Viacheslav Klimov 92cd231034
Merge pull request #10358 from smatvienko-tb/feature/yarn_install_multi 2 years ago
Andrii Shvaika 446ff16897 License format 2 years ago
IrynaMatveieva 683fdfb539 added check for null 2 years ago
Sergey Matvienko 9d632430ba license header format 2 years ago
Sergey Matvienko b2460eb642 Parallel and multiarch build: yarn install --non-interactive --network-concurrency 4 --network-timeout 100000 --mutex network 2 years ago
rusikv 6057c17acc Merge remote-tracking branch 'upstream/master' into queueStatsEntity 2 years ago
Viacheslav Klimov 04056bb679
Merge pull request #10356 from thingsboard/hotfix-362-to-master 2 years ago
IrynaMatveieva 837933a2e0 moved the static toPlainText() method to the JacksonUtil class 2 years ago
ViacheslavKlimov 7a05620a52 Merge remote-tracking branch 'origin/hotfix/3.6.2' 2 years ago
rusikv d18079f81f UI: fixed key filter dialog constant key type and boolean value type selected saving null if not touched, added clear of value field on value type change 2 years ago
IrynaMatveieva d67fd993bb added a method to get only the last IN debug event 2 years ago
Igor Kulikov 33525f16ee UI: echarts patch updated. 2 years ago
Igor Kulikov 3d656192dd UI: Update demo dashboards 2 years ago
Igor Kulikov 5a13c2c7ea
Merge pull request #10334 from vvlladd28/bug/widget-action/updated-action-source 2 years ago
Igor Kulikov 41a74cbc2b
Merge pull request #10326 from kalutkaz/fix/apiUsageDashboard 2 years ago
Vladyslav_Prykhodko 018d3af3a7 UI: API usage dashboard change line chart style 2 years ago
Vladyslav_Prykhodko 230ad4e42c Merge remote-tracking branch 'upstream/master' into fix/apiUsageDashboard 2 years ago
Igor Kulikov b3d536a567 UI: Time series chart widgets performance and layout improvements. Update echarts version. 2 years ago
Andrii Landiak 9f6c9e7330 Merge remote-tracking branch 'upstream/develop/3.6.4' into feature/edge-oauth-support 2 years ago
Vladyslav_Prykhodko 9779b80d94 UI: API usage dashboard added y-axis settings 2 years ago
Igor Kulikov e2a77779ad UI: Update home dashboards 2 years ago
kalytka e246c31700 Added safe html 2 years ago
Vladyslav_Prykhodko 00d5b37c3c Merge remote-tracking branch 'upstream/master' into fix/apiUsageDashboard 2 years ago
Igor Kulikov 05223724a8 Merge branch 'master' of github.com:thingsboard/thingsboard 2 years ago
Igor Kulikov 7823f1533c UI: Time series chart animation settings. 2 years ago
IrynaMatveieva 311ef1bb8b added a new line to the end of the file 2 years ago
Igor Kulikov c688f516c7 UI: Multiple Y axes configuration support for time series chart. 2 years ago
IrynaMatveieva 79ba823c03 Revert "added ability to send string without quotes" 2 years ago
IrynaMatveieva 3e8f9e3242 added ability to send string without quotes 2 years ago
Andrew Shvayka 672de47007
Merge pull request #10337 from smatvienko-tb/feature/latest-ts-async-improvement 2 years ago
dashevchenko a031104a0b added default sorting if not exists 2 years ago
Sergey Matvienko c4b243ef10 SqlTimeseriesLatestDao async refactoring: replaced Futures.immediateFuture() blocking call with true async using service.submit() and Futures.transformAsync() 2 years ago
Sergey Matvienko 59d0f36697 CachedAttributesService: replaced blocking calls and immediate futures with the true async 2 years ago
Vladyslav_Prykhodko 5715a21fd1 UI: API usage dashboard add tick format function 2 years ago
Vladyslav_Prykhodko 59154be6c8 UI: Fixed not updated action source in widget action 2 years ago
Sergey Matvienko c2183be6f5 BaseTimeseriesService Memory footprint reduced. replaced Lists.newArrayListWithExpectedSize with new ArrayList(size) as we are always use fixed size array and never exceed the initial size. The newArrayListWithExpectedSize implementation adds some additional space to grow beyond initial size. 2 years ago
Vladyslav_Prykhodko 3c85d8ff14 Merge remote-tracking branch 'upstream/master' into fix/apiUsageDashboard 2 years ago
Vladyslav_Prykhodko 6b482d1cb5 UI: Improved margin and config new widgets 2 years ago
Sergey Matvienko c97cbbefa3 BaseTimeseriesService reduce memory footprint at validateEntityId 2 years ago
Sergey Matvienko 45e9a9f642 Validator.validateEntityId with function added to reduce an overhead 2 years ago
Sergey Matvienko 8c513bbf82 BaseTimeseriesService reduce memory footprint at findLatest 2 years ago
Sergey Matvienko c8abb9ed8e Validator.validateString implementation with function 2 years ago
Igor Kulikov e364d15da5 UI: Time series chart: Add Y axis ticks formatter function. 2 years ago
Igor Kulikov db36fb2c47 UI: Improve time series chart widget layout. 2 years ago
Sergey Matvienko 71583c5a29 TbAbstractGetAttributesNode: get latest moved to the last step because SqlTimeseriesLatestDao.findLatest() effectively do blocking DB call, so getting attr async will do the job without awaiting the latest response. 2 years ago
kalytka ad9944e9f9 Refactoring 2 years ago
Igor Kulikov 4e61c9f76e
Merge pull request #10316 from Dmitriymush/hot-fix/open-URL 2 years ago