Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-16 | Some pyflakes / pep8 fixes. | Richard Wall | |
2011-01-16 | position the add new chart button | Richard Wall | |
2011-01-16 | Move edit buttons | Richard Wall | |
2011-01-16 | handle return keypress to save the tab name | Richard Wall | |
2011-01-15 | decouple the chart coordinator html from the charts under its control. Also ↵ | Richard Wall | |
lighten the border of input text boxes. | |||
2011-01-10 | Re-enable tab title editing | Richard Wall | |
2011-01-10 | Neater add new tab controls | Richard Wall | |
2011-01-09 | Editable tab titles | Richard Wall | |
2011-01-09 | A button to add a new tab | Richard Wall | |
2011-01-09 | Simplify the example application - move most code to jarmon.js | Richard Wall | |
2011-01-08 | start to reorganise the example application | Richard Wall | |
2011-01-01 | fix an issue with DS indices | Richard Wall | |
2011-01-01 | some refactoring required to get things working... | Richard Wall | |
2011-01-01 | start joining things up. | Richard Wall | |
2011-01-01 | A reset button | Richard Wall | |
2011-01-01 | Allow add delete of data source records | Richard Wall | |
2010-12-31 | A skeleton chart editing control | Richard Wall | |
2010-12-31 | a more suitable name | Richard Wall | |
2010-12-31 | a summary page and back buttons | Richard Wall | |
2010-12-30 | step 2 - choose a label and unit | Richard Wall | |
2010-12-30 | Render an error message and a list of ds label fields | Richard Wall | |
2010-12-30 | display a list of ds names found in the rrd url | Richard Wall | |
2010-12-30 | Unit tests for RrdQueryRemote | Richard Wall | |
2010-12-30 | Refactor rrdqueryremote to allow a new query for available data sources. | Richard Wall | |
2010-11-28 | Merge lp:~richardw/jarmon/coveragev10.11 | Richard Wall | |
* Introduce unit tests for jarmon.downloadBinary, jarmon.RRDFile and jarmon.RrdQuery. Unit tests are based on YUI test. * Various API changes to facilitate testing * Various non-api library changes to fix bugs revealed by the unit tests. * Coverage is measured using jscoverage which reports 50% coverage of jarmon.js * Command line tool to generate unit test RRD data * Documentation describing how to run the tests and measure code coverage | |||
2010-11-28 | document how to run the unit tests | Richard Wall | |
2010-11-28 | The beginnings of a test for jarmon.Chart | Richard Wall | |
2010-10-05 | use jarmon BASE OPTIONS for increased coverage | Richard Wall | |
2010-10-04 | add caps on the start and end times in rrd query | Richard Wall | |
2010-10-04 | Add an error placeholder instead of replacing entire template content with ↵ | Richard Wall | |
error message - preventing subsequent chart rendering. | |||
2010-10-04 | A test case for the Chart class | Richard Wall | |
2010-10-03 | More complete tests for getData and associated simplification of the getData ↵ | Richard Wall | |
code. | |||
2010-09-02 | Add test for unknown consolidation function error | Richard Wall | |
2010-08-30 | Properly calculate the index of first result row | Richard Wall | |
2010-08-30 | hopefully more consistent behaviour - more like rrdtool fetch | Richard Wall | |
2010-08-30 | Add another RRA to demonstrate that jarmon is currently selecting the wrong RRA | Richard Wall | |
2010-08-30 | more realistic rrd step sizes and data | Richard Wall | |
2010-08-29 | a filing test for RrdQuery getData | Richard Wall | |
2010-08-29 | Add tests for the parts of RRDFile that we use. | Richard Wall | |
2010-08-29 | A first rrdquery test | Richard Wall | |
2010-08-29 | build an rrd file with simple / testable content | Richard Wall | |
2010-08-28 | Implement subcommand argument parsing | Richard Wall | |
2010-08-28 | the start of a builder of simple, testable rrd files | Richard Wall | |
2010-08-25 | Add a test for query timerange | Richard Wall | |
2010-08-25 | Add a test for successful binary download | Richard Wall | |
2010-08-24 | use new paths and smarten up the test results | Richard Wall | |
2010-08-23 | merge forward from trunk | Richard Wall | |
2010-08-23 | remove the console.log | Richard Wall | |
2010-08-22 | Merge ~richardw/jarmon/auto-apidocumentationv10.8pre1 | Richard Wall | |
* Cleanup and add further doc strings for compatibility with yuidoc * Add a tool to automatically download and run yuidoc on the source tree * Add a tool to automatically create a releasable source archive containing apidocs * Add documentation of the apidoc and release tools. * Rearrange the source tree - moving all examples into the docs/examplesfolder | |||
2010-08-22 | Document the apidoc and release tools | Richard Wall | |