Kan Tang
6bb5cd788c
Removed IPv6 not compatible SAS test cases. ( #920 )
2020-11-09 21:07:48 +08:00
JinmingHu
344e778177
Storage uses Core::Encode ( #855 )
...
* use Core::Encode
* fix bug
* remove %
2020-11-09 14:59:14 +08:00
Victor Vazquez
742e385350
Adding options for telemetry and transport policy ( #889 )
...
Fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/819
2020-11-07 01:01:03 +00:00
Victor Vazquez
c48bb033af
Test that a connection won't be moved to the connection pool if uploading fails ( #910 )
...
Fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/905
2020-11-06 20:36:27 +00:00
Victor Vazquez
7510c58c6a
remove space from header ( #907 )
2020-11-06 12:03:19 -08:00
Victor Vazquez
b1e08f713b
create error string only if there is an error and not before ( #912 )
2020-11-06 11:57:11 -08:00
Victor Vazquez
4b2e335d35
Add GetPort to URL ( #904 )
...
* Add GetPort to URL
2020-11-05 16:01:08 -08:00
Daniel Jurek
20349daf11
Live test framework ( #608 )
...
- Add live test framework
- Enable storage live tests
2020-11-05 14:59:05 -08:00
Victor Vazquez
7962546009
curl transport adapter options ( #885 )
2020-11-04 18:06:09 -08:00
Victor Vazquez
0676f788c3
remove throw from NextPolicy ( #877 )
...
Update NextPolicy to that a reference instead of a pointer to the policies vector.
This way we don't need to check if the pointer is null.
Then, handle the case were no transport adapter was found
fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/874
2020-11-04 17:03:35 +00:00
Rick Winter
e099942e25
Create a more random approach to uuid generation ( #868 )
...
* Create a more random approach to uuid generation
* Add two additional test cases for Uuid
2020-11-02 08:49:41 -08:00
Victor Vazquez
75c3f85ca6
handle server chunked response without number ( #881 )
2020-10-30 01:11:41 -07:00
Victor Vazquez
1fa314f19e
Refactor curl connection for mocking ( #869 )
...
* split curl headers
* curl transport refactoring for curl mocking support tests
2020-10-29 23:44:06 -07:00
Victor Vazquez
36ea25db7f
Do not reuse a connection that fail while uploading ( #863 )
2020-10-28 01:27:23 -07:00
Victor Vazquez
c764052e7c
Add Code coverage ( #830 )
...
* Add code coverage scripts
2020-10-27 15:35:15 -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
Sima Zhu
ef15be36af
Fixed the http link ( #850 )
2020-10-24 00:33:59 +00: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
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
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
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
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
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
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
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
JinmingHu
b0e5d3d356
update changelog for storage beta3 release ( #772 )
2020-10-14 10:46:30 +08:00
Anton Kolesnyk
a38de03e7b
Extract part of credentials to Identity module ( #748 )
2020-10-13 07:33:18 -07:00