Commit Graph

162 Commits

Author SHA1 Message Date
Josef Brandl
e0fcf9a72d
Make type definition of expectedVersion match implementation 2019-08-11 18:54:06 +02:00
Nicolas Dextraze
02642c5cfb Fix appendToStream with expectedVersion any and same event not working due to protobufjs bug 2019-08-02 22:34:38 -07:00
Nicolas Dextraze
d64f181dbb release version 0.2.12 2019-06-06 12:22:00 -07:00
Nicolas Dextraze
9e31b17c44
Merge pull request #80 from jdextraze/jdextraze/simple-queued-handler-log-issue
Fix error with logging in SimpleQueuedHandler handler
2019-06-06 12:16:53 -07:00
Jonathan Dextraze
4ae4c1e010 Fix error with logging in SimpleQueuedHandler handler 2019-06-06 11:42:22 -07:00
76a405ace2 Publish version 0.2.11
Fixing #72, #73, #74
2019-05-20 13:06:20 -07:00
Nicolas Dextraze
930b900426
Merge pull request #78 from Poimen/fix-issue-76
Adds extra options to delete
2019-05-20 13:01:26 -07:00
Nicolas Dextraze
934251d7fa
Merge pull request #77 from Poimen/fix-issue-75
Add reset endpoint to projection manager
2019-05-20 13:00:44 -07:00
Richard Shephard
1449b43b8d Fix missing = in delete uri 2019-05-17 17:48:29 +02:00
Richard Shephard
2f4850680f Fix incorrect variables used after undefined removal 2019-05-16 17:01:30 +02:00
Richard Shephard
8f68923008 Remove undefine's check as the options will need to be provided anyways... 2019-05-16 17:00:47 +02:00
Richard Shephard
8e54a22cd2 Fix uri for reset 2019-05-16 16:52:11 +02:00
Richard Shephard
6663b42903 Fix sendDelete call to provide empty data so header is correct 2019-05-16 16:18:09 +02:00
Richard Shephard
ad8d16d112 Fix documentation 2019-05-16 15:37:58 +02:00
Richard Shephard
bebd04a398 Fix client endpoint used 2019-05-16 15:36:05 +02:00
Richard Shephard
4d981596eb Fix typings for delete (there is no deleteQuery) in projection manager 2019-05-16 15:35:20 +02:00
Richard Shephard
7ccced45aa Add reset endpoint 2019-05-16 13:57:11 +02:00
Richard Shephard
88df807508 Update documentation for strict-event-emitter-types dependency 2019-05-16 11:59:56 +02:00
Richard Shephard
35f720f94f Added extra parameters to delete projections 2019-05-16 11:56:25 +02:00
Nicolas Dextraze
6d49f51e7d fix issue #74 - projections manager create continuous trackEmittedStreams parameter should be lowercase 2019-05-15 10:23:48 -07:00
Nicolas Dextraze
d8baed4c5d fix issue #73 - move types dependencies from dev dependencies so they install for dependant 2019-05-15 09:52:57 -07:00
Nicolas Dextraze
7e5327c278 Published version 0.2.10 and moved types dependencies to devDependencies 2019-02-19 09:03:17 -08:00
Nicolas Dextraze
bb53c01fe8
Merge pull request #69 from sebastianneb/68-debug
Fix for issue #68 by using self._log_debug instead of this._log.debug
2019-02-19 08:26:20 -08:00
Neb, Sebastian
20818869f1 Fix for issue #68 by using self._log_debug instead of this._log.debug 2019-02-19 09:55:49 +01:00
Nicolas Dextraze
16f172c6f2
Merge pull request #66 from Ulrikop/ts-declarations
Adds EventEmitter declarations to EventStoreNodeConnection
2019-02-18 09:16:11 -08:00
Nicolas Dextraze
7db060af6e Removed some console
Fixed issue 60
2019-02-18 09:12:28 -08:00
Nicolas Dextraze
2c272a19f5
Merge pull request #67 from JurJean/remove-subscription-started-log
Remove subscription started log
2019-02-14 20:44:20 -08:00
Jur Jean
7dc4658719 Merge branch 'master' of github.com:nicdex/node-eventstore-client into remove-subscription-started-log 2019-02-13 12:51:07 +01:00
Jur Jean
811368c1af Removed the console log about subscription started 2019-02-13 12:50:32 +01:00
Ulrikop
fcf27fba20 Changes ts declaration for EventStoreNodeConnection so that it offers all EventEmitter methods. 2019-02-09 13:16:07 +01:00
Nicolas Dextraze
e9d86a3c4d Fix issue #63 - export PersistentSubscriptionNakEventAction 2019-01-17 10:00:49 -08:00
Nicolas Dextraze
0db2b93b79
Merge pull request #62 from JurJean/invalid-missing-content-type
Send Content-Length to eliminate missing Content-Type error in some cases
2018-12-05 08:59:53 -08:00
Jur Jean
ef26ed636f Send Content-Length to eliminate missing Content-Type error in some cases 2018-12-04 14:05:44 +01:00
2893454e8a Updated messages.proto to have optional event for ResolvedEvent and ResolvedIndexedEvent and regenarated protobuf code 2018-10-27 16:00:44 -07:00
a0642ab081 Re-add optional (allowing null) on ResolvedEvent event property in protobuf 2018-10-27 15:50:11 -07:00
760d31cc31 Published 0.2.5 to npm 2018-10-21 14:55:05 -07:00
c1f17a7d99 #61 fixed subscriptionDropped being called only once
Added subscribe-all-from-events sample to test
2018-10-21 14:47:25 -07:00
96145fbe49 Published 0.2.4, adding package-lock.json 2018-09-01 14:06:24 -07:00
Nicolas Dextraze
5ac4a206ad
Merge pull request #59 from sledorze/master
Fix definitions of PersistentSubscriptions
2018-09-01 13:51:41 -07:00
Stéphane Le Dorze
e1f99cecbc
Fix definitions of PersistenSubscriptions
`userCredentials` is now correctly typed as `UserCredentials`
2018-08-21 10:17:46 +02:00
Nicolas Dextraze
0a64b37b6f Fix issue with fake-server 2018-07-11 16:10:53 -07:00
Nicolas Dextraze
3421d41068 Adding a fake server for testing purpose 2018-07-10 09:22:21 -07:00
215708014c Add Object.freeze on private enums
Improve code readability
2018-07-09 10:27:12 -07:00
Nicolas Dextraze
c3a63ff8b7
Merge pull request #58 from cdimitroulas/improve-docs
improve docs for createConnection
2018-07-09 09:12:43 -07:00
Christos Dimitroulas
d8c0bfb03a improve docs for createConnection 2018-07-09 11:58:39 +01:00
34e8262dc8 Make Ssl tests opt-in 2018-04-12 09:42:49 -07:00
bc2fbe14e3 Adding SSL support, release 0.2.3 2018-03-11 15:25:44 -07:00
9fc5d64ceb Adding start/end as static Position
Add the streamPosition constants
Move Projections into the expose classes section
Version 0.2.2
2018-02-19 10:06:33 -08:00
Nicolas Dextraze
2bdd74e041
Merge pull request #53 from paullucas/master
Upgrade jsdoc to version 3.5.5
2018-02-18 17:03:07 -08:00
Paul
fde6ad2e77 Use jsdoc version 3.5.5 2018-02-18 16:50:59 -08:00