Victor Vazquez
36ea25db7f
Do not reuse a connection that fail while uploading ( #863 )
2020-10-28 01:27:23 -07:00
Mitch Denny
2119734438
Add Check Enforcer timeout message. ( #866 )
2020-10-28 13:49:07 +11:00
Azure SDK Bot
b5ef113d04
Fix script syntax error ( #865 )
...
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2020-10-27 16:21:50 -07:00
Victor Vazquez
c764052e7c
Add Code coverage ( #830 )
...
* Add code coverage scripts
2020-10-27 15:35:15 -07:00
Azure SDK Bot
7f46381cdd
Sync eng/common directory with azure-sdk-tools repository ( #859 )
2020-10-26 17:55:27 -07:00
Azure SDK Bot
7ce2d3e57c
Use pre-installed Azure PowerShell modules ( #853 )
...
Co-authored-by: Mike Harder <mharder@microsoft.com>
2020-10-26 13:34:48 -07:00
JinmingHu
02f5869559
storage service starts using version.hpp ( #845 )
...
* version.hpp
* 12
* fix
2020-10-26 10:43:13 +08:00
Kan Tang
26ad18c6e3
Resolved File test issue. ( #844 )
2020-10-26 10:19:22 +08:00
Azure SDK Bot
c6d2505f9b
Update eng/common workflow docs ( #854 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-23 19:27:27 -07:00
Azure SDK Bot
07c7293276
Sync eng/common directory with azure-sdk-tools for PR 1135 ( #848 )
...
* Add check of http link.
* Fixed the tool http link
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-23 17:49:01 -07:00
Azure SDK Bot
a09ceeaa01
Update Delete-RemoteBranches.ps1 ( #849 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-23 17:39:49 -07:00
Sima Zhu
ef15be36af
Fixed the http link ( #850 )
2020-10-24 00:33:59 +00:00
Azure SDK Bot
ec67c8091f
retarget master as the base branch for docs metadata release ( #846 )
...
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2020-10-23 12:37:29 -07:00
JinmingHu
e09a891383
move storage headers ( #837 )
...
* move blob.hpp
* move headers
* add changelog
2020-10-23 11:39:29 +08:00
JinmingHu
08e364e1cd
replace std::tolower with Azure::Core::ToLower ( #834 )
2020-10-23 09:43:30 +08:00
Azure SDK Bot
d904267489
Fix create-pull-request bug ( #842 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-22 15:28:26 -07:00
Azure SDK Bot
2f10cdf30b
Update New-TestResources.ps1 parameter documentation to match defaults ( #832 )
...
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2020-10-22 17:24:48 -04:00
Azure SDK Bot
61dab6d92c
Add conditions to test pipeline generation. ( #840 )
...
Co-authored-by: Mitch Denny <midenn@microsoft.com>
2020-10-22 20:40:47 +11:00
Azure SDK Bot
fb53bde6a8
Fix issue with .NET pipeline preparation. ( #838 )
...
Co-authored-by: Mitch Denny <midenn@microsoft.com>
2020-10-22 02:21:37 -07:00
Victor Vazquez
5d0e7734c4
update exceptions to be a class instead of an struct ( #833 )
...
Fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/828
2020-10-22 02:53:46 +00:00
Mitch Denny
64ddc30abd
Add prepare pipelines. ( #831 )
...
* Add prepare pipelines.
* Add training blank line.
2020-10-22 12:24:23 +11:00
Victor Vazquez
f699e25ab8
Add unit test for simplified core.hpp header ( #824 )
...
* Add unit test for simplified core.hpp header
2020-10-21 17:10:34 -07:00
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