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

51 Коммитов

Автор SHA1 Сообщение Дата
Xiaoning Liu 3910b3d1a3 Added support for browser coverage calculation 2018-12-27 16:55:22 +08:00
XiaoningLiu cf1110d3f7 Added Node.js test coverage support 2018-12-27 16:55:22 +08:00
Xiaoning Liu 749eb9ce9c Fixed #34, compatible with special characters in namings 2018-12-27 16:55:22 +08:00
devconcept 01e1b54e7f Refactoring pipeline creation preserving order 2018-12-10 11:40:19 +08:00
Xiaoning Liu d84fd99715 Fixed a typo in containerURL 2018-11-27 11:26:47 +08:00
Xiaoning Liu 9dd1693bf3 Fixed typos mentioned in PR review 2018-11-27 10:25:01 +08:00
Xiaoning Liu 98f1d7ae00 Updated package lock 2018-11-26 16:34:16 +08:00
Xiaoning Liu af2ad99aa8 For `setMetadata()` and `setHTTPHeaders()`, `metadata` and `blobHTTPHeaders` are moved from `options` into top level paramter list; Fixed minor bugs in sample and test cases; 2018-11-26 16:07:05 +08:00
Xiaoning Liu ed0fdf19d6 Removed swagger from repo 2018-11-26 16:06:16 +08:00
Xiaoning Liu 9d443fcb5a Resolved codeflow comments 2018-11-26 16:06:16 +08:00
Xiaoning Liu d387100a89 Fixed a bug that `timeout` parameter should use second as unit instead of milli second 2018-11-26 16:06:16 +08:00
XiaoningLiu 9029b5ccae Remove build from npm publish hook, because it takes much time 2018-11-26 16:06:16 +08:00
XiaoningLiu 26d5753b92 Removed useless `marker` filed from option of `ServiceURL.listContainersSegment` method 2018-11-26 16:06:16 +08:00
XiaoningLiu 5207ccbd7f Fixed typos in `IRange` comments 2018-11-26 16:06:16 +08:00
XiaoningLiu 1ffa38e7b1 Updated TS version to 3.1.6; Convert CanonicalizedResource to lowercase before signing 2018-11-26 16:06:16 +08:00
XiaoningLiu dad10fd6bf Removed `File` from `uploadBrowserDataToBlockBlob` parameter type list, because `File` extends `Blob` which is already in the list. 2018-11-26 16:06:16 +08:00
XiaoningLiu 040d0d1a48 Updated names of exported interfaces `IHTTPPipelineLogger` & `IHTTPClient` to `IHttpPipelineLogger` & `IHttpClient`. 2018-11-26 16:06:16 +08:00
XiaoningLiu a7c26a8ffb Fixed typos in samples; Updated gulp version; 2018-11-26 16:06:16 +08:00
Xiaoning Liu d0c7aa4988 Export RequestPolicyFactory, RequestPolicy and RequestPolicyOptions 2018-11-26 16:05:30 +08:00
Xiaoning Liu 41d943f1cb Added SAS fix testing cases 2018-11-26 16:05:30 +08:00
Xiaoning Liu 4680053755 Fixed a bug when generating account/blob sas 2018-11-26 16:04:58 +08:00
Xiaoning Liu 8c50b3e043 Added fault injection into retriableReadableStream implmentation 2018-11-26 15:07:29 +08:00
Xiaoning Liu 902d21d997 Added stream retry when `BlobURL.download` response stream unexcepted ends. 2018-11-14 17:48:21 +08:00
Sercan Guler [MSFT] 13f8296099 Update README.md 2018-10-24 21:40:58 -07:00
Xiaoning Liu 8f9b21ad93 Prepare 10.1.0-preview, changelog and ThridPartyNotice.txt changes 2018-09-29 17:53:21 +08:00
Xiaoning Liu ca6add8708 Optimized samples for easliy copy/past execution 2018-09-29 15:08:36 +08:00
Xiaoning Liu e3be14ada3 Improved contribution/readme about SAS and CORS 2018-09-29 14:28:44 +08:00
Xiaoning Liu ee5e4afad9 Renamed Aborter.None to Aborter.none 2018-09-29 14:08:40 +08:00
Xiaoning Liu 01f1d4ccf5 Removed built-in polyfills for IE11 2018-09-29 13:48:07 +08:00
Xiaoning Liu e5f398e19f Followup items after merging rollup related PRs 2018-09-29 13:18:29 +08:00
Xiaoning Liu a44f8c62c7 Fixed #14, escape blob name during shared key authentication 2018-09-26 11:21:16 +08:00
Brian Terlson c63e7ed1f1 Remove deep import of ms-rest-js types (#15)
* Remove deep import of ms-rest-js types

* Fix quoting
2018-09-26 11:15:58 +08:00
Brian Terlson 8c4d35679c Fix typo in highlevel test (#12) 2018-09-26 11:15:08 +08:00
Brian Terlson 2b09584c45 Rollup, tsconfig fixes, externalize ms-rest-js, tslib (#11)
* Rollup, tsconfig fixes, externalize auto-rest, tslib

* Add rollup config
* Update rollup config; produce browser build
* tsconfig.json: enable esModuleInterop, set module to esNext
* Update package.json browser field
* Update npm ignore to include original source
* Clean up package.json, fix build
* Updates to make webpack tree-shake appropriately
* Rollup for tests, including browsers
* Update gitignore
* Change global name to azblob
* Use isNode in bloburl test
* Update .npmignore
* clean up clean task
* Remove node-builtins and node-globals in favor of explict shims
2018-09-26 11:08:03 +08:00
Xiaoning Liu 9c798800ef Renamed ThridPartyNotice.txt to ThirdPartyNotices.txt 2018-09-07 16:35:01 +08:00
Xiaoning Liu 17bfdd9fd6 Added ThridPartyNotice.txt 2018-09-07 16:35:01 +08:00
Xiaoning Liu 8edfe64f02 Fixed Node.jsV6 compatibility issue by removing Object.values in ms-rest-js; Removed meatada for pageblobincrementalcopy 2018-09-07 16:35:01 +08:00
Xiaoning Liu 58edd0f488 Removed useage of padStart to support Node.jsV6; Added least Node.js support version in package.json 2018-09-07 16:35:01 +08:00
Xiaoning Liu 79b7e00348 Updated changelog 2018-09-07 16:35:01 +08:00
Xiaoning Liu d19ccf1494 Updated readme, aborter samples and first char case of highlevel methods 2018-09-07 16:35:01 +08:00
Xiaoning Liu 6a14168ddd Applied ms-rest-js fix for IE undefined xhr body 2018-09-07 16:35:01 +08:00
Xiaoning Liu bc8f2d34e4 Update readme document with aka.ms js bundle downloading link 2018-09-07 16:35:01 +08:00
XiaoningLiu 2401f02d40 added license into blob npm package 2018-09-07 16:35:01 +08:00
Xiaoning Liu af358299d2 Fixed readme markdown style 2018-09-07 16:35:01 +08:00
Xiaoning Liu 653e215c9d Droped os from browser js bundle dependency 2018-09-07 16:35:01 +08:00
Xiaoning Liu abc412fa4d Error -> RangeError for parameter checking errors; Documents and comments improve 2018-09-07 16:35:01 +08:00
Xiaoning Liu d838afc8aa Resolved CR comments 2018-09-07 16:35:01 +08:00
Xiaoning Liu 50950908f0 Make response headers optional, fixed IE11 XML parsing error 2018-09-07 16:35:01 +08:00
Xiaoning Liu 4dbdca491e Applied response flatting; Added transactional MD5; setBlobTier lease 2018-09-07 16:35:01 +08:00
Xiaoning Liu 8a0dd4c0a3 Updated setTier with leaseid options 2018-09-07 16:35:01 +08:00