Merge pull request #185 from davidmsibley/master
[dygraphs.git] / auto_tests /
2012-11-30 Robert KonigsbergMerge pull request #184 from kberg/master
2012-11-30 Robert KonigsbergAdd test that shows that you can't put {} inside the...
2012-11-30 Robert KonigsbergAdd multiple_axes.js which focuses only on new style...
2012-11-30 Robert KonigsbergRename test and test methods so they do not conflict...
2012-11-30 Robert KonigsbergIn preparation for migrating axis tests to new-format.
2012-11-29 Robert KonigsbergMerge pull request #180 from kberg/new-series-option
2012-11-29 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-11-26 Dan VanderkamMerge pull request #181 from kberg/master
2012-11-25 Robert KonigsbergFixed per-series typo in misc/local.html.
2012-11-25 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-11-25 Robert KonigsbergRenaming deprecated methods because the automated test...
2012-11-25 Robert KonigsbergAdd axis_labels tests that rely on the preferred style...
2012-11-25 Robert KonigsbergRename axis_labels.js to axis_labels-deprecated.js...
2012-11-25 Robert KonigsbergMerge branch 'remove-old-options' into new-series-optio...
2012-11-24 Robert KonigsbergStart working on new-version axis support. Tests still...
2012-11-24 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-24 Robert KonigsbergMerge branch 'master' into remove-old-options
2012-11-24 Robert KonigsbergMerge branch 'master' into remove-old-options
2012-11-24 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-24 Dan VanderkamMerge pull request #178 from kberg/tests
2012-11-24 Dan VanderkamMerge pull request #177 from danvk/no-width-no-work
2012-11-23 Robert KonigsbergAdd sanity test for xValueParser.
2012-11-23 Dan VanderkamMerge pull request #174 from wimme/patch-1
2012-11-22 Robert KonigsbergAdd per-series tests that validate new-style options...
2012-11-22 Robert KonigsbergAdd test case to verify that strings-as-divs are allowed.
2012-11-22 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-11-22 Robert KonigsbergAdd pathalogical test case (broken) that show that...
2012-11-22 Robert KonigsbergFix syntactically broken per_series.js
2012-11-22 Robert KonigsbergForgot dash when specifying test name.
2012-11-22 Robert KonigsbergAdd tests for new series option.
2012-11-22 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygra...
2012-11-22 Robert KonigsbergMerge pull request #1 from kberg/add-per-series-to...
2012-11-22 Robert KonigsbergMerge pull request #176 from kberg/add-per-series-to...
2012-11-22 Robert KonigsbergAdd missing tests to auto_tests/misc/local, and reorgan...
2012-11-22 Dan VanderkamMerge pull request #161 from klausw-g/is-series-locked
2012-11-16 Robert KonigsbergAdded actual drawing to test for visual cue.
2012-11-16 Robert KonigsbergtestDrawHighlightPointCallback won't pass when the...
2012-11-16 Robert KonigsbergAdd tests (which currently fail) that ensure that drawP...
2012-08-28 Dan VanderkamFix some numeric issues with older Firefox
2012-08-17 Dan VanderkamFix Issue 162: Support DOS-style line endings
2012-08-17 Dan Vanderkamadd auto_test from Issue 242
2012-08-16 Dan VanderkamFix Issue 229:valueRange and errorBars not mixing when...
2012-08-16 Dan Vanderkamverify that issue 185 is fixed
2012-08-16 Dan VanderkamFix Issue 328:Thick data lines shown breaks
2012-08-16 Dan VanderkamFix issue 139:set fill option by series rather than...
2012-08-16 Dan VanderkamFix issue 201:zero-series test broken
2012-08-16 Dan VanderkamFix & regression test for Issue 358:857a6931 breaks...
2012-07-31 Klaus WeidnerExport .isSeriesLocked() API function
2012-07-31 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-07-31 Dan VanderkamMerge pull request #159 from klausw-g/lock-selection
2012-07-27 Klaus WeidnerAdd optional "locked" arg to setSelection
2012-07-25 Dan VanderkamMerge branch 'master' into reorganize-points reorganize-points
2012-07-25 Dan VanderkaminnerText -> innerHTML to make auto_tests/misc/local...
2012-07-25 Dan Vanderkamdisable failing test; it still works, but the test...
2012-07-20 Dan Vanderkamcreate failing errorBars test
2012-07-20 Dan Vanderkamfix failing stackedGraph test
2012-07-20 Dan Vanderkamreally add failing test
2012-07-20 Dan Vanderkamfailing stacked test
2012-07-15 Dan VanderkamMerge branch 'master' into pluggable-renderer
2012-07-14 Dan VanderkamMerge pull request #158 from kberg/master
2012-07-10 Robert KonigsbergMerge branch 'master' of https://github.com/kberg/dygraphs
2012-07-10 Robert KonigsbergIterator performance enhancements - turn hasNext and...
2012-06-20 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-06-20 Dan VanderkamMerge pull request #154 from dmoena/master
2012-06-20 Dan VanderkamMerge pull request #155 from kberg/master
2012-06-18 Robert KonigsbergAdd default values to the iterator factory.
2012-06-16 Robert KonigsbergPost success count along with failure count.
2012-06-15 Robert KonigsbergAdd TODO -- move that assertion someplace else.
2012-06-15 Robert KonigsbergFinish the tests for missing_points, that map to tests...
2012-06-15 Robert KonigsbergMore turbocharge for CanvasAssertions.
2012-06-15 Robert KonigsbergAdd some power to the canvas assertions. Also, the...
2012-06-15 Robert KonigsbergWhoops re: utils_test.
2012-06-15 Robert KonigsbergIntroduce Dygraph.createIterator, and use it to simplif...
2012-06-15 Robert KonigsbergAdd failure count to top of file.
2012-06-14 Robert KonigsbergAdd missing_points.js to the bunch (as part of prior...
2012-06-13 Robert KonigsbergMoving the new missing-points tests to their own test...
2012-06-13 Robert KonigsbergconnectSeparatedPoints is working. This has also improved
2012-06-13 Robert KonigsbergProperly draw separated points.
2012-06-13 Robert KonigsbergAdd assertion that gets all the drawn lines.
2012-06-13 Robert KonigsbergMerge github.com:danvk/dygraphs
2012-06-13 Robert KonigsbergAdd test case which confirms regression reported in...
2012-06-08 Dan VanderkamMerge branch 'tmp_branch'
2012-05-29 Robert KonigsbergMake auto_tests easier to read, and also, add easy...
2012-05-14 Dan VanderkamMerge pull request #150 from klausw-g/axis-at-zero
2012-05-14 Klaus WeidnerAdd new option "drawAxesAtZero"
2012-05-11 Dan VanderkamMerge pull request #148 from klausw-g/edge-points
2012-05-11 Klaus WeidnerMerge branch 'master' of git://github.com/danvk/dygraph...
2012-05-11 Klaus WeidnerRequests from Dan's code review:
2012-05-10 Adam VartanianMerge branch 'master' of git://github.com/danvk/dygraphs
2012-04-27 Klaus WeidnerAdd auto test for isolated and gap points.
2012-04-18 Dan VanderkamMerge pull request #143 from klausw-g/plugin-tweaks
2012-04-17 Robert KonigsbergTracking all event registrations, and deallocating...
2012-04-10 Adam VartanianMerge branch 'master' of git://github.com/danvk/dygraphs
2012-03-31 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2012-03-31 Dan VanderkamAdd "test" script, which uses phantomjs for a pure...
2012-03-31 Dan Vanderkamfix broken test case
2012-03-30 Robert KonigsbergAdd sanity test ensuring that creating annotations...
2012-03-22 Dan VanderkamFix issue 197: Annotations are displayed outside the...
2012-03-17 Dan VanderkamFix error when labelsDiv=null (was affecting unboxed...
2012-03-13 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
next