Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 1.0 release1.0Arthur de Jong2020-06-213-6/+9
|
* Allow configuring MUNIN_DBDIR via environmentArthur de Jong2020-06-212-1/+5
|
* Update some NPM packagesArthur de Jong2020-06-202-660/+172
|
* Ignore seconds when making data requestsArthur de Jong2020-06-201-2/+2
|
* Send the correct relayout eventArthur de Jong2020-06-201-1/+1
| | | | | | | This ensures that the legend for other graphs is correctly updated when changing the date range (zoom or pan). Fixes 63802b9
* Only hover on one series in busy graphArthur de Jong2020-06-141-0/+4
|
* Fix handling of negative graphsArthur de Jong2020-06-141-3/+4
| | | | | This ensures that fields are only removed after they have been marked to keep as negative series for a corresponding graph.
* Use bionic on Travis to avoid version 11 of NodeArthur de Jong2020-06-141-0/+1
|
* Update some NPM packagesArthur de Jong2020-06-132-1439/+1168
|
* Update some NPM packagesArthur de Jong2020-04-102-789/+956
| | | | Closes https://github.com/arthurdejong/munin-plot/pull/3
* Be slightly more efficient with handling zoom changesArthur de Jong2020-04-101-7/+7
| | | | | This only handles the event if the event contains a change in the X-axis range.
* 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
| | | | | This stores the traces that were manually hidden in the graph in local storage and restores the hidden state when re-adding the graphs.
* Save the graph size in local storageArthur de Jong2020-01-202-11/+43
|
* Simplify way assets are addedArthur de Jong2020-01-203-13/+10
| | | | | This adds all entry points to the munin-plot.js file as requirements. This also allows us to ship a simple CSS file instead of a SCSS file.
* 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
| | | | | | | This allows installing this package without NPM installed. This also moves the static directory within the muninplot package so they can also be picked up from installed versions of muninplot.
* 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
| | | | This makes it clearer to the use what is going on.
* Store date range and current graphs in local storageArthur de Jong2020-01-051-2/+34
| | | | | This ensures that the list of graphs is restored when the browser is re-opened.
* Various minor improvementsArthur de Jong2020-01-053-28/+35
| | | | | | This has a few minor tweaks to the styling, fixes issues with tooltips lingering around after dragging and uses jQuery a bit more resulting in slightly more compact code.
* Switch from Open Iconic to Font AwesomeArthur de Jong2019-12-315-44/+32
| | | | | The latter has more icons and the former no longer seems to be supported.
* Simplify left bar of graphArthur de Jong2019-12-313-100/+81
| | | | | | | The title of the graph is now shown on above the graph for extra clarity allowing the other actions to be shown in the bar directly. This also adds bootstrap tooltips in various places.
* Add navigation bar with date range selectorArthur de Jong2019-12-307-540/+643
| | | | | This also adds a few small style tweaks and ensures that webpack does not minimise development builds.
* 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
| | | | This allows more easy installation into a virtualenv.
* Use ESLint to check code styleArthur de Jong2019-12-305-489/+1726
|
* Use webpack to build Javascript partArthur de Jong2019-12-3027-218146/+10525
| | | | | This uses npm to install the required packages and builds the files with webpack.
* 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
| | | | This makes the script Python 3 only.
* 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
| | | | | This ensures that an empty trace does not result in a failure to calculate the average.
* Upgrade to plotly.js 1.41.3Arthur de Jong2018-10-083-476/+634
| | | | | This release fixes an issue with stacked graphs in combination with lines that are defined before it.
* Use most recent RRD file to get resolutionArthur de Jong2018-10-081-3/+6
| | | | | This ensures that the most recent RRD file is used to get the current list of resolutions and last update of the graph data.
* Support negative and floats in cdefArthur de Jong2018-10-081-3/+6
| | | | | This ensures that cdef expressions that contain negative or floating point literals are parsed as expected.
* Add basic READMEArthur de Jong2018-10-081-0/+54
|
* Load data on the fly of graph range changesArthur de Jong2018-10-081-19/+98
| | | | | This will also, once per minute, see if any new data is available to be loaded.
* Add loading spinner for graph dataArthur de Jong2018-10-073-1/+14
|