Commit Graph

36 Commits

Author SHA1 Message Date
Nicolas Dextraze
14a05606ab Merge pull request #10 from nicdex/8-fix-creation-time
using toNumber instead of toInt fixes the creation time issue
2016-11-06 16:24:24 -08:00
ed65fc8742 using toNumber instead of toInt fixes the creation time issue 2016-11-06 16:14:40 -08:00
c6a22739f3 Share InteliJ settings 2016-11-06 16:12:49 -08:00
Nicolas Dextraze
4a593053ad Merge pull request #7 from Adaptech/master
Samples for subscriptions, README.
2016-11-01 09:20:32 -07:00
Robert on Asus 305
5569dffaf5 Subscription samples. README. 2016-11-01 08:24:38 -07:00
Robert on Asus 305
bc66e4bc3c Samples: Subscriptions.
Subscribe to all events & subscribe to all events, catching up from the beginning.
2016-11-01 08:20:39 -07:00
Robert on Asus 305
39d5188f14 Samples: Storing events and subscribing. 2016-10-31 09:25:27 -07:00
Nicolas Dextraze
93e61434dd Update README for tests and fix tcp port for default 2016-10-30 09:44:29 -07:00
Nicolas Dextraze
29ee990a0a Merge pull request #6 from Adaptech/master
Getting Started - example
2016-10-30 09:33:08 -07:00
Robert on Asus 305
4f066bf00e Brevity. 2016-10-29 16:41:08 -07:00
Robert on Asus 305
69842b8d44 Getting Started. 2016-10-29 14:34:29 -07:00
Robert on Asus 305
51d5782387 Getting started example 2016-10-29 14:30:39 -07:00
Nicolas Dextraze
830a317f0d Bumping version to 0.0.7, exposing loggers, minor bug fixes, cluster connection (wip) 2016-10-20 04:40:46 -07:00
Nicolas Dextraze
f951a625f4 Performance improvement by using strict equality, fixed heartbeat issue in connection stage 2016-10-17 21:58:28 -07:00
Nicolas Dextraze
dd1302f641 Implemented connection to cluster using gossip seeds 2016-10-15 15:41:25 -07:00
Nicolas Dextraze
4ea996781f Adding tests 2016-10-14 22:53:23 -07:00
Nicolas Dextraze
b2504749ce Adding transaction tests 2016-03-18 14:04:07 -07:00
Nicolas Dextraze
a64dbc9b8e 0.0.2 2016-03-16 23:19:31 -07:00
Nicolas Dextraze
6cdf9a64a6 Use Long for int64 2016-03-16 23:18:48 -07:00
Nicolas Dextraze
ae1ddbe266 Update readme for NPM release 2016-03-16 23:15:25 -07:00
Nicolas Dextraze
77704a8786 Adding tests suites for readAll and readStream 2016-03-14 17:55:35 -07:00
Nicolas Dextraze
19ef91030c Updating README 2016-03-14 15:37:35 -07:00
Nicolas Dextraze
d1b9d6958b extracting base class for tests, adding readEvent tests, fixing typed error in related operations, adding a file logger 2016-03-13 18:38:42 -07:00
Nicolas Dextraze
0b63df85e7 Add failure scenarios tests for connection, appendToStream, deleteStream (wip) 2016-03-11 15:55:27 -08:00
Nicolas Dextraze
b0a0af536d for ClientMessage use pbjs generated script instead of .proto 2016-03-11 15:53:33 -08:00
Nicolas Dextraze
e2adb5325b Added Cluster connection to missing feature in README.md 2016-03-10 23:02:27 -08:00
Nicolas Dextraze
f1c3c42d46 Adding persistent subscription support 2016-03-10 22:57:39 -08:00
Nicolas Dextraze
29f6bf210b Updated README.md with dependencies 2016-03-09 17:08:03 -08:00
Nicolas Dextraze
b65600f92c Add Node.js >= 0.12 requirements in package.json 2016-03-09 17:04:03 -08:00
Nicolas Dextraze
74a9cdc532 using webpack to generate a distribution version in ./lib/dist.js 2016-03-09 17:03:26 -08:00
Nicolas Dextraze
05e693d7b9 Replace when with native Promise 2016-03-09 16:09:18 -08:00
Nicolas Dextraze
f948410140 Add .ided folder to gitignore 2016-03-09 15:38:46 -08:00
Nicolas Dextraze
3bf4b92ff3 Moved eventStoreConnection in it's onw file 2016-03-09 15:37:54 -08:00
Nicolas Dextraze
b5ed21755d Updated readme.md 2016-03-09 15:37:08 -08:00
Nicolas Dextraze
9be67bf7c7 Initial commit 2016-03-09 12:46:15 -08:00
Nicolas Dextraze
3a5a4111c1 Initial commit 2016-03-09 11:52:01 -08:00