-
Notifications
You must be signed in to change notification settings - Fork 127
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
Initial creation of EventHubs service by @gearama #4755
Merged
LarryOsterman
merged 81 commits into
Azure:main
from
LarryOsterman:larryo/createeventhubs
Jul 13, 2023
Merged
Changes from 70 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
96eb81c
Sync eng/common directory with azure-sdk-tools for PR 5608 (#4411) (#…
LarryOsterman 0726d84
Merge branch 'feature/amqp' of https://github.com/Azure/azure-sdk-for…
LarryOsterman 881552e
Initial cut at AMQP protocol implementation. (#4498)
LarryOsterman 9c07c88
Merge remote-tracking branch 'upstream/main' into feature/amqp
LarryOsterman 290c2ae
Merge remote-tracking branch 'upstream/main' into feature/amqp
LarryOsterman cf02575
Merge remote-tracking branch 'upstream/main' into feature/amqp
LarryOsterman 64182f7
Setup Eventhubs service (#4536)
gearama 67c415b
Cleaned up AmqpValue, MessageProperties, MessageHeader and Message to…
LarryOsterman 409b19e
Create AMQP Management APIs; significant cleanup of Impl types to rem…
LarryOsterman 7133941
Added message serialization capability to AMQP. (#4587)
LarryOsterman 4d0efd8
Merge remote-tracking branch 'upstream/main' into larryo/mergemaintoamqp
LarryOsterman 2868b4a
Merge remote-tracking branch 'upstream/main' into feature/amqp
LarryOsterman ebf2d08
merge fixes
LarryOsterman 50e1b53
more bad merge fixes
LarryOsterman 87cf868
even more bad merge fixes
LarryOsterman 08c4f68
Merge remote-tracking branch 'upstream/main' into feature/amqp
LarryOsterman 892bac8
Merge main to feature/amqp starit up merge (#4665)
gearama 0600744
Merge remote-tracking branch 'upstream/main' into feature/amqp
LarryOsterman 5b283f7
merge fixes
LarryOsterman ce9fa23
More merge fixes
LarryOsterman 917d1f7
more merge fixes 2
LarryOsterman 268086e
more merge fixes 3
LarryOsterman b0fb657
more merge fixes 4
LarryOsterman 68801c9
more merge fixes 5
LarryOsterman dfcd8db
[feature branch] Update eventhubs unit test CMakeLists.txt to remove …
ahsonkhan 2056201
Merge remote-tracking branch 'upstream/main' into feature/amqp
LarryOsterman 2821bb6
Copied over EventHubs implementation from gearama/amqp_gearama2
LarryOsterman 6c2e161
Removed some unused files
LarryOsterman 6ec09fe
Created CHANGELOG
LarryOsterman f436ffd
Doxygen fixes
LarryOsterman ef09341
Mac fixes
LarryOsterman 2477985
Fixed documentation location
LarryOsterman 916447e
More mac fixes
LarryOsterman e0e9080
More mac fixes 2
LarryOsterman e806696
More mac fixes 3
LarryOsterman 355a0e4
More mac fixes 3
LarryOsterman 7825e0e
clang-format
LarryOsterman 8848b76
clang-format 2
LarryOsterman f3a55da
Line coverage at 22% not 24% :(
LarryOsterman b27e473
Renamed messaging-eventhubs back to azure-messaging-eventhubs
LarryOsterman cdd036a
updated ci trigger filter
LarryOsterman 9f9929e
Fixed path to eng/pipelines
LarryOsterman efcea81
gcc9 fix
LarryOsterman d5dff0f
clang-format 3
LarryOsterman 8644848
code review
LarryOsterman 5d220d3
Removed all the changes for the eventhub_reader_sample.cpp
LarryOsterman 510dcd2
clang-format
LarryOsterman dab3669
doxygen fix
LarryOsterman 0d908e4
clang-format
LarryOsterman 9ff7cd0
Started moving options out of Models namespace
LarryOsterman 87bca38
clang-format
LarryOsterman 6b36f3e
update vcpkg baseline
LarryOsterman ea2f28e
cspell fixes; mac build fixes
LarryOsterman 7aeb5b9
clang-format
LarryOsterman 90d3490
clang-format
LarryOsterman 4d8afbb
clang-format again
LarryOsterman 6742135
More model type fixes
LarryOsterman acfcb2c
Context goes at the end of the parameters, not the middle
LarryOsterman c45f7d1
More model type fixes; CreateXxx not NewXxx
LarryOsterman 6f8eae5
cspell
LarryOsterman d3246c5
clang-format
LarryOsterman f211ae5
diagnostics for checkpoint store test; doxygen fix
LarryOsterman f089378
fixed azure-core vcpkg loading
LarryOsterman a46442c
clang-format
LarryOsterman 8dbfd4f
minor method cleanup; fixed includes for apiview
LarryOsterman f604b98
Added cmaketestoptions to storage
LarryOsterman 69e5e62
Backed out storage change because it failed worse than expected
LarryOsterman 279cb6a
clang-format
LarryOsterman 80acc8c
clang-format;doxygen
LarryOsterman e11f642
Merge branch 'main' into larryo/createeventhubs
LarryOsterman 3f40909
Pull request feedback
LarryOsterman 043c010
live test fixes
LarryOsterman 24b5358
pull request feedback
LarryOsterman 25b1517
cmake fix
LarryOsterman 754331e
unit test fixes; doxygen fixes
LarryOsterman ebb1d6c
clang fix
LarryOsterman 3f1c51b
clang fix 2
LarryOsterman e529228
mac fix
LarryOsterman ee728af
clang-format
LarryOsterman cadb33e
Merge branch 'main' into larryo/createeventhubs
LarryOsterman 05f512e
Fixed copyright and license text
LarryOsterman 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,34 +2,40 @@ macro(GetFolderList project) | |
message ("project found ${project}") | ||
message ("FLAG VALUE : ${FETCH_SOURCE_DEPS}") | ||
if(${project} STREQUAL CERTIFICATES) | ||
DownloadDepVersion(sdk/core azure-core 1.5.0) | ||
DownloadDepVersion(sdk/identity azure-identity 1.1.0) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/identity azure-identity) | ||
elseif(${project} STREQUAL IDENTITY) | ||
DownloadDepVersion(sdk/core azure-core 1.2.0) | ||
DownloadDepVersion(sdk/core azure-core) | ||
elseif(${project} STREQUAL SECRETS) | ||
DownloadDepVersion(sdk/core azure-core 1.5.0) | ||
DownloadDepVersion(sdk/identity azure-identity 1.1.0) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/identity azure-identity) | ||
elseif(${project} STREQUAL KEYS) | ||
DownloadDepVersion(sdk/core azure-core 1.5.0) | ||
DownloadDepVersion(sdk/identity azure-identity 1.1.0) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/identity azure-identity) | ||
elseif(${project} STREQUAL ADMINISTRATION) | ||
DownloadDepVersion(sdk/core azure-core 1.5.0) | ||
DownloadDepVersion(sdk/identity azure-identity 1.1.0) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/identity azure-identity) | ||
elseif(${project} STREQUAL STORAGE_COMMON) | ||
DownloadDepVersion(sdk/core azure-core 1.9.0) | ||
DownloadDepVersion(sdk/core azure-core) | ||
elseif(${project} STREQUAL STORAGE_BLOBS) | ||
DownloadDepVersion(sdk/core azure-core 1.8.0) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common) | ||
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE) | ||
DownloadDepVersion(sdk/core azure-core 1.8.0) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1) | ||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.7.0) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common) | ||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs) | ||
elseif(${project} STREQUAL STORAGE_FILES_SHARES) | ||
DownloadDepVersion(sdk/core azure-core 1.9.0) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.2) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common) | ||
elseif(${project} STREQUAL STORAGE_QUEUES) | ||
DownloadDepVersion(sdk/core azure-core 1.5.0) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.2.3) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common) | ||
elseif(${project} STREQUAL EVENTHUBS) | ||
DownloadDepVersion(sdk/core azure-core) | ||
DownloadDepVersion(sdk/core azure-core-amqp) | ||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common) | ||
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs) | ||
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This elseif is duplicated from above (from line 23) and likely incorrect. |
||
endif() | ||
list(REMOVE_DUPLICATES BUILD_FOLDERS) | ||
endmacro() | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"AssetsRepo": "Azure/azure-sdk-assets", | ||
"AssetsRepoPrefixPath": "cpp", | ||
"TagPrefix": "cpp/eventhubs", | ||
"Tag": "" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (Unreleased) | ||
|
||
### Features Added | ||
LarryOsterman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes |
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 change of removing the version strings has broken the CI:
#4810