Commit Graph

182 Commits

Author SHA1 Message Date
f7c13634cc Fixed failing samples
Updated uuid/webpack packages
Added froze on objects publicly exposed
Removed remaining while loops for actions/events processing
2017-04-16 12:51:17 -07:00
56c2dee6d6 Fix #30, publish version 0.0.31 2017-04-01 14:56:34 -07:00
Nicolas Dextraze
85814ed03f Fix binary string issue in Large event tests 2017-03-29 13:29:17 -07:00
Nicolas Dextraze
361330629d Merge pull request #28 from MarshallRJ/test-largeEvents
Test large events
2017-03-29 13:00:46 -07:00
Rob
883e89abfe [test] read a large event from the stream 2017-03-29 09:59:54 +02:00
Rob
e39280a2dc [test] append Large event to a stream 2017-03-29 09:59:20 +02:00
Nicolas Dextraze
05b36f22bc Published version 0.0.30 2017-03-24 19:05:51 -07:00
Nicolas Dextraze
217c1c6bb8 Fix a bug in tcpConnection that was blocking sending of packet > 64k. Fixes #27 2017-03-24 19:04:01 -07:00
Nicolas Dextraze
eaec15fe74 Merge pull request #26 from MarshallRJ/test-AppendToStream
[test] append to stream stress test
2017-03-24 17:51:24 -07:00
Rob
d71d565197 [test] append to stream stress test 2017-03-22 10:12:53 +02:00
9e29e60cfa Adding test around live/read events 2017-03-11 14:31:24 -08:00
Nicolas Dextraze
158ca2d0a7 v0.0.28 2017-02-25 14:12:13 -08:00
Nicolas Dextraze
34e928c440 Expose Position, publish version 0.0.27 2017-02-18 23:10:15 -08:00
212dd10ce2 Fix TypeScript definitions 2017-02-02 18:02:14 -08:00
Nicolas Dextraze
cf196b9cc2 Update README and publish 0.0.25 2017-01-29 11:09:09 -08:00
Nicolas Dextraze
b9de9568a5 Adding code style for jetbrains IDEs 2017-01-29 11:01:12 -08:00
Nicolas Dextraze
e2459321f6 Fixing small bugs in the reconnection logic 2017-01-29 11:00:40 -08:00
Nicolas Dextraze
5d6ec8b43f 19: Implement cluster discovery using dns. Adding missing file. 2017-01-29 10:59:55 -08:00
Nicolas Dextraze
1558918692 19: Implement cluster discovery using dns 2017-01-29 10:57:59 -08:00
Nicolas Dextraze
0463d85cfe Switch back non-cluster tests to localhost 2017-01-28 18:35:35 -08:00
Nicolas Dextraze
faed60b8ac Updated README, bumped to version 0.0.24 2017-01-28 18:28:36 -08:00
Nicolas Dextraze
006b5b4791 18 - Changing all hostname to host, fixing some async issues in tests 2017-01-28 18:04:58 -08:00
Nicolas Dextraze
f97b7fff8e Adding Vagrantfile for a vagrant machine running EventStore 2017-01-09 15:18:56 -08:00
cc0b6259d1 Fix missing return value in TypeScript definition.
Published version 0.0.23
2017-01-04 08:58:00 -08:00
a5a9f7c1ee Fixing extraneous deps issue 2017-01-03 11:02:54 -08:00
8d7996e547 Fix always connecting to localhost issue 2017-01-03 10:44:39 -08:00
3ae8086e8d Fix issue #15 - completed operation not removed from operation manager 2016-12-07 18:14:31 -08:00
c45155811e Published v0.0.18 2016-12-06 18:59:22 -08:00
3acfaafb2a 14 - fix creationConnection with tcp://host:port failing 2016-12-06 18:56:06 -08:00
52dee3584e Removing .idea/misc.xml file 2016-12-06 18:36:49 -08:00
dfd3ede298 Removed @types/es6-promise dev dependencies 2016-11-23 10:23:04 -08:00
c929681bbd Removing es6-promise reference from TypeScript declaration.
See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/5015 for explanation.
2016-11-23 10:15:37 -08:00
4a28a23e20 Fixing constructor/class definition for GossipSeed and UserCrendentials 2016-11-22 09:20:55 -08:00
eb5f95975b Fixing EventAppeared callback definition for TypeScript 2016-11-21 15:56:04 -08:00
Nicolas Dextraze
51adf5bcc8 Adding index.d.ts to files, version 0.0.13 2016-11-14 22:49:49 -08:00
Nicolas Dextraze
0fbbecea06 Merge branch '13-create-typescript-declarations' 2016-11-14 22:44:14 -08:00
Nicolas Dextraze
9b9e202cec Completing TypeScript declaration file (only missing persistent subscriptions) 2016-11-14 22:33:33 -08:00
60f1d7252b Minimalistic TypeScript declaration file, wip for issue #13 2016-11-14 21:38:24 -08:00
Nicolas Dextraze
9909bc053a Adding .idea files 2016-11-14 21:31:43 -08:00
Nicolas Dextraze
269c89be29 Add Documentation section to README 2016-11-07 22:09:57 -08:00
Nicolas Dextraze
99d9322d2a Merge branch '12-create-docs' 2016-11-07 21:56:04 -08:00
Nicolas Dextraze
39e47396b2 Published version 0.10 with docs 2016-11-07 21:55:52 -08:00
454b150fb6 Working on documentation (wip) 2016-11-06 22:58:11 -08:00
90e7ef1a9d Released npm package version 0.0.9 2016-11-06 16:28:24 -08:00
Nicolas Dextraze
9eb37ef42e Merge pull request #11 from nicdex/9-undefined-connectionId
9 - add missing connectionId to function parameter
2016-11-06 16:24:56 -08:00
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
7243163022 9 - add missing connectionId to function parameter 2016-11-06 16:23: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