зеркало из
1
0
Форкнуть 0
Граф коммитов

452 Коммитов

Автор SHA1 Сообщение Дата
Ramya Rao b9b270ccca
Update broken links in README (#212) 2019-04-10 10:16:44 -07:00
Jeremy Meng 50832bade0
Merge pull request #206 from jeremymeng/retiring
Point to the central repository
2019-02-19 12:22:52 -08:00
Jeremy Meng bf59ca44eb Point to the central repository 2019-02-19 18:49:04 +00:00
Jeremy Meng 2f4a3c8427
Merge pull request #198 from jeremymeng/tweak-build-for-processor
Apply build configuration from template for EPH
2019-02-14 16:10:09 -08:00
Jeremy Meng 1db13fdf3e Apply build configuration from template for EPH
- Fix tsc and tslint errors.

- Add rollup configurations.

- Pass `--exit` to Mocha.

The old `unit` run script does the same to force Mocha to exit after
tests complete running.

Our tests hold onto active timers at the end so without this option
Mocha will not exit until after 45 minutes. See
https://github.com/Azure/azure-event-hubs-node/issues/188 for more
details.

Also increasing test timeout.

- Bump package versions.

- Remove usage of `path-browserify`.

According to https://github.com/browserify/path-browserify#install,
Node.js has `path` built-in, and for browsers, bundlers like
browserify or webpack include the `path-browserify` module by
default.

- Upgrade `nyc` to fix the npm audit warning.
2019-02-15 00:03:03 +00:00
Jeremy Meng b3c39abba1
Merge pull request #196 from jeremymeng/tweak-build-for-client
Apply build configuration from sdk template to client
2019-02-14 16:00:56 -08:00
Jeremy Meng 4f18a4adb8 Apply build configuration from sdk template to client
- Add build configuration from sdk template

- Fix tsc and tslint errors

- Add a README.md for client examples

- Bump version to 2.0.0-preview.1
2019-02-14 23:55:23 +00:00
ShivangiReja 3c34bf0f31 Fix samples for Event Hubs (#194) 2019-02-13 15:14:36 -08:00
Jeremy Meng 1ddcbd5c86 Enable API doc generation using api-extractor (#199) 2019-02-13 12:23:05 -08:00
Jeremy Meng 8eb89d186d Update Copyright header (#197) 2019-02-13 11:25:54 -08:00
Jeremy Meng f5a09e409a Update test endpoint that is missing path (#190)
amqp-common 0.1.4 and later introduced a different error for the
invalid endpoint of "abc". This change update the endpoint so that we
can still test the missing path error, which technically is a
different error thrown from a different method starting from
amqp-common 0.1.4 or later. It just have the same error type and error
message as the old one.
2019-02-11 16:08:21 -08:00
Jeremy Meng 3c865b47be Update expected error in invalid partition id test (#187) 2019-02-07 11:41:40 -08:00
Amar Zavery 4a3961ee71
Merge pull request #175 from ramya-rao-a/connection-error
Use isItselfClosed() to determine if sdk initiatied close
2018-12-15 00:36:29 +05:30
Ramya Achutha Rao b80cfb7c57 1.0.8 Changelog 2018-12-14 11:00:48 -08:00
Ramya Achutha Rao 4245d0fe9e Changelog and version update 2018-12-14 10:56:48 -08:00
Ramya Achutha Rao f409dedad2 Use isItselfClosed() to determine if sdk initiatied close 2018-12-14 10:38:44 -08:00
Amar Zavery c7c318ac1e
Merge pull request #170 from amarzavery/component
update changelog and package version
2018-10-25 18:29:15 -07:00
Amar Zavery 6f941056e7 update changelog and package version 2018-10-25 18:23:24 -07:00
Amar Zavery c677dba0a1
Merge pull request #169 from princjef/empty-messageid
Only set message_id when provided by caller
2018-10-25 16:14:29 -07:00
Jeff Principe 06afe30fa2 Only set message_id when provided by caller 2018-10-25 15:39:03 -07:00
Amar Zavery dff107968b
Merge pull request #166 from amarzavery/component
[EPH] use EventHubConnectionConfig and remove dependency on amp-common and rhea-promise
2018-10-05 13:07:52 -07:00
Amar Zavery ba99925a6c use EventHubConnectionConfig and remove dependency on amp-common and rhea-promise 2018-10-05 13:05:19 -07:00
Amar Zavery edfdffbf5b
Merge pull request #165 from amarzavery/component
export `EventHubConnectionConfig` from the library.
2018-10-05 12:30:22 -07:00
Amar Zavery b153ade689 export `EventHubConnectionConfig` from the library. 2018-10-05 12:25:37 -07:00
Amar Zavery 448a0ea851
Merge pull request #164 from amarzavery/component
update package.json for eph
2018-10-01 18:26:23 -07:00
Amar Zavery bf9af58f2a update package.json for eph 2018-10-01 18:22:35 -07:00
Amar Zavery 5c164fc2b6
Merge pull request #163 from amarzavery/component
Move common parts to amqp-common and use rhea-promise
2018-10-01 17:55:27 -07:00
Amar Zavery 6c2e93bad0 review feedback 2018-10-01 17:40:34 -07:00
Amar Zavery 41e350757e change reference of amqp-common to 0.1.3 2018-10-01 17:37:17 -07:00
Amar Zavery ec200ae454 update package-lock.json for testhub 2018-09-29 18:14:15 -07:00
Amar Zavery 74d7d7c3d0 update to use @azure/amqp-common 2018-09-29 15:08:36 -07:00
Amar Zavery b3c7610db9 use Iothub and EventHub connection config 2018-09-29 12:00:23 -07:00
Amar Zavery 54277c9f12 update version to 1.0.5 2018-09-28 14:33:22 -07:00
Amar Zavery 642c8f09cf Merge branch 'master' of github.com:azure/azure-event-hubs-node into component 2018-09-28 14:32:01 -07:00
Amar Zavery dc4207b083 update dependencies of amqp-common and rhea-promise 2018-09-28 14:17:54 -07:00
Amar Zavery 3153244c29 use the private receiver/sender or from the context. All tests passing. 2018-09-28 00:52:05 -07:00
Amar Zavery 0c23de7e62 more changes 2018-09-26 22:22:40 -07:00
Amar Zavery 02c762be07
Merge pull request #162 from amarzavery/upmsrest
EPH: Bumping minimum version of @azure/event-hubs to "1.0.4".
2018-09-26 20:59:54 -07:00
Amar Zavery 04464c6370 EPH: Bumping minimum version of @azure/event-hubs to "1.0.4". 2018-09-26 20:56:16 -07:00
Amar Zavery 1c10d0391f
Merge pull request #161 from amarzavery/upmsrest
update the version of ms-rest-azure to "2.5.9"
2018-09-26 20:53:27 -07:00
Amar Zavery 5989ac8e4d update the version of ms-rest-azure to "2.5.9" 2018-09-26 20:49:41 -07:00
Amar Zavery b1a431b409 replace remove and register handlers with on and removeListener methods 2018-09-26 16:22:23 -07:00
Amar Zavery 0bb34a8ad6 update references to @azure/amqp-common and "rhea-promise" packages 2018-09-26 15:46:29 -07:00
Amar Zavery a6e977ec32 Delete amqp-common and rhea-promise 2018-09-26 15:11:55 -07:00
Amar Zavery f74e9c714d
Merge pull request #160 from amarzavery/testhub2
changelog and package version updates for eph
2018-09-25 17:35:19 -07:00
Amar Zavery 34330d8e42 changelog and package version updates 2018-09-25 17:25:36 -07:00
Amar Zavery 9a1d9cf6fb Merge branch 'master' of github.com:azure/azure-event-hubs-node into testhub2 2018-09-25 17:12:15 -07:00
Amar Zavery 222b29b2a9
Merge pull request #158 from amarzavery/ga
Multiple fixes for EventHub Client
2018-09-25 17:11:05 -07:00
Amar Zavery 398a04000b testhub updates 2018-09-24 19:06:34 -07:00
Amar Zavery 4840eab87b quota exceeded error test failed, since we received the receiver_error before the promise to create the receiver could be resolved/rejected. This ensures that the right thing is done when an error is received. Still need to think if the same thing needs to be done for sender and _onAmqpClose() of receiver. This will impact recovery of the receiver/sender. 2018-09-23 13:30:19 -07:00