summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-18parse @ style closure paramsRichard Wall
2011-06-18parse @ style closure paramsRichard Wall
2011-06-18use closure compiler @ prefixesRichard Wall
2011-06-18read params from existing dependencies.js fileRichard Wall
2011-06-18write in chunksRichard Wall
2011-06-18add a command to closure compile javascriptsRichard Wall
2011-06-12fix some js errorsRichard Wall
2011-06-12link directly to dependency filesRichard Wall
2011-06-12Various changes and re-factoring towards implementation of a customisable int...Richard Wall
2011-02-16Rename inline functions to satisfy pyflakes.Richard Wall
2011-02-16Some pyflakes / pep8 fixes.Richard Wall
2011-01-16position the add new chart buttonRichard Wall
2011-01-16Move edit buttonsRichard Wall
2011-01-16handle return keypress to save the tab nameRichard Wall
2011-01-15decouple the chart coordinator html from the charts under its control. Also l...Richard Wall
2011-01-10Re-enable tab title editingRichard Wall
2011-01-10Neater add new tab controlsRichard Wall
2011-01-09Editable tab titlesRichard Wall
2011-01-09A button to add a new tabRichard Wall
2011-01-09Simplify the example application - move most code to jarmon.jsRichard Wall
2011-01-08start to reorganise the example applicationRichard Wall
2011-01-01fix an issue with DS indicesRichard Wall
2011-01-01some refactoring required to get things working...Richard Wall
2011-01-01start joining things up.Richard Wall
2011-01-01A reset buttonRichard Wall
2011-01-01Allow add delete of data source recordsRichard Wall
2010-12-31A skeleton chart editing controlRichard Wall
2010-12-31a more suitable nameRichard Wall
2010-12-31a summary page and back buttonsRichard Wall
2010-12-30step 2 - choose a label and unitRichard Wall
2010-12-30Render an error message and a list of ds label fieldsRichard Wall
2010-12-30display a list of ds names found in the rrd urlRichard Wall
2010-12-30Unit tests for RrdQueryRemoteRichard Wall
2010-12-30Refactor rrdqueryremote to allow a new query for available data sources. Richard Wall
2010-11-28 Merge lp:~richardw/jarmon/coveragev10.11Richard Wall
2010-11-28document how to run the unit testsRichard Wall
2010-11-28The beginnings of a test for jarmon.ChartRichard Wall
2010-10-05use jarmon BASE OPTIONS for increased coverageRichard Wall
2010-10-04add caps on the start and end times in rrd queryRichard Wall
2010-10-04Add an error placeholder instead of replacing entire template content with er...Richard Wall
2010-10-04A test case for the Chart classRichard Wall
2010-10-03More complete tests for getData and associated simplification of the getData ...Richard Wall
2010-09-02Add test for unknown consolidation function errorRichard Wall
2010-08-30Properly calculate the index of first result rowRichard Wall
2010-08-30hopefully more consistent behaviour - more like rrdtool fetchRichard Wall
2010-08-30Add another RRA to demonstrate that jarmon is currently selecting the wrong RRARichard Wall
2010-08-30more realistic rrd step sizes and dataRichard Wall
2010-08-29a filing test for RrdQuery getDataRichard Wall
2010-08-29Add tests for the parts of RRDFile that we use.Richard Wall
2010-08-29A first rrdquery testRichard Wall