forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/azure search handoff #2
Draft
navalev
wants to merge
1,071
commits into
master
Choose a base branch
from
feature/azure-search-handoff
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
* update_versions.py fix for update-type all * fix spacing in .yml file
Update KV versions.
* Improve logging and update consumer close logic * Update localization text message * Fix unit test * Fix checkpointstore tests
* Update identity change log for 1.0.2 * Update identity pom version to 1.0.2
* Adding EventHubConnectionProcessor. * Add tests for fetching new connection. * Add tests to ensure on error conditions. * Remove circuar dependency on EventHubConnection from EventHubConnectionProcessor * Update AmqpConnection interface to create send and receive links. * Fixing errors in ConnectionProcessor and update ReactorAmqpConnection to keep track of send links. * Removing EventHubConnection. * Update clients to use ConnectionProcessor. * Fixing EHubClientBuilder to repeat the mono, so we have a potentially infinite stream of connections. * Add test to verify that on non-transient errors, the connection is not revived. * Delay retrying EventHubConnection creation on a transient error. * Consolidate request from upstream for new connection. * Not requesting new connection unless needed.
* Fixing links to sdk libraries, moving them to githubio release page
KV changelog updates.
…7166) * Fixing potential NPE when token managers are created multiple times. * Fix test assertions. * Add test for provider.
* Removed Storage tests.yml matrix override to enable complete test matrix * Change windowUntil to use magic number * Update windowUntil fetch limit comment
* Enable build failure when code coverage is below threshold * Remove comment * Install reporting tools for verify goal * Configurable coverage threshold
* Prototyping to remove Spotbugs aggregate report from client SDKs * Removed SpotBugs aggregate report in pipeline YML instructions * Changed pipeline steps to pom file variable, renamed install step * Removed SpotBugs running on module test * Name change for validation step * Test running install and analysis at the same time * Add errors into code to check validation * Fixed missing ';' * Removed default options to see output in pipelines * Additional changes to Maven logging in PR validation * Commenting out Queue Cryptography module as it has no code * Added README for E2E module * Fix linting issues found by change
* README udpate
* Fixed sync Azure#6874, * removed detectLanguage(string text, string countryHint) method to align with other API. * renamed analyzeBatchSentimentWithResponse(String text, String language, Context context)) to * analyzeSentimentWithResponse * fixed tests, that include added tests for faultyText in sync and async client.
* Update README. * Adding ignore for sdk/*/samples * Put Default SSL library in Troubleshooting.
* Deployment Manager: generate 2019 11 01 * fix: RolloutRequestInner is different from RolloutRequestInner * fix: update arm parent to 1.2.0 * fix: transform RolloutRequestInner to RolloutInner * fix: change java folder * feat: add ci.mgmt.yml and pom.mgmt.xml
* Storage: generate 2019 06 01 * fix: pom version and import error
navalev
force-pushed
the
feature/azure-search-handoff
branch
from
January 9, 2020 13:49
8d0964a
to
0271fcd
Compare
… into feature/azure-search-handoff
* Revised All Track 2 README files
…w 1 (Azure#7289) * Finalized Text Analytics and prepare to release Text Analytics Preview 1
* Update tests to pass maxSingleUploadSize * Fix uploadFromFile logic to pass original blockSize to properly calculate HTBB support, updated test to handle composite exceptions * Fix additional tests with HTBB uploading * Added missing return statement in anyMatch stream method * Fixed flaky queue listing tests by scoping to prefix * Update playback records for changed queue tests
* Removed buffer duplication as it is possible for the underlying buffer to be reused * Update documentation, removed unsafe blocking call, removed unused variables * Fixing linting issue
* Added ARM template for storage
…e core to fail. (Azure#7914) * delete slf4j dependency * remove log level
* Added azure-sdk-bom and dependency json to run dependency checker * CI and CODEOWNER changes * Added README for azure-sdk-bom * Added build plugin to run dependency checker * Removed unnecessary files and moved into a more appropriate location * Fixed documentation and codeowners
* Increment package version after release of com.azure azure-messaging-eventhubs * Increment package version after release of com.azure azure-messaging-eventhubs-checkpointstore-blob
… into feature/azure-search-handoff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.