Commit graph

60 commits

Author SHA1 Message Date
Gered b5fd5ca215 update project version to include patch number (1.6 -> 1.6.0)
needed for lein release usage
2022-01-12 17:33:38 -05:00
Gered 55fa4e485e update project.clj with lein release config stuff 2022-01-12 16:23:24 -05:00
Gered 7f1cbadf8b update project groupId 2022-01-12 16:10:53 -05:00
Gered e61d678003 update dependencies
also remove dependency on prismatic plumbing, since clojure 1.9 added
the swap-vals! function
2022-01-12 16:10:23 -05:00
Gered e334b36516 bump version for development 2016-06-27 18:38:16 -04:00
Gered 8b52af14b6 version 1.5 2016-06-27 18:35:13 -04:00
Gered ceb1bc6e1f minor cleanup 2016-06-27 18:35:01 -04:00
Gered f41b6d5c81 update project.clj 2016-05-21 19:45:39 -04:00
Gered 93617a4857 update project.clj
i don't need a bunch of this stuff in this fork. no sense keeping it
around (can re-add later if need-be)
2016-05-21 19:27:47 -04:00
Gered 1d42cd4c2e remove environ dependency (not needed anymore) 2016-05-21 19:16:49 -04:00
Gareth fb87dc75d1 Version 1.4.9-SNAPSHOT 2016-05-06 22:07:43 -04:00
Gareth 5b2c566208 Version 1.4.8 2016-05-06 22:07:41 -04:00
Gareth a6cf3397d8 Version 1.4.8-SNAPSHOT 2016-05-06 21:55:45 -04:00
Gareth ff20006051 Version 1.4.7 2016-05-06 21:55:45 -04:00
Gareth 995a172206 Version 1.4.7-SNAPSHOT 2016-05-06 21:45:50 -04:00
Gareth 28f563f7c5 Version 1.4.6 2016-05-06 21:45:49 -04:00
Gareth 7dda642911 upgraded deps 2016-05-06 21:44:58 -04:00
Gareth 9e8c927536 Version 1.4.6-SNAPSHOT 2016-05-05 21:59:03 -04:00
Gareth f98b75cd81 Version 1.4.5 2016-05-05 21:59:00 -04:00
Gareth 32559c1713 Version 1.4.5-SNAPSHOT 2016-05-05 21:56:43 -04:00
Gareth 56eab6903a Version 1.4.4 2016-05-05 21:56:41 -04:00
Gareth 209de76aec Version 1.4.4 2016-05-05 21:54:37 -04:00
Gareth 0f41136b7a added clojars repo 2016-05-05 20:41:34 -04:00
Gareth 29e23da77f added deploy to travis 2016-05-05 19:45:31 -04:00
Alexander Hudek cd6a6e559a Fix for updating hash. 2015-08-10 19:40:48 -04:00
Alexander Hudek bff7c9eb5f Fix concurrency error where an unsubscription can come in before the subscription is finished causing views to get stuck in the system. 2015-08-10 16:54:37 -04:00
Alexander Hudek fdc777a6be More specific error handling. 2015-07-08 18:31:49 -04:00
Dave Della Costa 943d7639c4 bump to 1.4.1 2015-05-21 16:38:39 +09:00
Gareth a23447f813 Updated dependencies and bumped version 2015-05-13 15:24:17 -04:00
Alexander K. Hudek 9087734118 Bump for new version. 2015-04-21 01:26:49 -04:00
Alexander K. Hudek 1fc23f994f Unsnapshot. 2015-04-10 00:35:48 -04:00
Alexander K. Hudek d1b3ce776b Added statistics collection. 2015-04-07 22:07:22 -04:00
Gareth 87b3837346 Updated to support "insert into ... select ..." 2015-03-30 16:39:29 -04:00
Alexander K. Hudek 626d0a6bb9 Added opton for immediate view refresh. 2015-03-12 23:07:42 -04:00
Alexander K. Hudek bbf1a4c794 Add environment variable to control the size of the refresh queue. 2015-02-12 15:44:57 -05:00
Alexander K. Hudek afb4b91103 Basic infrastructure working. 2015-01-18 18:13:50 -05: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 5ff1fed578 Add missing operators to list and add more error handling. 2014-12-23 20:04:11 -05:00
Alexander K. Hudek 4a06ad489f Remove more problem exception handling. 2014-12-23 18:38:08 -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 12de925465 Fix try catch block that was catching serialization errors. 2014-12-22 22:12:23 -05:00
Dave Della Costa d30bdb8017 Adds try/catch block for bad views at loading time; bump version to 4.5 2014-12-12 14:32:52 +09:00
Alexander K. Hudek d88471409e Allow serialization errors through internal error handling. 2014-12-02 13:14:18 -05:00
Alexander K. Hudek e67aa2508a Added extra error handling for handling invalid views. 2014-12-01 22:52:19 -05:00
Alexander K. Hudek fe8f222eab Remove snapshot. 2014-11-07 00:34:43 -05:00
Alexander K. Hudek 7684eb6506 Added error handling to go blocks. 2014-11-04 18:55:59 -05:00
Alexander K. Hudek 7d61caea52 Add buffers on channels. 2014-10-18 18:11:52 -04:00