Commit graph

  • 584f08739c bump to next snapshot version for future development master Gered 2022-01-12 17:34:20 -0500
  • f809116621 Version 1.6.0 v1.6.0 Gered 2022-01-12 17:34:06 -0500
  • b5fd5ca215 update project version to include patch number (1.6 -> 1.6.0) Gered 2022-01-12 17:33:38 -0500
  • 25a2b3eae8 update README.md Gered 2022-01-12 17:32:36 -0500
  • 55fa4e485e update project.clj with lein release config stuff Gered 2022-01-12 16:13:09 -0500
  • 7f1cbadf8b update project groupId Gered 2022-01-12 16:10:53 -0500
  • e61d678003 update dependencies Gered 2022-01-12 16:10:23 -0500
  • e334b36516 bump version for development Gered 2016-06-27 18:38:16 -0400
  • 8b52af14b6 version 1.5 v1.5 Gered 2016-06-27 18:35:13 -0400
  • ceb1bc6e1f minor cleanup Gered 2016-06-27 18:35:01 -0400
  • 586ea80453 update README.md Gered 2016-06-04 15:29:48 -0400
  • 75e2e9c506 update README.md with lots of usage documentation (finally!?) Gered 2016-06-02 19:28:16 -0400
  • 5780d6d3a3 add tests for init! argument changes made earlier Gered 2016-05-29 18:27:40 -0400
  • eed182bdd1 minor cleanups and addition of missing function doc comments Gered 2016-05-29 18:18:30 -0400
  • 123b343e81 clean up a bunch of function return values Gered 2016-05-29 18:15:53 -0400
  • 4a6794ff73 make waiting for threads to exit behaviour the default Gered 2016-05-29 18:04:40 -0400
  • 3e28d19474 make some more internal-use functions private Gered 2016-05-29 18:00:28 -0400
  • 3c1b145f2d update unit tests Gered 2016-05-29 17:57:05 -0400
  • 280d91b12b go back to non single/global view-system state atom Gered 2016-05-29 17:33:47 -0400
  • f857edd0d6 move statistics out of it's own atom into view-system Gered 2016-05-27 23:17:57 -0400
  • 24646b1077 simplify queue-hints! Gered 2016-05-27 23:07:07 -0400
  • 343d12849e add some test helper function comments Gered 2016-05-27 15:37:37 -0400
  • 6baf8c3c48 add refresh hint tests Gered 2016-05-27 15:29:42 -0400
  • 1f92c3fd2e update test memory database in prep. for usage in upcoming tests Gered 2016-05-27 13:11:38 -0400
  • e3e29d1d34 refactoring and cleanup Gered 2016-05-27 12:47:22 -0400
  • 1c47d4ca67 move actual view refresh processing to new fn to make testing easier Gered 2016-05-27 11:46:46 -0400
  • c31a896bd0 refactor Gered 2016-05-26 18:16:17 -0400
  • f5e5ec130f add subscription/unsubscription tests Gered 2016-05-26 18:09:43 -0400
  • 8b41703f97 remove old unit tests, begin adding new test suite Gered 2016-05-26 13:24:55 -0400
  • 41edaf8665 add option to shutdown fns to allow blocking until threads finish Gered 2016-05-26 13:24:23 -0400
  • c75cf6abbc fix options comment showing incorrect function argument order Gered 2016-05-25 17:43:40 -0400
  • 3a49cf561f clean up error logging Gered 2016-05-25 17:26:40 -0400
  • 2fc27341fe add missing cleanup of unneeded view hashes in unsubscribe-all Gered 2016-05-24 10:42:11 -0400
  • ff15c42f9a better way of picking which namespace to use in subscribe/unsubscribe Gered 2016-05-23 12:18:28 -0400
  • 8fb1a2cbbb update subscription auth failure handling & non-existing view handling Gered 2016-05-22 22:31:43 -0400
  • b9512ff9ba update gitignore Gered 2016-05-22 15:24:59 -0400
  • 38f74a880d keep a copy of the options used during init! in view-system Gered 2016-05-22 10:57:53 -0400
  • f41b6d5c81 update project.clj Gered 2016-05-21 19:45:39 -0400
  • 94e4e6443f update README.md Gered 2016-05-21 19:33:15 -0400
  • 93617a4857 update project.clj Gered 2016-05-21 19:27:47 -0400
  • 1d42cd4c2e remove environ dependency (not needed anymore) Gered 2016-05-21 19:16:49 -0400
  • 943a99717f move refresh queue array object into view-system atom Gered 2016-05-21 19:12:34 -0400
  • 36f3bdfc64 logging updates Gered 2016-05-21 18:49:33 -0400
  • 06f275399a clean up init! and how view-system options are set Gered 2016-05-21 18:19:21 -0400
  • 4458ba3ea3 replace add-hint! with queue-hints! Gered 2016-05-21 17:21:03 -0400
  • 874cabdb2d add put-hints! Gered 2016-05-21 16:29:00 -0400
  • 2faf596777 add main init/shutdown to start/stop logging if logger option is given Gered 2016-05-21 15:59:22 -0400
  • 323e7497c3 add start/stop functions for the statistics logger Gered 2016-05-21 15:50:39 -0400
  • eb55744429 minor cleanup Gered 2016-05-21 14:38:57 -0400
  • 2045333ef1 doc comment updates/additions Gered 2016-05-20 19:20:05 -0400
  • 172a165549 cleanup old commented out test code Gered 2016-05-20 18:36:19 -0400
  • e2dc232392 add "type" to hint maps Gered 2016-05-20 18:13:55 -0400
  • eddcfa0929 add namespace-fn for selecting view-sig namespaces on view subs/unsubs Gered 2016-05-20 12:17:09 -0400
  • 202ec3995a add auth-fn to allow plugging in pre-subscription authorization checks Gered 2016-05-20 11:39:40 -0400
  • 5e253fce31 don't send view-sig namespace out with view data refreshes Gered 2016-05-19 22:54:27 -0400
  • e4cae8772e wrap calls to view-system send-fn Gered 2016-05-19 22:23:52 -0400
  • d64ece2c27 convert to using maps as view-sigs Gered 2016-05-19 22:23:14 -0400
  • defd41dd33 add helper init/shutdown functions Gered 2016-05-19 17:36:21 -0400
  • 78feb25839 add helper for setting a put-hints-fn function for IView implementations Gered 2016-05-19 17:34:25 -0400
  • c2ef73e311 also clean up hashes for views with no subscriptions Gered 2016-05-19 10:33:46 -0400
  • bbb3a3f189 add convenience function for application config Gered 2016-05-19 10:23:41 -0400
  • 6636b1e720 if hints is empty (frequently is), no reason to call refresh-view Gered 2016-05-19 10:22:09 -0400
  • 4559d39bb7 prevent subscriber and subscribed lists from endlessly filling up Gered 2016-05-19 10:20:07 -0400
  • 5ec96d6db2 contentious change (probably): convert to single global view-system atom Gered 2016-05-18 18:57:01 -0400
  • f9c15d6cd6 make refresh watcher/worker threads stoppable (and restartable) Gered 2016-05-18 17:40:07 -0400
  • 5fdc6334bb Merge pull request #2 from kirasystems/travis Joey Coleman 2016-05-07 11:20:06 -0400
  • 30e529413b updated copyright Gareth 2016-05-06 22:50:16 -0400
  • fb87dc75d1 Version 1.4.9-SNAPSHOT Gareth 2016-05-06 22:07:43 -0400
  • 5b2c566208 Version 1.4.8 1.4.8 Gareth 2016-05-06 22:07:41 -0400
  • 6253236a47 trying global vars Gareth 2016-05-06 22:07:27 -0400
  • a6cf3397d8 Version 1.4.8-SNAPSHOT Gareth 2016-05-06 21:55:45 -0400
  • ff20006051 Version 1.4.7 1.4.7 Gareth 2016-05-06 21:55:45 -0400
  • 29c4cd90d1 hopefully fixed secure vars Gareth 2016-05-06 21:55:33 -0400
  • 995a172206 Version 1.4.7-SNAPSHOT Gareth 2016-05-06 21:45:50 -0400
  • 28f563f7c5 Version 1.4.6 1.4.6 Gareth 2016-05-06 21:45:49 -0400
  • 7dda642911 upgraded deps Gareth 2016-05-06 21:44:58 -0400
  • 4941e1d76f added encrypted vars Gareth 2016-05-06 21:18:39 -0400
  • 90fee2c049 added slack integration Gareth 2016-05-06 15:37:58 -0400
  • 9e8c927536 Version 1.4.6-SNAPSHOT Gareth 2016-05-05 21:59:03 -0400
  • f98b75cd81 Version 1.4.5 1.4.5 Gareth 2016-05-05 21:59:00 -0400
  • 32559c1713 Version 1.4.5-SNAPSHOT Gareth 2016-05-05 21:56:43 -0400
  • 56eab6903a Version 1.4.4 1.4.4 Gareth 2016-05-05 21:56:41 -0400
  • 209de76aec Version 1.4.4 Gareth 2016-05-05 21:54:37 -0400
  • 5f95980ba1 added build, dependency and version badges to readme Gareth 2016-05-05 21:37:20 -0400
  • 554eb69270 limit travis to build only when tagged Gareth 2016-05-05 21:15:33 -0400
  • 3f1181c23c updated deploy step in .travis.yml Gareth 2016-05-05 20:45:23 -0400
  • 0f41136b7a added clojars repo Gareth 2016-05-05 20:41:34 -0400
  • 29e23da77f added deploy to travis Gareth 2016-05-05 19:45:31 -0400
  • 140ba72fbb added travis.yml to test travis ci Gareth 2016-05-05 17:20:05 -0400
  • cd6a6e559a Fix for updating hash. Alexander Hudek 2015-08-10 19:40:48 -0400
  • bff7c9eb5f Fix concurrency error where an unsubscription can come in before the subscription is finished causing views to get stuck in the system. Alexander Hudek 2015-08-10 16:54:37 -0400
  • ced5a7abd0 Update gitignore to exclude intellij files. Alexander Hudek 2015-08-10 16:53:41 -0400
  • 6131e020a6 Merge branch 'master' of github.com:kirasystems/views Alexander Hudek 2015-07-08 21:56:36 -0400
  • fdc777a6be More specific error handling. Alexander Hudek 2015-07-08 18:31:49 -0400
  • 8815dfc14c Added exception logging to subscribe! Gareth 2015-06-05 12:01:59 -0400
  • 943d7639c4 bump to 1.4.1 Dave Della Costa 2015-05-21 16:38:39 +0900
  • a23447f813 Updated dependencies and bumped version Gareth 2015-05-13 15:24:17 -0400
  • ed56474e6e Update views readme. Alexander K. Hudek 2015-04-21 01:29:15 -0400
  • 9087734118 Bump for new version. Alexander K. Hudek 2015-04-21 01:26:49 -0400
  • 73897e543f Merge branch 'master' of github.com:diligenceengine/views 1.3.0 Alexander K. Hudek 2015-04-10 00:35:55 -0400