summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-12Use less magic+scaffolding in the example setup.Luke Shumaker
2016-12-12CSS tidyLuke Shumaker
2016-12-12Make the default time span configurable.Luke Shumaker
2016-12-12Deprecate the `args` argument of Parallimiter.addCallable().Luke Shumaker
2016-12-12Normalize capitalization of `Flot` in comments.Luke Shumaker
2016-12-12Document which versions of dependencies are needed.Luke Shumaker
2016-12-12Documentation improvementsLuke Shumaker
2016-12-11dependencies.js: backdate versionsLuke Shumaker
2016-12-11include the README in the API docsLuke Shumaker
2016-12-11Adjust to have better output with jsdoc.Luke Shumaker
2016-12-09Switch from yuidoc to JSDoc3.Luke Shumaker
Before it downloaded yuidoc for you; not it expects that jsdoc is already installed. Note that it was old-school, abandoned yuidoc, not its successor yuidocjs. The migration path from yuidoc->jsdoc actually seemed simpler than yuidoc->yuidocjs.
2016-12-08Hoist doc-comments out of functions.Luke Shumaker
2016-12-08Add a Makefile to avoid peddling an idiosyncratic bin/buildLuke Shumaker
2016-12-08Better release zip generationLuke Shumaker
2016-12-08Upgrade yuidoc 1.0.0b1 -> 50Luke Shumaker
yuidoc 1.0.0b1 was crashing on jarmon.test.js.
2016-12-08Generate a patch file of yuidoc-1.0.0b1/template jarmonbuild/yuidoc_templateLuke Shumaker
2016-12-08jarmonbuild: Adjust to use git instead of bzrLuke Shumaker
2016-12-08Add .gitignoreLuke Shumaker
2016-12-08Move the closure-compiler parameters into commands.pyLuke Shumaker
This is clearer than having the old dependencies.js describe the new one. Build processes should be DAGs.
2016-12-08bin/build: specify python2Luke Shumaker
2016-12-08Update flot URLs to point to Github, instead of 404s.Luke Shumaker
2016-12-08Use external binaryXRH instead of bundling a modified copy.Luke Shumaker
2016-12-08Merge branch 'lukeshu/independent-ds-transformers-1188220' into lukeshu/masterLuke Shumaker
2016-12-08Adjust the tests to work with the new transformer interface.Luke Shumaker
2013-06-20choose best si based on total length of y axis - negative to positive. Also ↵richardw/independent-ds-transformers-1188220Richard Wall
add a few more step sizes to graphs without any ticks.
2013-06-20add extra condition suggested by trubus to take into account negative y axisRichard Wall
2013-06-14hack things around to allow independent ds transformers, even when they are ↵Richard Wall
in the same RRD file
2011-09-11Merge lp:~richardw/jarmon/tab-history-816668HEADmasterRichard Wall
* #816668 Upgrade to latest dev jquerytools and re-enable the tab history plugin * Upgrade to jquery 1.6.3
2011-09-11Recompile with jquery 1.6.3Richard Wall
2011-09-11Upgrade to jquery 1.6.3Richard Wall
2011-09-11#816668 Upgrade to latest dev jquerytools and re-enable the tab history pluginRichard Wall
2011-09-11Merge lp:~richardw/jarmon/ping-droprate-multiplier-846377Richard Wall
* #846377 Pass transformer function to the RrdQuery and add a unit test * Remove failing unit tests for unsupported code.
2011-09-10#846377 Pass transformer function to the RrdQuery and add a unit testRichard Wall
2011-08-08Merge lp:~richardw/jarmon/prerelease-fixesv11.8Richard Wall
* Add transformer function option to allow optional transformation of RRD values before they are plotted * Update dates of copyright notices * Remove DNS reports from example page * Remove unfinished editable graph controls - I will try and finish those off later.
2011-08-08tweak the yaxis label - again.Richard Wall
2011-08-08Add a transformer option to allow operations on the data from RRD files - eg ↵Richard Wall
Network octets * 8 > bits
2011-08-08fix broken significant figures on y-axisRichard Wall
2011-08-08shift the yaxis label to the leftRichard Wall
2011-08-08fix network throughput unitsRichard Wall
2011-08-08remove dns recipes - few people will have the data for thoseRichard Wall
2011-08-08Show copyright dates only in LICENCE fileRichard Wall
2011-08-07Remove the unfinished dynamic chart interface elementsRichard Wall
2011-08-07Merge lp:~richardw/jarmon/jquery-deferredRichard Wall
* Replace use of MochiKit.Async.Deferred with jQuery.Deferred * Turned cache prevention back on (jQuery.Ajax.cache: false) * Upgraded to jQuery 1.6.2 * Fix various jshint warnings * Fix various whitespace and >80 col formatting
2011-08-07remove unnecessary callbackRichard Wall
2011-08-07re-enable cache prevention - seems that IE caches the rrd filesRichard Wall
2011-08-07fix some tests in IERichard Wall
2011-08-07Remove reference to mochikit dependencyRichard Wall
2011-08-07use jQuery.deferred in the testsRichard Wall
2011-08-07update dependencies.js to jquery 1.6.2Richard Wall
2011-08-07some jshint fixes.Richard Wall