summaryrefslogtreecommitdiffstats
path: root/web/Makefile.am
AgeCommit message (Collapse)Author
2020-04-24Use a prefix for the old dashboard. (#8752)Austin S. Hemmelgarn
* Use a prefix for the old dashboard. This switches the code for handling of the new React dashboard to use a prefix for accessing the old dashboard instead of relying on a switching script to handle selecting the desired dashboard implementation. It also adds proper support to the packaging code to bundle the React dashboard. * Fixed typos in web/gui/Makefile.am. * Tidy up prefixed dashboard. This is based on discussion with cakrit about how to handle this more sanely. * use /old suffix for streamed nodes links in dropdown menu * fix fetching dynamic vendor files with /old suffix Co-authored-by: Jacek Kolasa <jacek.kolasa@gmail.com>
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>
2019-11-11Ownership and permissions of /etc/netdata (#7244)Konstantinos Natsakis
* make install takes care of ownership and permissions of /etc/netdata Instead of netdata-installer.sh * Fix identation in Makefile.am files * netdata-installer.sh: Clearer variable assignment * netdata-installer.sh: Set /etc/netdata/netdata.conf ownership to root:root and permissions to 0644 * netdata-installer.sh: Set /etc/netdata/.environment permissions to 0644 * install-or-update.sh: Set permissions for /opt/netdata/etc/netdata.conf to 0644 * install-or-update.sh: Use ${NETDATA_PREFIX} more * install-or-update.sh: Improve indentation * install-or-update.sh: Do not create /opt/netdata/etc/netdata directories * debian/rules: /etc/netdata files and directories are now installed by make install * debian/rules: Properly copy files across directories When destination directory exists * netdata.spec.in: /etc/netdata ownership and permissions * Revert "Fix identation in Makefile.am files" This reverts commit 63fdb299b69152fda6984f81b0fef02f364c5efe. * Remove uninstall-local recipes from Makefile.am files * Removed superfluous whitespace and hash
2019-11-11Makefile.am files indentation (#7252)Konstantinos Natsakis
* Use 4 spaces for indentation of non-recipe lines in Makefile.am files * Be more consistent in the use of space before = in Makefile.am files
2018-11-12Htmldoc (#4607)Chris Akritidis
* First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * fixes * test * test * test * First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * fixes * test * test * test * First set of major cleanup/deduplication * 2nd major cleanup * update getting started structure * Cleanup in using netdata * Final cleanup/deduplication * Added initial CONTRIBUTING.md, updated some info related to contributing on the orchestrators * Removed Why-Netdata (included in new README in master), added link to CONTRIBUTING.md * First html documentation debug set * Updated Makefile.am to ignore the new md and htmldoc generation files * Removing files from rebase * First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * fixes * test * test * test * First html documentation debug set * Test 2 * Relative path changed * Updated comments * Cleanup, installation draft added * test * test * First set of major cleanup/deduplication * 2nd major cleanup * update getting started structure * Cleanup in using netdata * Final cleanup/deduplication * Added initial CONTRIBUTING.md, updated some info related to contributing on the orchestrators * Removed Why-Netdata (included in new README in master), added link to CONTRIBUTING.md * First html documentation debug set * Updated Makefile.am to ignore the new md and htmldoc generation files * Removing files from rebase * Fixed Makefile.am * Same line header and badges * Fixed broken link * CPU monitoring is in apps plugin * Removed obsolete files * Remove obsolete files * - Make the Health API part of health/README.md new file web/api/health/README.md - Make installer/LAUNCH.md part of deamon/README.md - Move installer/MAINTAINERS.md to packaging/maintainers/README.md - Move installer/DOCKER.md to docker/README.md - Move system/README.md to daemon/config/README.md - Move web/CUSTOM-DASHBOARDS.md to web/gui/custom/README.md - Move web/CONFLUENCE-DASHBOARDS.md to web/gui/confluence/README.md * Resolve codacy issue $(..) syntax instead of `..` * Fix following warnings and add svgs to the data_structures/README.md - CHANGELOG.md - CODE_OF_CONDUCT.md - CONTRIBUTORS.md - REDISTRIBUTED.md - diagrams/data_structures/README.md - docker/README.md WARNING - Documentation file 'README.md' contains a link to 'collectors/plugins.d' which does not exist in the documentation directory. WARNING - Documentation file 'README.md' contains a link to 'collectors/statsd.plugin' which does not exist in the documentation directory. WARNING - Documentation file 'CONTRIBUTING.md' contains a link to 'web/CUSTOM-DASHBOARDS.md' which does not exist in the documentation directory. WARNING - Documentation file 'CONTRIBUTING.md' contains a link to 'web/CONFLUENCE-DASHBOARDS.md' which does not exist in the documentation directory. * Wrong urls in data_structures/README.md svgs * Fix svg URLs number 2 * Modify the first line of the main README.md, to enable proper static html generation. Executed after copying the file to htmldoc/src * Added back Why Netdata * Fixed link to registry in Why-Netdata.md * Added Why-Netdata to buildyaml and to Makefile.am * Replaced http links causing mixed content warnings * Made buildhtml ignore the directory node_modules created by Netlify * Corrected CONTRIBUTING.MD to CONTRIBUTING.md
2018-10-15modularized all source code (#4391)Costa Tsaousis
* modularized all external plugins * added README.md in plugins * fixed title * fixed typo * relative link to external plugins * external plugins configuration README * added plugins link * remove plugins link * plugin names are links * added links to external plugins * removed unecessary spacing * list to table * added language * fixed typo * list to table on internal plugins * added more documentation to internal plugins * moved python, node, and bash code and configs into the external plugins * added statsd README * fix bug with corrupting config.h every 2nd compilation * moved all config files together with their code * more documentation * diskspace info * fixed broken links in apps.plugin * added backends docs * updated plugins readme * move nc-backend.sh to backends * created daemon directory * moved all code outside src/ * fixed readme identation * renamed plugins.d.plugin to plugins.d * updated readme * removed linux- from linux plugins * updated readme * updated readme * updated readme * updated readme * updated readme * updated readme * fixed README.md links * fixed netdata tree links * updated codacy, codeclimate and lgtm excluded paths * update CMakeLists.txt * updated automake options at top directory * libnetdata slit into directories * updated READMEs * updated READMEs * updated ARL docs * updated ARL docs * moved /plugins to /collectors * moved all external plugins outside plugins.d * updated codacy, codeclimate, lgtm * updated README * updated url * updated readme * updated readme * updated readme * updated readme * moved api and web into webserver * web/api web/gui web/server * modularized webserver * removed web/gui/version.txt
2018-09-30fix spdx (#4327)Paweł Krupa
2018-06-10Merge pull request #3791 from Ferroin/safari-pinned-tabCosta Tsaousis
Add a pinned tab icon for Safari.
2018-06-10Merge pull request #3772 from Ferroin/licensing-cleanupCosta Tsaousis
Licensing cleanup.
2018-06-07Add a pinned tab icon for Safari.Austin S. Hemmelgarn
SVG icon was created from web/favicon.ico using GIMP for flattening and potrace for vectorization. Build tested only (I don't have an Apple device I can check it with). Fixes #3743
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
2018-05-29Remove old web interface from make targets.Austin S. Hemmelgarn
2018-02-10updated to latest version of dygraphsCosta Tsaousis (ktsaou)
2018-02-04increase version of d3pie in netdataCosta Tsaousis (ktsaou)
2018-02-01more d3pie optimizationsCosta Tsaousis (ktsaou)
2018-01-26optimized d3pie for speed; removed d3dpieCosta Tsaousis (ktsaou)
2018-01-26updated c3 to latest versionCosta Tsaousis (ktsaou)
2018-01-26added d3pie and d3dpie charts; updated d3 to latest v4.12.2Costa Tsaousis (ktsaou)
2017-12-24added refresh-badges.js script for refreshing badges that are added to web ↵Costa Tsaousis (ktsaou)
pages as images
2017-12-24copy to clipboard badge URLsCosta Tsaousis (ktsaou)
2017-12-12updated to fontawesome-free-5.0.1Costa Tsaousis (ktsaou)
2017-12-08add version info to fontawesome-all.min.jsCosta Tsaousis (ktsaou)
2017-12-08updated to fontawesome-free 5.0.0Costa Tsaousis (ktsaou)
2017-11-15added pako library for compressionCosta Tsaousis (ktsaou)
2017-11-14snapshots are now compressed to save disk space (1/2 the size) and browser ↵Costa Tsaousis (ktsaou)
memory (1/4 the size)
2017-11-13allow the user to select the resolution of snapshotsCosta Tsaousis (ktsaou)
2017-04-30added interactive infographic html pageCosta Tsaousis (ktsaou)
2017-03-13allow custom defined information on the dashboard; fixes #1936Costa Tsaousis (ktsaou)
2017-02-11updated the just released gauge.js v1.3.2Costa Tsaousis (ktsaou)
2017-02-05updated to gauge.js v1.3.1Costa Tsaousis (ktsaou)
2017-01-02modified robots.txt and page descriptions to allow posting on twitter and ↵Costa Tsaousis (ktsaou)
facebook
2016-12-29replaced nanoScroller with perfect-scrollbar to fix issues with 4K ↵Costa Tsaousis (ktsaou)
resolutions and firefox
2016-12-18allow gauge and easypiecharts to render regative values - fixes #1386; ↵Costa Tsaousis
updated bootstrap css to 3.3.7
2016-12-01added demosites2.html to make filesCosta Tsaousis (ktsaou)
2016-10-03dygraphs back to version dd74404 - the new version broke IE 11 supportCosta Tsaousis (ktsaou)
2016-10-02downgraded to jquery 2.2.4 to allow jquery.sparkline to workCosta Tsaousis (ktsaou)
2016-10-02c3 requires d3 v3Costa Tsaousis (ktsaou)
2016-10-02reverted gauge.js to d5260c3 due to dynamic updates issue in c27b989; ↵Costa Tsaousis (ktsaou)
https://github.com/bernii/gauge.js/issues/100
2016-10-02updated all javascript libraries; added version on all files (when possible)Costa Tsaousis (ktsaou)
2016-10-02a more usable alarms logCosta Tsaousis (ktsaou)
2016-09-30updated all javascript librariesCosta Tsaousis (ktsaou)
2016-09-25dashboard strings are now in dashboard_info.js; dashboard now downloads ↵Costa Tsaousis (ktsaou)
requires js files in parallel
2016-09-10added the page needed for alarm linksCosta Tsaousis (ktsaou)
2016-09-04enable browser notifications for alarms; fixes #846; fixes #317; contributes ↵Costa Tsaousis (ktsaou)
to #318, #809
2016-06-03added option and code to respect https://www.w3.org/TR/tracking-dnt/Costa Tsaousis (ktsaou)
2016-05-26my-netdata menu now finds the proper URL for a server; added example ↵Costa Tsaousis
registry.html page that renders charts for each registry entry
2016-05-23updated social sharing info of dashboardsCosta Tsaousis (ktsaou)
2016-04-23new demo dashboard to monitor the demo sites; updated tv.html to support ↵Costa Tsaousis (ktsaou)
slow browsers
2016-04-15simplify obtaining commit hash. refs 51aa8e3Elan Ruusamäe
2016-04-15fix for waiting on installation #232 #194 #230Costa Tsaousis (ktsaou)