Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a dashboard chooserArthur de Jong2020-01-273-2/+55
* Split setting of graph list to separate functionArthur de Jong2020-01-271-17/+26
* Use more jQueryArthur de Jong2020-01-271-114/+88
* Add a button to clear all graphsArthur de Jong2020-01-262-0/+18
* Hide nav buttons until everything is loadedArthur de Jong2020-01-262-32/+29
* Add more docstringsArthur de Jong2020-01-254-6/+17
* Remember hidden traces in graphsArthur de Jong2020-01-201-29/+55
* Save the graph size in local storageArthur de Jong2020-01-202-11/+43
* Simplify way assets are addedArthur de Jong2020-01-203-13/+10
* Update some NPM packagesArthur de Jong2020-01-192-2421/+2457
* Also run NPM commands when installing from GitArthur de Jong2020-01-051-8/+23
* Ship static directory in source and wheelArthur de Jong2020-01-057-11/+61
* Provide encoding with statically served HTMLArthur de Jong2020-01-051-2/+2
* Add footerArthur de Jong2020-01-051-2/+9
* Add an animation to removing a graphArthur de Jong2020-01-051-4/+6
* Store date range and current graphs in local storageArthur de Jong2020-01-051-2/+34
* Various minor improvementsArthur de Jong2020-01-053-28/+35
* Switch from Open Iconic to Font AwesomeArthur de Jong2019-12-315-44/+32
* Simplify left bar of graphArthur de Jong2019-12-313-100/+81
* Add navigation bar with date range selectorArthur de Jong2019-12-307-540/+643
* Add a Travis configuration fileArthur de Jong2019-12-301-0/+6
* Add faviconArthur de Jong2019-12-308-2/+27
* Return 404 if file not foundArthur de Jong2019-12-301-1/+7
* Move Python code to muninplot packageArthur de Jong2019-12-306-18/+44
* Use ESLint to check code styleArthur de Jong2019-12-305-489/+1726
* Use webpack to build Javascript partArthur de Jong2019-12-3027-218146/+10525
* Add flake8 testsArthur de Jong2019-12-304-13/+46
* Add basic Python packagingArthur de Jong2019-12-305-1/+102
* Read datafile by specifying encodingArthur de Jong2019-10-231-1/+1
* Be more forgiving of unexpected situationsArthur de Jong2019-10-231-2/+3
* Hide graphs with "graph no"Arthur de Jong2019-10-232-1/+6
* Add a search field for adding graphsArthur de Jong2018-10-212-11/+23
* Do not break average over empty setArthur de Jong2018-10-081-10/+13
* Upgrade to plotly.js 1.41.3Arthur de Jong2018-10-083-476/+634
* Use most recent RRD file to get resolutionArthur de Jong2018-10-081-3/+6
* Support negative and floats in cdefArthur de Jong2018-10-081-3/+6
* Add basic READMEArthur de Jong2018-10-081-0/+54
* Load data on the fly of graph range changesArthur de Jong2018-10-081-19/+98
* Add loading spinner for graph dataArthur de Jong2018-10-073-1/+14
* Support specifying time range for dataArthur de Jong2018-10-072-15/+54
* Fix issue with differences in datafileArthur de Jong2018-10-071-3/+4
* Add loading spinnerArthur de Jong2018-10-074-30/+66
* Highlight the trace from the legendArthur de Jong2018-10-061-0/+21
* Layout improvementsArthur de Jong2018-10-043-4/+8
* Add min/avg/max to legendArthur de Jong2018-10-033-21/+89
* Python 3 supportArthur de Jong2018-10-022-7/+6
* Implement custom legendArthur de Jong2018-10-023-21/+78
* Add copyright headersArthur de Jong2018-10-025-0/+105
* Add Content-Security-Policy headersArthur de Jong2018-09-291-1/+2
* Move JavaScript and CSS to separate filesArthur de Jong2018-09-293-387/+383