Commit graph

29 commits

Author SHA1 Message Date
Dave Della Costa 6f11343397 Adds a little testing of core functionality. 2015-04-08 18:36:50 +09:00
Alexander K. Hudek 6d7ae24a3e New architecture under way. 2015-01-16 23:47:08 -05:00
Alexander K. Hudek ebaec499fd Ignore raw sql in table extraction. 2015-01-13 15:49:48 -05:00
Alexander K. Hudek e89800e099 New table extraction code for full views. 2015-01-09 21:43:30 -05:00
Alexander K. Hudek 86546e0bf6 Added hashing to prevent duplicate full refresh views from being sent out. Computes full refresh view updates in parallel. 2014-12-26 17:42:49 -05:00
Alexander K. Hudek ad0d1bc7e2 Revert poorly thought out error squashing. Any error in a transaction kills the transaction anyways. 2014-12-23 02:10:31 -05:00
Alexander K. Hudek 84a7c67156 Disable test broken due to redesign. 2014-12-02 23:35:52 -05:00
Alexander K. Hudek 5e1781fade Remove db from persistence api. 2014-08-27 23:46:13 -04:00
Alexander K. Hudek 7ccaeceb93 Removed the all-tests namespace and disabled one broken test so that 'lein test' works. 2014-08-27 00:56:31 -04:00
Alexander K. Hudek e830580da0 Refactored persistence layer to be more moduler. Fixed some problems with delta dispatch. 2014-08-27 00:38:22 -04:00
Dave Della Costa d0d67d68aa Deltas are now sent in batches. 2014-07-25 19:29:24 +09:00
Dave Della Costa 50100d17f6 Adds test for vexec! and with-view-transactions (but not recursive, yet); modifies database-fixtures to handle an optional vector arg of table names 2014-07-24 19:36:03 +09:00
Dave Della Costa 4bd320f4d6 restructures broadcast-deltas to handle multiple persistence models properly 2014-07-09 16:41:08 +09:00
Dave Della Costa 153b44ecc5 replaces pre-checks with simple table intersection check; moved some functions from core to deltas; adds tests for delta calculations (more to come) 2014-06-30 20:45:38 +09:00
Dave Della Costa ad8d261a4a restructured vexec! sig per plans; removed unnecessary code from router; added further customization features to base-subscribed-views; moved some actions from persistence -> base-subscribed-views 2014-06-19 19:45:40 +09:00
Dave Della Costa 21f6ff29d2 moves computing dummy-view outside of view-check 2014-06-19 12:08:35 +09:00
Dave Della Costa 0754d3afe9 prototype of new checks method; tweak config to generate schema itself 2014-06-18 19:32:43 +09:00
Dave Della Costa a33ee8a3f6 bulk-updates basically working. 2014-06-11 19:35:12 +09:00
Dave Della Costa 7dfa8f1df2 remove extraneous namespaces from views.repl 2014-06-11 17:35:38 +09:00
Dave Della Costa d89d8a2eb9 Splits out checks/delta calculation into views.db.deltas ns. Anticipate this will get broken up further if I can tease apart checks and delta calculations cleanly. Also, renamed persistor -> persistence to avoid Java-isms...still not happy with the protocols in this lib though. 2014-06-11 17:31:59 +09:00
Dave Della Costa 5a25838a69 got vexec! partially working 2014-06-10 20:34:36 +09:00
Dave Della Costa d34e37e4ca fully moved subscription persistence into persistor namespace; rearranged subscription fn args; added config 2014-06-10 19:29:44 +09:00
Dave Della Costa 6717ad46db breaks subscription implementation out into persistor model 2014-06-10 18:40:21 +09:00
Dave Della Costa 99f2ba61a4 prefix -> namespace, created default-ns namespace for subscriptions 2014-06-10 13:02:00 +09:00
Dave Della Costa e263ed10c6 better testing documentation; adds basic subscription functionality back to base-subscribed-views; beginning of bulk update functionality; moved all database table creation into SQL script 2014-06-10 12:12:21 +09:00
Dave Della Costa d63fc95ff1 removed more cruft, added testing instructions to README 2014-06-06 20:49:36 +09:00
Dave Della Costa d785d78048 moved db stuff around a bit; copied db/honeysql tests over from de.data 2014-06-06 20:45:30 +09:00
Dave Della Costa 3dc546e192 subscribing stores compiled views 2014-06-06 20:34:51 +09:00
Dave Della Costa 2388472f46 first commit; subscription code and view init code pulled out and tested; DE-specific code stripped 2014-06-06 19:58:08 +09:00