21 Commits

Author SHA1 Message Date
Rufus Pollock
e9d1b8a55a [#128,backend/gdoc][s]: refactor gdocs to standard backend setup. 2012-05-26 17:46:51 +01:00
Rufus Pollock
5890007c59 [#128,backend/dataproxy][s]: refactor to new setup. 2012-05-26 16:20:18 +01:00
Rufus Pollock
39c72aef13 [test,refactor][xs]: move backend tests to test/backend/memory.js. 2012-05-25 21:26:35 +01:00
Rufus Pollock
31d829f53f [#17,backend][s]: add readonly attribute on backends indicating whether they are 'read-only'. 2012-04-22 00:03:59 +01:00
Rufus Pollock
6a90189b46 [test][xs]: remove console.log. 2012-04-15 23:23:37 +01:00
Rufus Pollock
7743534eac [#88,backend][s]: add __type__ attribute to all backends to identify them and provide a more robust and generic way to load backends from a string identifier such as that __type__ field.
* Also remove recline.Model.backends registry as can be replaced with this more generic solution.
* This refactoring is necessitated by our need to serialize backend info for save/reload of a dataset and explorer state in #88.
2012-04-15 22:19:43 +01:00
Rufus Pollock
b0bf06c52e [#34,query,backend/memory][s]: memory backend support query string (q parameter). 2012-04-14 10:00:17 +01:00
Rufus Pollock
36548ceffc [#66,filters][s]: memory backend support for filters. 2012-04-02 21:05:28 +01:00
Rufus Pollock
7a95302760 [#62,facets,backend/memory][m]: add faceting support to memory backend. 2012-04-01 16:31:36 +01:00
Rufus Pollock
e3819d8f4e [#51,bugfix][xs]: fix bug in pulling of fields from document in createDataset (corrects error in 5fc486d8083a27db21993fc7d58c2c2dae75c17f). 2012-03-31 11:09:10 +01:00
Rufus Pollock
cb81fe87af [#51,backend/memory][s]: simple createDataset method to create in-memory dataset from raw array of hashes (and optional other info). 2012-03-27 17:02:13 +01:00
Rufus Pollock
95a394bd13 [backend/webstore][s]: remove webstore backend. 2012-03-15 00:27:53 +00:00
Rufus Pollock
dd4fbeceb5 [backend/gdocs][s]: support being given standard 'user' gdocs url by extracting spreadsheet key and generating url with it.
* This makes gdocs backend much easier to use!
2012-03-15 00:24:21 +00:00
Rufus Pollock
2bf0f9681f [test][xs]: fix for DataProxy test broken by changes in e6ce2ca533cf9ef60773280e51b866504e5047f5. 2012-03-14 18:43:42 +00:00
Rufus Pollock
ae587506f3 [#34,query][s]: switch to proper ES style sort structure. 2012-02-28 16:43:37 +00:00
Rufus Pollock
bd6123403e [#34,query][s]: rename offset to from on query object.
* More natural in fact and we may as well go whole hog with ES structure.
2012-02-27 20:54:02 +00:00
Rufus Pollock
df79583bde [#50,backend,refactor][s]: complete backend split / rename refactor by removing Backend prefix from Backend classes - fixes #50.
* Backend prefix unnecessary now that everything in recline.Backend module.
2012-02-24 19:17:51 +00:00
Rufus Pollock
e3a0615e43 [backend,refactor][s]: split backends in separate files and put in separate module recline.Backend. 2012-02-24 14:12:45 +00:00
Rufus Pollock
25c0177097 [#25,backend][s]: update backends to new fields setup. 2012-02-18 08:20:10 +00:00
Rufus Pollock
437dbfc80b [refactor][xs]: Dataset -> Backend in module name in backend tests. 2012-02-18 07:30:31 +00:00
Rufus Pollock
702b030b70 [rename][xs]: rename model.test.js to backend.test.js to better reflect its function. 2012-02-18 07:05:31 +00:00