Граф коммитов

147 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] 1628506307
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:35:30 +00:00
microsoft-github-policy-service[bot] 91e1bd014f
Microsoft mandatory file 2022-07-28 16:53:11 +00:00
Lin Jian 0d1945853a
Merge pull request #87 from ljian3377/security-alerts
get rid of security alerts
2020-09-14 17:23:05 +08:00
Lin Jian 16907afa05 update supported Node.js version to >= 10.22.0 2020-09-14 17:20:35 +08:00
Lin Jian 84eaa5ab1b nit 2020-09-14 15:44:46 +08:00
Lin Jian 8b69e6d33f regression locally 2020-09-14 15:42:57 +08:00
Lin Jian d6c85f0f2e get rid of security alerts by either upgrading or removing the dependency in case latest version still has the issue 2020-09-11 19:58:22 +08:00
xiaonlimsft a4c0c5b52d Added issue and PR templates, updated readme.md for migration noticement (#84)
* Added issue and PR templates, updated readme.md for migration noticement

* Update README.md
2019-04-18 11:36:56 +08:00
FAREAST\jiacfan e084d30146 Export HttpRequestBody type for who wants to implement a customized HTTP client. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan 6a59cb29eb Update ChangeLog.md. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan efade1a25a Update test cases. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan 31e4a2581c Update queue's document and test links. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan 62022bdfef Optimize documents for enqueue and update methods. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan 48453b9698 Update tests, CI and expose SASQueryParameters only in node platform. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan b8738de066 Update package-lock.json and use ChromeHeadless. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan 2970c084b5 Fix the naming of MessageIdURL.ts. 2019-01-18 00:25:27 -08:00
FAREAST\jiacfan 0dcd4b3815 Add CI, add test coverage, upgrade ms-rest-js and fix encoding issue. 2019-01-18 00:25:27 -08:00
Xiaoning Liu e6fe50e3a5 Resolved CR comments for document changes 2019-01-14 22:26:03 -08:00
Xiaoning Liu 7ef0dbeab7 Improved test coverage for both node.js and browsers 2019-01-14 22:26:03 -08:00
Xiaoning Liu d9a52079d5 Updated URL encoding strategy for `url` parameters of `new XXXURL(url, pipeline)` methods, such as `new FileURL(url, pipeline)`. 2019-01-14 22:26:03 -08:00
Xiaoning Liu 5e9065c96a * Exported `HttpRequestBody` type for who wants to implement a customized HTTP client. 2019-01-14 22:26:03 -08:00
Xiaoning Liu 5e2741fa29 `SASQueryParameters` is not going to be exported in browser bundle, and will be exported in Node.js runtime. 2019-01-14 22:26:03 -08:00
Xiaoning Liu d1cdc5e21f Fixed `Aborter.timeout()` misleading scale description. 2019-01-14 22:26:03 -08:00
Xiaoning Liu 4db652caf9 Removed default 60s server timeout value for retry options `tryTimeoutInMs` to avoid large blob download stream unexpected ending. 2019-01-14 22:26:03 -08:00
Xiaoning Liu 988696161b Added fault injection test cases for retry policy 2019-01-14 22:26:03 -08:00
Xiaoning Liu 5bebf5236e Fixed an issue that when body is string with special characters, `FileURL.uploadRange` will fail to upload 2019-01-14 22:26:03 -08:00
Xiaoning Liu 433eb9f5bd Supported Azure Pipeline CI 2019-01-14 22:26:03 -08:00
Xiaoning Liu 0572a86541 Updated dependency `ms-rest-js` to `@azure/ms-rest-js`; Updated convenience layer methods enum type parameters into typescript union types, this will help reducing bundle footprint 2019-01-14 22:26:03 -08:00
Xiaoning Liu a1b7084089 Fixed typos in tests and Error messages 2018-12-27 16:55:22 +08:00
Xiaoning Liu bc9e9625d9 Updated `Object.keys` polyfill for IE11 2018-12-27 16:55:22 +08:00
Xiaoning Liu ef6cf96ffd IE11 needs `Array.prototype.includes` polyfill loaded. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 6dcbd487f3 Fixed a changelog typo 2018-12-27 16:55:22 +08:00
Xiaoning Liu e67835a098 Use @babel/polyfill for IE11 testing, drop polyfill.io 2018-12-27 16:55:22 +08:00
Xiaoning Liu e6a0f22919 Improved incremental copy test case robust 2018-12-27 16:55:22 +08:00
Xiaoning Liu 4c03f7743f Improved Azure Pipeline build job about results & coverage reporting 2018-12-27 16:55:22 +08:00
Xiaoning Liu b9683cc20e Updated azure pipeline credential name to align with Azure KeyVault 2018-12-27 16:55:22 +08:00
Xiaoning Liu 131d8c9bef `SASQueryParameters` exported in Node.js runtime. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 58f319665f `SASQueryParameters` is not going to be exported in browser bundle which aligns with Node.js bundle. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 690885330a Moved a test case to Node.js folder 2018-12-27 16:55:22 +08:00
Xiaoning Liu 8999c8e5ff Updated singleBlobUploadThresholdInBytes to maxSingleShotSize, align with Java V10 2018-12-27 16:55:22 +08:00
Xiaoning Liu 0495de5c0c Added test cases covering retry policy including fault injection 2018-12-27 16:55:22 +08:00
Xiaoning Liu 7455bb14f4 Sleep to avoid startCopyIncremental test failure because of sever latency 2018-12-27 16:55:22 +08:00
Xiaoning Liu fe846c0131 Fixed a issue that when body is string with special characters, `BlockBlobULR.upload` will fail to upload. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 839119b5cd Resolved CR comments 2018-12-27 16:55:22 +08:00
Xiaoning Liu 5bf31266a4 Updated karma config to avoid browser timeout 2018-12-27 16:55:22 +08:00
Xiaoning Liu afdeae04f7 Removed default 60s server timeout value for retry options `tryTimeoutInMs` to avoid large blob download stream unexcepted ending. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 253fce7d47 Added option `parallelismThreshold` to customize concurrency upload threshold in bytes for highlevel uploading APIs, like `uploadBrowserDataToBlockBlob` or `uploadFileToBlockBlob` 2018-12-27 16:55:22 +08:00
Xiaoning Liu 7756ab5313 Added extra test cases covering more 2018-12-27 16:55:22 +08:00
Xiaoning Liu 6e7ec21bee Remove browser related files from Node.js coverage 2018-12-27 16:55:22 +08:00
Xiaoning Liu 8fce3b26be Updated ms-rest-js to @azure/ms-rest-js; Updated changelog; 2018-12-27 16:55:22 +08:00