Commit Graph

  • 990351738c Update proto Nicolas Dextraze 2017-10-17 14:31:26 -0700
  • 18e35c56f9 Adding speed tests Nicolas Dextraze 2017-09-03 12:37:41 -0700
  • 20de4c3715 remove useless new Buffer(guidParse.parse(...)) since it's now returning a buffer Nicolas Dextraze 2017-09-03 12:36:39 -0700
  • 60d2a1e5ee Release version 0.1.8 Nicolas Dextraze 2017-09-03 09:57:22 -0700
  • a8081a280a Fix GUID bytes ordering Nicolas Dextraze 2017-09-02 15:30:19 -0700
  • 7c94e26055 handle eventAppeared callback returning Promise Nicolas Dextraze 2017-07-16 17:11:54 -0700
  • 0b968c40e8 Released version 0.1.5 Nicolas Dextraze 2017-06-30 19:20:24 -0700
  • 21ab49845f Adding persistent subscription API to typescript definition Nicolas Dextraze 2017-06-30 18:54:56 -0700
  • 6634dee5f3 Fix unhandled rejection issue with connectToPersistentSubscription #44 Nicolas Dextraze 2017-06-30 18:54:25 -0700
  • 1d21facd2c Fix #41 Nicolas Dextraze 2017-06-24 11:32:04 -0700
  • 8735b23bf9 Remove strictness of UUID Nicolas Dextraze 2017-06-05 15:23:27 -0700
  • f66decdfb3 Rename project to node-eventstore-client Nicolas Dextraze 2017-05-17 12:46:27 -0700
  • 121e248dd8 #35 implement heartbeatInfo event on connection Nicolas Dextraze 2017-05-15 12:55:14 -0700
  • 917b89cf3d Minor fixes after merging PR #33, adding cluster connection example in samples/simple.js Nicolas Dextraze 2017-04-26 18:10:27 -0700
  • a1b9d6db9b Merge pull request #33 from paullucas/master Nicolas Dextraze 2017-04-26 17:54:03 -0700
  • 83b88fc015 Add optional require statement for client Paul 2017-04-20 19:40:09 -0700
  • 4130ab646c Refactor samples Paul 2017-04-20 19:32:53 -0700
  • 83cfa8fe1c Updated protobufjs to latest version Nicolas Dextraze 2017-04-16 15:51:09 -0700
  • e0446cfb3e Current features have been stable for a while, so I'm bumping version to 0.1.0 Nicolas Dextraze 2017-04-16 13:11:56 -0700
  • 0302099a16 Published version 0.0.32 Nicolas Dextraze 2017-04-16 12:55:56 -0700
  • f7c13634cc Fixed failing samples Updated uuid/webpack packages Added froze on objects publicly exposed Removed remaining while loops for actions/events processing Nicolas Dextraze 2017-04-16 12:51:17 -0700
  • 56c2dee6d6 Fix #30, publish version 0.0.31 Nicolas Dextraze 2017-04-01 14:56:34 -0700
  • 85814ed03f Fix binary string issue in Large event tests Nicolas Dextraze 2017-03-29 13:29:17 -0700
  • 361330629d Merge pull request #28 from MarshallRJ/test-largeEvents Nicolas Dextraze 2017-03-29 13:00:46 -0700
  • 883e89abfe [test] read a large event from the stream Rob 2017-03-29 09:59:54 +0200
  • e39280a2dc [test] append Large event to a stream Rob 2017-03-29 09:59:20 +0200
  • 05b36f22bc Published version 0.0.30 Nicolas Dextraze 2017-03-24 19:05:51 -0700
  • 217c1c6bb8 Fix a bug in tcpConnection that was blocking sending of packet > 64k. Fixes #27 Nicolas Dextraze 2017-03-24 19:04:01 -0700
  • eaec15fe74 Merge pull request #26 from MarshallRJ/test-AppendToStream Nicolas Dextraze 2017-03-24 17:51:24 -0700
  • d71d565197 [test] append to stream stress test Rob 2017-03-22 10:12:53 +0200
  • 9e29e60cfa Adding test around live/read events Nicolas Dextraze 2017-03-11 14:31:24 -0800
  • 158ca2d0a7 v0.0.28 v0.0.28 Nicolas Dextraze 2017-02-25 14:12:13 -0800
  • 34e928c440 Expose Position, publish version 0.0.27 Nicolas Dextraze 2017-02-18 23:10:15 -0800
  • 212dd10ce2 Fix TypeScript definitions Nicolas Dextraze 2017-02-02 18:02:14 -0800
  • cf196b9cc2 Update README and publish 0.0.25 Nicolas Dextraze 2017-01-29 11:09:09 -0800
  • b9de9568a5 Adding code style for jetbrains IDEs Nicolas Dextraze 2017-01-29 11:01:12 -0800
  • e2459321f6 Fixing small bugs in the reconnection logic Nicolas Dextraze 2017-01-29 11:00:40 -0800
  • 5d6ec8b43f 19: Implement cluster discovery using dns. Adding missing file. Nicolas Dextraze 2017-01-29 10:59:55 -0800
  • 1558918692 19: Implement cluster discovery using dns Nicolas Dextraze 2017-01-29 10:57:59 -0800
  • 0463d85cfe Switch back non-cluster tests to localhost Nicolas Dextraze 2017-01-28 18:35:35 -0800
  • faed60b8ac Updated README, bumped to version 0.0.24 Nicolas Dextraze 2017-01-28 18:28:36 -0800
  • 006b5b4791 18 - Changing all hostname to host, fixing some async issues in tests Nicolas Dextraze 2017-01-28 18:04:58 -0800
  • f97b7fff8e Adding Vagrantfile for a vagrant machine running EventStore Nicolas Dextraze 2017-01-09 15:18:56 -0800
  • cc0b6259d1 Fix missing return value in TypeScript definition. Published version 0.0.23 Nicolas Dextraze 2017-01-04 08:58:00 -0800
  • a5a9f7c1ee Fixing extraneous deps issue Nicolas Dextraze 2017-01-03 11:02:54 -0800
  • 8d7996e547 Fix always connecting to localhost issue Nicolas Dextraze 2017-01-03 10:44:39 -0800
  • 3ae8086e8d Fix issue #15 - completed operation not removed from operation manager Nicolas Dextraze 2016-12-07 18:14:31 -0800
  • c45155811e Published v0.0.18 Nicolas Dextraze 2016-12-06 18:59:22 -0800
  • 3acfaafb2a 14 - fix creationConnection with tcp://host:port failing Nicolas Dextraze 2016-12-06 18:54:04 -0800
  • 52dee3584e Removing .idea/misc.xml file Nicolas Dextraze 2016-12-06 18:36:37 -0800
  • dfd3ede298 Removed @types/es6-promise dev dependencies Nicolas Dextraze 2016-11-23 10:23:04 -0800
  • c929681bbd Removing es6-promise reference from TypeScript declaration. See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/5015 for explanation. Nicolas Dextraze 2016-11-23 10:15:37 -0800
  • 4a28a23e20 Fixing constructor/class definition for GossipSeed and UserCrendentials Nicolas Dextraze 2016-11-22 09:20:55 -0800
  • eb5f95975b Fixing EventAppeared callback definition for TypeScript Nicolas Dextraze 2016-11-21 15:56:04 -0800
  • 51adf5bcc8 Adding index.d.ts to files, version 0.0.13 Nicolas Dextraze 2016-11-14 22:49:49 -0800
  • 0fbbecea06 Merge branch '13-create-typescript-declarations' Nicolas Dextraze 2016-11-14 22:44:14 -0800
  • 9b9e202cec Completing TypeScript declaration file (only missing persistent subscriptions) Nicolas Dextraze 2016-11-14 22:33:33 -0800
  • 60f1d7252b Minimalistic TypeScript declaration file, wip for issue #13 Nicolas Dextraze 2016-11-13 23:21:01 -0800
  • 9909bc053a Adding .idea files Nicolas Dextraze 2016-11-14 21:31:43 -0800
  • 269c89be29 Add Documentation section to README Nicolas Dextraze 2016-11-07 22:09:57 -0800
  • 99d9322d2a Merge branch '12-create-docs' Nicolas Dextraze 2016-11-07 21:56:04 -0800
  • 39e47396b2 Published version 0.10 with docs Nicolas Dextraze 2016-11-07 21:55:52 -0800
  • 454b150fb6 Working on documentation (wip) Nicolas Dextraze 2016-11-06 22:58:11 -0800
  • 90e7ef1a9d Released npm package version 0.0.9 Nicolas Dextraze 2016-11-06 16:28:24 -0800
  • 9eb37ef42e Merge pull request #11 from nicdex/9-undefined-connectionId Nicolas Dextraze 2016-11-06 16:24:56 -0800
  • 14a05606ab Merge pull request #10 from nicdex/8-fix-creation-time Nicolas Dextraze 2016-11-06 16:24:24 -0800
  • 7243163022 9 - add missing connectionId to function parameter Nicolas Dextraze 2016-11-06 16:23:24 -0800
  • ed65fc8742 using toNumber instead of toInt fixes the creation time issue Nicolas Dextraze 2016-11-06 16:14:40 -0800
  • c6a22739f3 Share InteliJ settings Nicolas Dextraze 2016-11-06 16:12:49 -0800
  • 4a593053ad Merge pull request #7 from Adaptech/master Nicolas Dextraze 2016-11-01 09:20:32 -0700
  • 5569dffaf5 Subscription samples. README. Robert on Asus 305 2016-11-01 08:21:04 -0700
  • bc66e4bc3c Samples: Subscriptions. Subscribe to all events & subscribe to all events, catching up from the beginning. Robert on Asus 305 2016-11-01 07:26:27 -0700
  • 39d5188f14 Samples: Storing events and subscribing. Robert on Asus 305 2016-10-31 09:25:27 -0700
  • 93e61434dd Update README for tests and fix tcp port for default Nicolas Dextraze 2016-10-30 09:44:29 -0700
  • 29ee990a0a Merge pull request #6 from Adaptech/master Nicolas Dextraze 2016-10-30 09:33:08 -0700
  • 4f066bf00e Brevity. Robert on Asus 305 2016-10-29 16:41:08 -0700
  • 69842b8d44 Getting Started. Robert on Asus 305 2016-10-29 14:34:29 -0700
  • 51d5782387 Getting started example Robert on Asus 305 2016-10-29 14:30:39 -0700
  • 830a317f0d Bumping version to 0.0.7, exposing loggers, minor bug fixes, cluster connection (wip) Nicolas Dextraze 2016-10-20 04:40:46 -0700
  • f951a625f4 Performance improvement by using strict equality, fixed heartbeat issue in connection stage Nicolas Dextraze 2016-10-17 21:58:28 -0700
  • dd1302f641 Implemented connection to cluster using gossip seeds Nicolas Dextraze 2016-10-15 15:41:25 -0700
  • 4ea996781f Adding tests Nicolas Dextraze 2016-10-14 22:53:23 -0700
  • b2504749ce Adding transaction tests Nicolas Dextraze 2016-03-18 14:04:07 -0700
  • a64dbc9b8e 0.0.2 v0.0.2 Nicolas Dextraze 2016-03-16 23:19:31 -0700
  • 6cdf9a64a6 Use Long for int64 Nicolas Dextraze 2016-03-16 23:18:48 -0700
  • ae1ddbe266 Update readme for NPM release Nicolas Dextraze 2016-03-16 23:15:25 -0700
  • 77704a8786 Adding tests suites for readAll and readStream Nicolas Dextraze 2016-03-14 17:55:35 -0700
  • 19ef91030c Updating README Nicolas Dextraze 2016-03-14 15:37:35 -0700
  • d1b9d6958b extracting base class for tests, adding readEvent tests, fixing typed error in related operations, adding a file logger Nicolas Dextraze 2016-03-13 18:38:42 -0700
  • 0b63df85e7 Add failure scenarios tests for connection, appendToStream, deleteStream (wip) Nicolas Dextraze 2016-03-11 15:55:27 -0800
  • b0a0af536d for ClientMessage use pbjs generated script instead of .proto Nicolas Dextraze 2016-03-11 15:53:33 -0800
  • e2adb5325b Added Cluster connection to missing feature in README.md Nicolas Dextraze 2016-03-10 23:02:27 -0800
  • f1c3c42d46 Adding persistent subscription support Nicolas Dextraze 2016-03-10 22:57:39 -0800
  • 29f6bf210b Updated README.md with dependencies Nicolas Dextraze 2016-03-09 17:08:03 -0800
  • b65600f92c Add Node.js >= 0.12 requirements in package.json Nicolas Dextraze 2016-03-09 17:04:03 -0800
  • 74a9cdc532 using webpack to generate a distribution version in ./lib/dist.js Nicolas Dextraze 2016-03-09 17:03:26 -0800
  • 05e693d7b9 Replace when with native Promise Nicolas Dextraze 2016-03-09 16:09:18 -0800
  • f948410140 Add .ided folder to gitignore Nicolas Dextraze 2016-03-09 15:38:46 -0800
  • 3bf4b92ff3 Moved eventStoreConnection in it's onw file Nicolas Dextraze 2016-03-09 15:37:54 -0800
  • b5ed21755d Updated readme.md Nicolas Dextraze 2016-03-09 15:37:08 -0800