-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Service Bus] Merge feature/service-bus-track-2 into master #7312
Merged
HarshaNalluru
merged 26 commits into
Azure:master
from
HarshaNalluru:harshan/sb/merge-to-master
Feb 12, 2020
Merged
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7ba4432
Pin core-amqp version to preview.1
ramya-rao-a 79bd77b
Merge remote-tracking branch 'origin/master' into feature/service-bus…
ramya-rao-a 3598296
Merge remote-tracking branch 'origin/master' into feature/service-bus…
ramya-rao-a 1708b42
Update lock file
ramya-rao-a 8b8f422
Fix merge conflicts
ramya-rao-a 0c584b5
[Service Bus] Update to use core-amqp (#5324)
ramya0820 b6687e2
Merge remote-tracking branch 'origin/master' into feature/service-bus…
ramya-rao-a 2b18d0f
Use core-amqp in atom management client, comment tests that use token…
ramya-rao-a 7630056
Merge remote-tracking branch 'origin/master' into feature/service-bus…
ramya-rao-a 1cc899e
Merge remote-tracking branch 'origin/master' into feature/service-bus…
ramya-rao-a d5a4da5
Merge remote-tracking branch 'origin/master' into feature/service-bus…
ramya-rao-a b04922a
[Service Bus] Update to use latest core-amqp (#6861)
ramya0820 6947606
[Service Bus] Update constructors to add overloads and use Azure Iden…
ramya0820 1f33e84
Merge remote-tracking branch 'origin/master' into feature/service-bus…
ramya-rao-a 6f59691
Merge remote-tracking branch 'upstream/feature/service-bus-track-2' i…
HarshaNalluru 64d9e59
sync-versions: rhea-promise and @azure/core-amqp for service-bus
HarshaNalluru f4dd7ed
resolve merge conflicts appropriately
HarshaNalluru 8431d03
API Report File for "@azure/service-bus"
HarshaNalluru 069d65c
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js in…
HarshaNalluru 3106eb1
Address feedback
HarshaNalluru d52c703
SERVICEBUS_CONNECTION_STRING_BROWSER remove from karma.conf
HarshaNalluru 8afa665
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-js in…
HarshaNalluru 8896002
update pnpm-lock file
HarshaNalluru d193227
update API Report File for "@azure/service-bus"
HarshaNalluru a3dd240
remove rhea and rhea-promise dependencies
HarshaNalluru 8c72d78
add "rhea-promise" back
HarshaNalluru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and
rhea
shouldn't be needed anymore.core-amqp
pulls them in.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
rhea
andrhea-promise
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I didn't realize rhea-promise was being used directly. It looks like only rhea can be safely removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added "rhea-promise" back