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
Ahson Khan
c44d9b4f3b
Make sure CI pipelines legs get triggered when cmake modules are modified. ( #755 )
...
Certain PRs, like this - https://github.com/Azure/azure-sdk-for-cpp/pull/753 weren't triggering any CI pipelines to run, when they should.
Following suggestion from Wes: https://github.com/Azure/azure-sdk-for-cpp/pull/728#issuecomment-707251860
@Jinming-Hu, @katmsft - I think we should make a similar change to the storage ci.yml file.
2020-10-13 02:57:35 +00:00
Kan Tang
f43ef4b137
Enabled Get file range diff with snapshot. ( #757 )
2020-10-13 10:56:46 +08:00
Kan Tang
af71e0167d
Removed Nullable return value that never returns. ( #747 )
2020-10-13 10:41:23 +08:00
JinmingHu
5d1a8f4cbc
Upload/Create is non-overwriting by default ( #745 )
...
* add overwrite option
* fix failed ut
* add ut
2020-10-13 10:41:15 +08:00
JinmingHu
b6032bfe54
Enable tests for setting tiers for snapshots/versions ( #743 )
2020-10-13 09:42:10 +08:00
Azure SDK Bot
2ca2aad77d
Sync eng/common directory with azure-sdk-tools for PR 1081 ( #751 )
...
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/1081
See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/master/eng/common/README.md#workflow )
2020-10-12 23:07:54 +00:00
Azure SDK Bot
c4f09c6894
Increment package version after release of azure-core ( #734 )
2020-10-12 11:15:38 -07:00
Victor Vazquez
9eb132249b
Url use url encoded queries ( #730 )
...
* keep url-encoded queries
2020-10-12 09:39:46 -07:00
Kan Tang
966b7892b2
Avoid test case throw meaningless exception when sys env is not set. ( #723 )
...
* Avoid test case throw meaningless exception when sys env is not set.
* Update sdk/storage/azure-storage-common/test/test_base.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* Update sdk/storage/azure-storage-common/test/test_base.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* Update sdk/storage/azure-storage-common/test/test_base.cpp
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
* Apply clang format
Co-authored-by: JinmingHu <jinmhu@microsoft.com>
2020-10-12 14:49:30 +08:00
Kan Tang
582377fc1d
Fixed multichannel bug. ( #737 )
...
* Fixed multichannel bug.
* Resolved some comments.
2020-10-12 11:48:48 +08:00
Anton Kolesnyk
6ae0c0daac
Add DateTime: supporting standardized string date and time representations. ( #718 )
2020-10-09 19:13:48 -07:00
Victor Vazquez
cd2a8a3812
cmake updates for building transport adapters ( #706 )
...
Adding CMake module to enable/disable transport adapters
TRANSPORT ADAPTER BUILD
Default: If no option is explicitly added, curl will be used for POSIX and WIN HTTP for WIndows
Windows: Both CURL and WIN_HTTP can be build to be used.
POSIX: Only CURL is acceptable. If WIN_HTTP is set, generate step will fail for user
Defines `BUILD_WIN_HTTP_TRANSPORT_ADAPTER` and `BUILD_CURL_HTTP_TRANSPORT_ADAPTER` for source code
Fixes #350
2020-10-10 00:08:57 +00:00
Victor Vazquez
2cc4ecdea8
Validate invalid HTTP headers ( #703 )
...
Creating new function to insert headers by validating characters on it are accepted chars for header name
fixes: https://github.com/Azure/azure-sdk-for-cpp/issues/191
2020-10-09 23:35:58 +00:00
Victor Vazquez
dc9d3b0595
update CMake min version to 3.15 ( #710 )
...
Storage is using CMake version 3.15 and it is currently required for generating without errors
2020-10-09 23:26:01 +00:00
Ahson Khan
fc3ee11622
Update code owners to better manage default notifications. ( #728 )
2020-10-09 15:34:52 -07:00
Azure SDK Bot
e3503f8575
Support env vars with hyphens when printing output ( #720 )
...
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
2020-10-09 11:56:41 -07:00
Rick Winter
82079de190
Added release notes for C++ ( #714 )
2020-10-09 17:06:52 +00:00
Kan Tang
f59ab214a6
Integrate storage retry policy. ( #722 )
...
* Integrate storage retry policy.
* Removed the logic to make URL empty when '.blob.' is not found in URL.
2020-10-09 14:30:35 +08:00
Kan Tang
1b351de2d8
Added 2020-02-10 features. ( #692 )
...
* Added 2020-02-10 features.
* Resolved comments.
2020-10-09 11:05:24 +08:00
Azure SDK Bot
453545afd6
Sync eng/common directory with azure-sdk-tools for PR 1077 ( #711 )
...
* Simplify Net-TestResources usage
* docs and windows check
* Update eng/common/TestResources/New-TestResources.ps1
Co-authored-by: Heath Stewart <heaths@outlook.com>
* update markdown
* make service directory the default parameter
* Fix links
* Doc change
Co-authored-by: Pavel Krymets <pavel@krymets.com>
Co-authored-by: Heath Stewart <heaths@outlook.com>
2020-10-08 10:53:54 -07:00
Azure SDK Bot
326d8f8ddb
Sync eng/common directory with azure-sdk-tools for PR 1066 ( #713 )
...
* Update cache-control for newly created blobs
* remove extra
* remove extra space
* Added the cache control for existing blobs as well
* Update copy-docs-to-blobstorage.ps1
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
2020-10-08 09:09:03 -07:00
Victor Vazquez
400ca5ae29
Adding retry policy to unit tests ( #707 )
2020-10-07 14:10:11 -07:00
Azure SDK Bot
91de5a1bf3
Sync eng/common directory with azure-sdk-tools for PR 1052 ( #705 )
...
* Update location of patch files
* Add some changes in eng/common to test things
* Switch to pushing to upstream
* Change workflow to use upstream branches
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-06 20:20:03 -07:00