12 Commits

Author SHA1 Message Date
krzysztofmadejski
55c51cfad6 #459 separe i18n code from Recline 2016-11-14 12:49:34 +00:00
Teofilo Sibileau
19f12b1c82 Issue #475: Percentage data in flot graphs tests
+ base.js fixtures now include percentage data
+ slickgrid tests updated to hide p field in fixtures
+ added test scenario for percentage data in tests for flot view
2015-04-01 14:39:24 -03:00
Rufus Pollock
6e5c15a816 [#162,backend,model][l]: major commit addressing several parts of the backend / model refactor in #162.
* Now have Dataset setup and manage "memory store"

  * New fetch API as per issue #162 spec
  * dataproxy utilizes useMemoryStore attribute and just implements fetch
  * Switch gdocs to use Memory.Store properly via new useMemoryStore + fetch methodology
  * Memory backend: query function now follows promise API, remove fetch,upsert,delete and add save function to Store object

* Also refactor to remove _source in QueryResult "hits" attribute on all backends but ElasticSearch - cf #159 (note this means ES currently broken)
2012-06-23 20:23:24 +01:00
Rufus Pollock
1a8375ff85 [test,bugfix][xs]: addendum fix to rename of label to title in demo in f1e2f7c4aee1deb1c24724b1e0266e0742b83380. 2012-06-06 17:17:24 +01:00
Rufus Pollock
f1e2f7c4ae [test/fixtures][xs]: rename label to title so we have a nicer demo. 2012-06-06 15:22:13 +01:00
Rufus Pollock
23b32dff1c [#128,backend/memory,misc][l]: commence major backend refactor by converting recline.Backend.Memory to module and splitting existing code into BackboneSyncer and DataWrapper.
* Lots of other changes to having passing tests (note some actual functionality is likely a little broken esp around state serialization and the app)
2012-05-26 14:26:01 +01:00
Rufus Pollock
4ceae82a18 [test/base][xs]: micro tweak to test data so we have more interesting graph. 2012-05-07 18:51:10 +01:00
Rufus Pollock
1df82c3c3d [#75,view/graph][s]: if type of x-axis field is date make flot graph treat it as a datetime - fixes #75.
* TODO / problems: have hard-coded ticks to be yyyy-MMM but that may not work well for all time series (may need to guess this from the resolution of the data or allow user to configure)
2012-04-25 23:23:13 +01:00
Rufus Pollock
53e099beda [test][xs]: make fixtures dataset same as for demo. 2012-04-16 15:15:59 +01:00
Rufus Pollock
16e3797b4c [addendum,test][xs]: typo in copy and paste of assertPresent etc to test/base.js. 2012-04-15 16:02:36 +01:00
Rufus Pollock
4281801120 [#88,refactor/state,api-change][m]: FlotGraph now uses state plus DataExplorer takes care of parsing state from Hash.
* First test for FlotGraph view (#45)
* Move convenience functions for testing present of elements to test/base.js from view-grid.test.js
2012-04-15 15:03:02 +01:00
Rufus Pollock
05293cbb6f [#45,test/view][s]: start on some basic tests for data explorer view. 2012-04-14 11:37:52 +01:00