Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move event hubs repo into this repo #1241

Merged
merged 452 commits into from
Feb 15, 2019

Conversation

jeremymeng
Copy link
Member

No description provided.

amarzavery added 30 commits May 2, 2018 19:50
…lace in the sdk from where an AMQP connection is established.
…for management client is accurate for iothub and eventhub client.
Added support for iothub connectionstring and refactored the design
Send messages with partition key correctly
minor updates to the EH client and EPH
ramya-rao-a and others added 13 commits December 14, 2018 10:56
Use isItselfClosed() to determine if sdk initiatied close
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.
- 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
Apply build configuration from sdk template to client
- 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
Azure/azure-event-hubs-node#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.
Apply build configuration from template for EPH
@jeremymeng
Copy link
Member Author

The only new change is moving things into the packages/@azure/eventhubs folder

@jeremymeng
Copy link
Member Author

Need another change to disable auto publishing of the package

@ramya-rao-a
Copy link
Contributor

@AlexGhiondea Service bus was moved under servicebus/data-plane. Should event hubs also be under "data-plane".

@AlexGhiondea
Copy link
Contributor

@ramya-rao-a when I moved Service Bus we had a different understanding of how the structure was going to look like -- the structure is now different. I wouldn't put it under the data-plane folder now.

@ramya-rao-a
Copy link
Contributor

Got it @AlexGhiondea

@jeremymeng
Copy link
Member Author

I made the change in the old PR but decided not to do it now as there is a guidance on the directory structure coming.

@jeremymeng jeremymeng merged commit 94e6116 into Azure:master Feb 15, 2019
@ghost ghost removed the in progress label Feb 15, 2019
@jeremymeng jeremymeng deleted the move-event-hubs-repo branch February 15, 2019 23:53
HarshaNalluru pushed a commit to HarshaNalluru/azure-sdk-for-js that referenced this pull request Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants