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 |
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 |
Igor Kulikov
|
c688f516c7
|
UI: Multiple Y axes configuration support for time series chart.
|
2 years ago |
Andrew Shvayka
|
672de47007
|
Merge pull request #10337 from smatvienko-tb/feature/latest-ts-async-improvement
Latest ts and attribute 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 |
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
Refactoring widgetActionTypes
|
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
Add icon to configure mobile app notification
|
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 |
kalytka
|
51b70f9618
|
Improve Api Usage dashboard
|
2 years ago |
Viacheslav Klimov
|
e733a092cb
|
Merge pull request #10302 from dashevchenko/long_timestamp
Changed type of ThingsboardErrorResponse timestamp from Date to long
|
2 years ago |
Viacheslav Klimov
|
57a4ac52c7
|
Merge pull request #10321 from dashevchenko/vc_fix
Fix git repository initialization after repo directory deletion
|
2 years ago |
dashevchenko
|
9fca9e235f
|
deleted redundant const
|
2 years ago |
dashevchenko
|
658f6679bc
|
improved error logging
|
2 years ago |
dashevchenko
|
04ff4bd9ae
|
refactored handleError method: status code and message are being retrieved from exception
|
2 years ago |
dashevchenko
|
2e216242f2
|
clone repo if tmp directory was deleted
|
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
Time series chart widgets
|
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 |
Viacheslav Klimov
|
2a9afc585d
|
Merge pull request #10312 from thingsboard/3.6.4-sync
Merge master into develop/3.6.4
|
2 years ago |
ViacheslavKlimov
|
e65ae7b9a3
|
Merge branch 'master' into 3.6.4-sync
|
2 years ago |
dashevchenko
|
b67189429d
|
code formatting
|
2 years ago |
Andrew Shvayka
|
439c59e289
|
Merge pull request #10307 from thingsboard/fix/mobile-notifications
Fix mobile notification sending failures
|
2 years ago |
dashevchenko
|
686e41bd39
|
moved path not found error handing from ThingsboardErrorController to ThingsboardErrorResponseHandler
|
2 years ago |
Andrew Shvayka
|
9d7f4de270
|
Merge pull request #10309 from YevhenBondarenko/hotfix/lwm2m-deserialization
fixed lwm2m client deserialization
|
2 years ago |