17381 Commits (feature/edqv2)
 

Author SHA1 Message Date
Andrii Shvaika d56a270276 EDQ test 2 2 years ago
Andrii Shvaika 44775f6f1c DataQuery tests 2 years ago
Andrew Shvayka 672de47007
Merge pull request #10337 from smatvienko-tb/feature/latest-ts-async-improvement 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
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
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
Igor Kulikov 4e61c9f76e
Merge pull request #10316 from Dmitriymush/hot-fix/open-URL 2 years ago
Igor Kulikov fa14a5ffdc
Update widget.models.ts 2 years ago
Igor Kulikov af616fa786
Merge pull request #10324 from vvlladd28/improvement/notification-mobile/add-icon 2 years ago
Igor Kulikov d39be08974 UI: Improve time series bar width strategy: calculate width as percentage of time window. 2 years ago
Vladyslav_Prykhodko 00e8bda08b UI: Add icon to configure mobile app notification 2 years ago
Igor Kulikov ef385640ff UI: Implement no aggregated data bar width strategies 2 years ago
Igor Kulikov 81d36c10ec
Merge pull request #10315 from thingsboard/feature/time-series-chart 2 years ago
Dmitriymush 0d27c18efb UI: refactoring widgetActionTypes 2 years ago
Igor Kulikov bd34456baa UI: Improve threshold line color settings. 2 years ago
Igor Kulikov 4de8c6e595 Merge branch 'master' into feature/time-series-chart 2 years ago
Igor Kulikov cd206c0f80 UI: Implement line / bar / point charts. 2 years ago
Andrew Shvayka 439c59e289
Merge pull request #10307 from thingsboard/fix/mobile-notifications 2 years ago
Igor Kulikov 8df0cabb52
Merge pull request #10293 from vvlladd28/bug/image-gallery/cache-image 2 years ago
Igor Kulikov 40725ade74
Merge pull request #10287 from rusikv/bug/rpc-terminal-device-name 2 years ago
Igor Kulikov 14cc56939c
Merge pull request #10279 from ChantsovaEkaterina/bug/flot-chart-yaxis-min-max-values 2 years ago
Igor Kulikov 45aaca9371
Merge pull request #10276 from vvlladd28/bug/embed-image/fixed-width-dialog 2 years ago
ViacheslavKlimov ff18b8712a Fix null values in Firebase message data 2 years ago
Igor Kulikov b91c1ba288 UI: Implement thresholds config for Time series chart. 2 years ago
Andrew Shvayka b05383adfd
Merge pull request #10230 from AndriiLandiak/edge-uplink-messages-rate-limit 2 years ago
Andrew Shvayka 568599ec35
Merge pull request #10296 from AndriiLandiak/fix/inline-edge-images 2 years ago
Andrii Landiak 2bd5b1765c Improve copy of image for edge 2 years ago
Igor Kulikov 0c09de5dc1 UI: Implement time series chart axes settings. 2 years ago
Andrii Landiak 02c9fe3f82 Deep copy of object before to inlineImageForEdge in order to correctly work with cached values 2 years ago
Andrew Shvayka b11a9df3fb
Merge pull request #10273 from thingsboard/push-notifications-alarm-dashboard 2 years ago
Andrew Shvayka ada75cbfde
Merge pull request #10271 from thingsboard/fix/rule-engine-jwt-settings 2 years ago
Igor Kulikov fc06a77943 UI: Implement time-series chart key settings form. 2 years ago
Vladyslav_Prykhodko 19f5c427e3 UI: Fixed incorrect cache when open preview public image 2 years ago
Igor Kulikov 0ebd22be2d UI: Implement Time series chart widget config. 2 years ago
rusikv c5a44bce13 UI: removed targetDeviceAliasIds from presistent RPC table default config 2 years ago
Igor Kulikov ddb0c0fd2f Merge branch 'master' into feature/time-series-chart 2 years ago
Igor Kulikov 6b8af63c1e UI: Add ability to check dashboard state in action widget. 2 years ago
rusikv b972fad5e0 UI: fixed RPC terminals not retrieving device name 2 years ago
Igor Kulikov 915f670bef Merge branch 'master' into feature/time-series-chart 2 years ago
Igor Kulikov d7cca23701 UI: Implement Time series chart widget. 2 years ago
ViacheslavKlimov de28def7be Fix JWT settings updating for Rule Engines 2 years ago
ViacheslavKlimov 5e1acd31d5 Merge remote-tracking branch 'origin/push-notifications-alarm-dashboard' into push-notifications-alarm-dashboard 2 years ago
ViacheslavKlimov db975f4568 Add alarm info to mobile notification data 2 years ago