summaryrefslogtreecommitdiffstats
path: root/packaging/dashboard.version
AgeCommit message (Collapse)Author
2021-02-09dashboard@v2.13.6 (#10618)Jacek Kolasa
2021-01-29dashboard@v2.13.0 (#10565)Jacek Kolasa
2021-01-19dashboard@v2.12.5 (#10520)Jacek Kolasa
https://github.com/netdata/dashboard/releases/tag/v2.12.5
2020-12-14dashboard v2.11 (#10383)Jacek Kolasa
https://github.com/netdata/dashboard/releases/tag/v2.11.2
2020-12-03dashboard@v2.10.1 (#10314)Jacek Kolasa
2020-11-17dashboard v2.9.4 (#10239)Jacek Kolasa
* dashboard v2.9.2 * dashboard v2.9.3 * dashboard v2.9.4
2020-11-02dashboard v2.7.5 (#10179)Jacek Kolasa
2020-10-27dashboard@2.7.4 (#10122)Jacek Kolasa
2020-08-28dashboard v1.4.2 (#9837)Jacek Kolasa
2020-08-19dashboard v1.3.1 (#9786)Jacek Kolasa
* dashboard v1.3.0 https://github.com/netdata/dashboard/releases/tag/v1.3.0 Fix dynamic dimension colors netdata/dashboard#109 Stacked chart with negative/positive values at the same time netdata/dashboard#110 Clicking the row in alarms log no longer redirects unnecessary through cloud/registry netdata/dashboard#111 Fix a case where a pending call to registry was delaying charts rendering netdata/dashboard#112 * dashboard v1.3.1 - stacked chart dimension visibility fix
2020-08-03dashboard v1.0.26 (#9639)Jacek Kolasa
* dashboard v1.0.26 * update package-lock file (fix small GH warning)
2020-06-16dashboard v1.0.14_2 (#9350)Jacek Kolasa
2020-05-11Enable support for Netdata Cloud.Andrew Moss
This PR merges the feature-branch to make the cloud live. It contains the following work: Co-authored-by: Andrew Moss <1043609+amoss@users.noreply.github.com(opens in new tab)> Co-authored-by: Jacek Kolasa <jacek.kolasa@gmail.com(opens in new tab)> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud(opens in new tab)> Co-authored-by: James Mills <prologic@shortcircuit.net.au(opens in new tab)> Co-authored-by: Markos Fountoulakis <44345837+mfundul@users.noreply.github.com(opens in new tab)> Co-authored-by: Timotej S <6674623+underhood@users.noreply.github.com(opens in new tab)> Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com(opens in new tab)> * dashboard with new navbars, v1.0-alpha.9: PR #8478 * dashboard v1.0.11: netdata/dashboard#76 Co-authored-by: Jacek Kolasa <jacek.kolasa@gmail.com(opens in new tab)> * Added installer code to bundle JSON-c if it's not present. PR #8836 Co-authored-by: James Mills <prologic@shortcircuit.net.au(opens in new tab)> * Fix claiming config PR #8843 * Adds JSON-c as hard dep. for ACLK PR #8838 * Fix SSL renegotiation errors in old versions of openssl. PR #8840. Also - we have a transient problem with opensuse CI so this PR disables them with a commit from @prologic. Co-authored-by: James Mills <prologic@shortcircuit.net.au(opens in new tab)> * Fix claiming error handling PR #8850 * Added CI to verify JSON-C bundling code in installer PR #8853 * Make cloud-enabled flag in web/api/v1/info be independent of ACLK build success PR #8866 * Reduce ACLK_STABLE_TIMEOUT from 10 to 3 seconds PR #8871 * remove old-cloud related UI from old dashboard (accessible now via /old suffix) PR #8858 * dashboard v1.0.13 PR #8870 * dashboard v1.0.14 PR #8904 * Provide feedback on proxy setting changes PR #8895 * Change the name of the connect message to update during an ongoing session PR #8927 * Fetch active alarms from alarm_log PR #8944
2020-04-22dashboard v0.4.18 (#8786)Jacek Kolasa
fix rare race condition in old cloud iframe https://github.com/netdata/dashboard/pull/73
2020-04-20dashboard v.0.4.17: (#8757)Jacek Kolasa
Fixes: netdata/netdata#8722 Fixes: netdata/netdata#8581
2020-04-13V1.21.0 dashboard performance fix extended (#8664)Jacek Kolasa
* dashboard v0.4.16 - fixed flickering y-axis labels - used visibility:hidden when hiding charts to make them come back to visibility faster
2020-04-04Switch to dashboard v0.4.12 (#8599)Jacek Kolasa
Disable the ACLK notifications and fix the "/default.html" route (used on the netdata demo servers).
2020-03-31dashboard v0.4.10 (#8553)Jacek Kolasa
fix help-tooltips styling fix private-registry nodes deletion (cherry-pick from new-navbars release branch) fix small sidebar "jumps" on document click (problem related probaby to bootstrap update)
2020-03-31Switched to the new React dashboard code as the default dashboard. (#8363)Austin S. Hemmelgarn
* Initial installer components for new dashboard. * Add script to switch between react and classic dashboards. * Update to newest version of react dashboard. * Properly substitute webdir. * Fix installation of dashboard switch script. * Properly handle file ownership and permissions. * Fix install of react dashboard. * Add dashboard_info.js to the react dashboard tree. * Update to version 0.3.2 of the React dashboard. * Switch using file lists instead of nuking old directory. * Properly handle updates. * Fix variable naming in switching script. * Fix copying of files in switching script. * Fix switching script invocation in installer. * update dashboard to v0.4.0 * v0.4.1 gauge & easypiechart width update proper centering when clicking alarm in alarms-log keep loader until react app is ready fix top bar not showing when highlighting (few lines of code) "check known URLs" issue "reset" options is not hooked up go to host node from streamed node (low priority, because that's removed on release) * Persist user selection of dashboard across updates. * update dashboard to v0.4.2 (temperature, units options fixed) * v0.4.5 fixed print modal progress text force reload on sync-selection option change * fix memory leak on firefox * fix active-alarms number in main.js header fix "back to normal" notifications constantly throwing in loop * fix active-alarms fetching * support subpaths Co-authored-by: Jacek Kolasa <jacek.kolasa@gmail.com>