Sima Zhu
2d8694a8f4
Scan the entire repo to cover root path ( #818 )
2020-10-21 09:41:08 -07:00
Victor Vazquez
9c96688b6e
rename RequestCancelException to OperationCanceledException ( #825 )
2020-10-21 01:31:26 -07:00
Victor Vazquez
9d47db1d4a
Add RequestFailedException ( #717 )
...
* Add RequestFailedException
2020-10-20 22:22:02 -07:00
Azure SDK Bot
a5de5dbd1b
Fix condition in prepare pipeline. ( #827 )
...
Co-authored-by: Mitch Denny <mitch@mitchdenny.com>
2020-10-20 22:19:15 -07:00
Azure SDK Bot
740b63210d
Moved install template and prepare template to eng/common. ( #826 )
...
Co-authored-by: Mitch Denny <mitch@mitchdenny.com>
2020-10-20 19:56:52 -07:00
Azure SDK Bot
84e79a9e4f
Sync eng/common directory with azure-sdk-tools repository ( #823 )
2020-10-20 18:05:53 -07:00
Azure SDK Bot
d8aaeba838
Restructure eng ommon sync control flow ( #822 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-20 16:47:46 -07:00
Rick Winter
e88274f33f
Remove reference to removed header ( #821 )
2020-10-20 23:42:42 +00:00
Victor Vazquez
eec298d16a
Prevent zero length pipeline ( #813 )
...
fixes: https://github.com/azure/azure-sdk-for-cpp/issues/726
2020-10-20 20:01:26 +00:00
Victor Vazquez
e1dddce239
remove azure hpp ( #809 )
...
Remove Azure.hpp
Make Azure/Core/Strings.hpp public
Move ToLower and InvariantIsEqual to Strings.hpp
Also removing `AZURE_UNREFERENCED_PARAMETER`
fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/811
2020-10-20 18:08:58 +00:00
Victor Vazquez
90387b3c5d
Add core.hpp general header ( #807 )
...
General header for all public Core headers.
This header will be used for API review tool.
https://github.com/Azure/azure-sdk-for-cpp/issues/812
2020-10-20 17:49:09 +00:00
Azure SDK Bot
89ecd9fe85
Allow test PRs in SubmitPullRequest.ps1 script, updates to Invoke-GitHubAPI ( #810 )
...
update Repos format
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-20 10:27:30 -07:00
Azure SDK Bot
d67bed6973
Sync eng/common directory with azure-sdk-tools for PR 968 ( #808 )
...
* Restructure Language Specific Code
* Restructure Copy to Blob Storage
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-19 14:59:53 -07:00
Azure SDK Bot
43a13e4958
Remove extra newline at the end of the file ( #806 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-19 12:56:56 -07:00
Azure SDK Bot
07e34c3e4e
Enable the link check for link verification step. ( #805 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-19 11:28:35 -07:00
Azure SDK Bot
7ccb5f0420
Switch the content from array to string. ( #803 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-19 10:26:27 -07:00
Anton Kolesnyk
a1385518a2
DateTime: Allow dates from 1601 to 1900 ( #799 )
...
Closes #769 .
2020-10-17 02:05:05 +00:00
Victor Vazquez
d79d95e5b7
Add prefix for Azure Core Tests - Fix CI test run ( #801 )
...
* Add prefix for Azure Core Tests
2020-10-16 17:39:02 -07:00
Kan Tang
8f1ab29a6d
Added breaking change documentation for behavior change in Core. ( #798 )
2020-10-16 15:25:13 -07:00
Azure SDK Bot
fbc6d2c6cb
Failed the anchor links with Uppercase. ( #785 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-16 14:13:03 -07:00
Azure SDK Bot
50a1354aaf
Sync eng/common directory with azure-sdk-tools for PR 1091 ( #790 )
...
* Refactpr Submit Pull Request Script
* Refactor logic for interacting with Pull Requests
* Rework API Lib
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-16 13:06:31 -07:00
Sima Zhu
843432172e
Fixed the upper case of anchor tags ( #792 )
2020-10-16 09:27:36 -07:00
Kan Tang
b6ab1d0872
Added date value to changelog ( #800 )
2020-10-16 20:45:32 +08:00
Kan Tang
ef4b7c5268
Resolved the issue in datalake/file where file/path/directory/share/f… ( #796 )
...
* Resolved the issue in datalake/file where file/path/directory/share/filesystem name are not encoded.
* Refined special char string
* Resolve comments.
2020-10-16 14:26:50 +08:00
JinmingHu
95fea7af78
fix url encoding issue ( #795 )
...
* fix more
* add ut
* add more ut
2020-10-16 14:08:10 +08:00
JinmingHu
5bad554a06
fix path encoding issue ( #794 )
2020-10-16 12:43:12 +08:00
Victor Vazquez
fda43987e4
removing log member from curl session ( #789 )
...
Remove the m_logger member from curl session and use logger directly from static logger in application
2020-10-16 00:45:52 +00:00
Rick Winter
12b7a5e449
Use quotes for files relative to the package ( #784 )
2020-10-15 17:30:13 +00:00
Victor Vazquez
854bd834cc
Adding tests to verify that request can be canceled while waiting for socket ( #782 )
...
* adding tests for cancel
2020-10-15 10:13:29 -07:00
Victor Vazquez
f9e6acb358
Update Readme and Contribute to Oct07-2020 release instructions ( #712 )
...
* Update Readme and Contribute to Oct07-2020 release instructions
2020-10-14 22:00:34 -07:00
Victor Vazquez
d4ff61919f
Prevent transport adapter to keep pulling for data on a closed connection ( #780 )
...
* thow if connection is closed when reading response
* improve comment
* format
2020-10-14 19:18:43 -07:00
Victor Vazquez
724e6ca512
Make waiting for socket cancelable ( #719 )
...
* Make waiting for socket cancelable
2020-10-14 16:55:04 -07:00
Rick Winter
aa18492bb9
Fix version and changelog ( #770 )
2020-10-14 14:57:38 -07:00
Victor Vazquez
74020a397a
make Curl default option to build on Win as a temp workaround ( #753 )
...
* make Curl default option to build on Win as a temp workaround
* Temporarily disable setting WinHTTP as a transport adapter since it
hasn't been implemented yet, to unblock building master.
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2020-10-14 12:15:56 -07:00
Rick Winter
a2a7d0c0c8
Update codeowners ( #771 )
...
* Update codeowners
2020-10-14 12:13:28 -07:00
Kan Tang
a7672f67f6
Renamed all continuation related object to ContinuationToken. ( #779 )
...
* Renamed all continuation related object to ContinuationToken.
* Refined changelog.
2020-10-14 15:18:38 +08:00
Kan Tang
e0079f0541
Update Changelog and remove breaking changes individual file. ( #778 )
...
Update Changelog and remove breaking changes individual file
2020-10-14 14:35:57 +08:00
JinmingHu
443369b057
[Storage] Rename NextMarker -> ContinuationToken ( #777 )
...
* rename nextmarker->continuationtoken
* update changelog
* Update sdk/storage/azure-storage-blobs/CHANGELOG.md
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
* fix
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2020-10-14 14:19:38 +08:00
animeshdas2000
c806e4ee94
Updated changelog.md ( #762 )
...
* Updated changelog.md
Updated changelog as per the right order of release
* updated changelog.md
removed duplicate version releases
2020-10-13 22:40:55 -07:00
JinmingHu
e0d717a0d3
revert non-overwriting changes ( #773 )
2020-10-14 13:23:40 +08:00
JinmingHu
570c774ebd
fix typo in doc ( #774 )
2020-10-14 12:05:20 +08:00
Azure SDK Bot
33025d7b23
Sync eng/common directory with azure-sdk-tools for PR 1088 ( #775 )
...
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/1088
See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/master/eng/common/README.md#workflow )
2020-10-14 03:09:12 +00:00
JinmingHu
b0e5d3d356
update changelog for storage beta3 release ( #772 )
2020-10-14 10:46:30 +08:00
Ahson Khan
139af60cc0
Adding a PR checklist to add guidance/reminders for authors to check for recurring PR review feedback. ( #735 )
...
It is generally useful for PR authors to go through their own PR first to make sure that commonly occurring feedback and issues have already been addressed. This checklist should help remind contributors what to look out for and is a living doc that we can modify and add to.
I ask these questions to myself before submitting a PR, when looking through my changes in the "pre-PR-submit-view".
Where possible leverage linter tools and CI gates to help address some of these. For example, for spell-check, here are some solutions to make things easier within the developer inner-loop:
- VS Code extension: [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker )
- VS Code extension: [Markdown linter](https://github.com/DavidAnson/vscode-markdownlint )
- Browser extension: [Site Spell](https://www.site-spell.com/ )
2020-10-14 01:00:06 +00:00
Anton Kolesnyk
a38de03e7b
Extract part of credentials to Identity module ( #748 )
2020-10-13 07:33:18 -07:00
Kan Tang
e9f37a5760
Change 4 spaces into 2. ( #761 )
2020-10-13 13:02:33 +08:00
Kan Tang
9633fbc6be
Modified version, Added changelog/breaking changes for beta.3 ( #759 )
2020-10-13 04:30:31 +00:00
JinmingHu
f3b324d4f5
changelog ( #758 )
2020-10-13 04:20:50 +00:00
JinmingHu
a07aa979ce
concurrent upload is overwriting ( #760 )
2020-10-13 04:02:23 +00:00
JinmingHu
320a22e664
Make sure CI pipelines legs get triggered with cmake modules are modi… ( #756 )
...
…fied.
2020-10-13 03:10:51 +00:00