8999c8e5ffUpdated singleBlobUploadThresholdInBytes to maxSingleShotSize, align with Java V10
Xiaoning Liu
2018-12-24 15:30:55 +0800
0495de5c0cAdded test cases covering retry policy including fault injection
Xiaoning Liu
2018-12-24 15:25:56 +0800
7455bb14f4Sleep to avoid startCopyIncremental test failure because of sever latency
Xiaoning Liu
2018-12-24 11:07:05 +0800
fe846c0131Fixed a issue that when body is string with special characters, `BlockBlobULR.upload` will fail to upload.
Xiaoning Liu
2018-12-23 21:38:34 +0800
839119b5cdResolved CR comments
Xiaoning Liu
2018-12-21 17:14:24 +0800
5bf31266a4Updated karma config to avoid browser timeout
Xiaoning Liu
2018-12-20 11:29:35 +0800
afdeae04f7Removed default 60s server timeout value for retry options `tryTimeoutInMs` to avoid large blob download stream unexcepted ending.
Xiaoning Liu
2018-12-20 10:56:54 +0800
253fce7d47Added option `parallelismThreshold` to customize concurrency upload threshold in bytes for highlevel uploading APIs, like `uploadBrowserDataToBlockBlob` or `uploadFileToBlockBlob`
Xiaoning Liu
2018-12-20 10:49:26 +0800
7756ab5313Added extra test cases covering more
Xiaoning Liu
2018-12-19 16:45:15 +0800
6e7ec21beeRemove browser related files from Node.js coverage
Xiaoning Liu
2018-12-19 16:16:29 +0800
8fce3b26beUpdated ms-rest-js to @azure/ms-rest-js; Updated changelog;
Xiaoning Liu
2018-12-19 16:07:58 +0800
77dc1eb84eUpdated Aborter timeout description from million-seconds to milliseconds
Xiaoning Liu
2018-12-19 13:38:54 +0800
7981009e0eUpdated description for URI encoding strategies
Xiaoning Liu
2018-12-19 13:31:35 +0800
473affd01aComment visualizer from rollup to pass Node.jsv6 build
Xiaoning Liu
2018-12-19 11:40:03 +0800
9b5fb6137aUpdated azure-pipeline config to get browser testing results
Xiaoning Liu
2018-12-19 11:36:04 +0800
1b2e18a472Fixed special naming issues for browsers tests
Xiaoning Liu
2018-12-18 22:36:59 +0800
459475ac82Updated dev tools configuration
Xiaoning Liu
2018-12-18 22:15:17 +0800
9c74011789Resolved rollup warnings during bundle build
Xiaoning Liu
2018-12-18 17:06:24 +0800
c43e845ad7Fixed a compile compatibility issue with typescript 3.2.x
Xiaoning Liu
2018-12-18 17:01:10 +0800
0254d9f05fAdded Mac, Linux, Windows CI support
Xiaoning Liu
2018-12-05 17:45:00 +0800
ff6a979e4dAdded browser CI regression
Xiaoning Liu
2018-12-05 17:40:30 +0800
d4dbdc62d4Added Azure Pipeline configurations
Xiaoning Liu
2018-12-05 15:04:07 +0800
3910b3d1a3Added support for browser coverage calculation
Xiaoning Liu
2018-12-07 17:00:51 +0800
cf1110d3f7Added Node.js test coverage support
XiaoningLiu
2018-12-05 23:13:31 +0800
749eb9ce9cFixed#34, compatible with special characters in namings
Xiaoning Liu
2018-12-07 11:19:09 +0800
e90d94ebd2Fixed typos in tests and Error messages
Xiaoning Liu
2018-12-27 15:47:28 +0800
8464df2721Updated `Object.keys` polyfill for IE11
Xiaoning Liu
2018-12-26 14:26:35 +0800
d3b942e9e7IE11 needs `Array.prototype.includes` polyfill loaded.
Xiaoning Liu
2018-12-26 13:02:08 +0800
90ae381b71Fixed a changelog typo
Xiaoning Liu
2018-12-26 09:46:44 +0800
35f4faccc5Use @babel/polyfill for IE11 testing, drop polyfill.io
Xiaoning Liu
2018-12-25 16:39:10 +0800
ed1588d79cImproved incremental copy test case robust
Xiaoning Liu
2018-12-25 10:53:55 +0800
f5a598156eImproved Azure Pipeline build job about results & coverage reporting
Xiaoning Liu
2018-12-25 10:06:38 +0800
6494c56665Updated azure pipeline credential name to align with Azure KeyVault
Xiaoning Liu
2018-12-24 16:57:52 +0800
7577b1de89Set up CI with Azure Pipelines
azure-pipelines[bot]
2018-12-24 08:25:39 +0000
a0e72712a2`SASQueryParameters` exported in Node.js runtime.
Xiaoning Liu
2018-12-24 15:59:16 +0800
f0cda42739`SASQueryParameters` is not going to be exported in browser bundle which aligns with Node.js bundle.
Xiaoning Liu
2018-12-24 15:54:15 +0800
0c7c42ddc4Moved a test case to Node.js folder
Xiaoning Liu
2018-12-24 15:37:12 +0800
ec1dc82874Updated singleBlobUploadThresholdInBytes to maxSingleShotSize, align with Java V10
Xiaoning Liu
2018-12-24 15:30:55 +0800
c835bf8610Added test cases covering retry policy including fault injection
Xiaoning Liu
2018-12-24 15:25:56 +0800
f14c753396Sleep to avoid startCopyIncremental test failure because of sever latency
Xiaoning Liu
2018-12-24 11:07:05 +0800
f0f2b29e2cFixed a issue that when body is string with special characters, `BlockBlobULR.upload` will fail to upload.
Xiaoning Liu
2018-12-23 21:38:34 +0800
c28e4d84cfResolved CR comments
Xiaoning Liu
2018-12-21 17:14:24 +0800
9052dfb9c4Updated karma config to avoid browser timeout
Xiaoning Liu
2018-12-20 11:29:35 +0800
881f6fe2c0Removed default 60s server timeout value for retry options `tryTimeoutInMs` to avoid large blob download stream unexcepted ending.
Xiaoning Liu
2018-12-20 10:56:54 +0800
e2770dc86bAdded option `parallelismThreshold` to customize concurrency upload threshold in bytes for highlevel uploading APIs, like `uploadBrowserDataToBlockBlob` or `uploadFileToBlockBlob`
Xiaoning Liu
2018-12-20 10:49:26 +0800
582750eb2aAdded extra test cases covering more
Xiaoning Liu
2018-12-19 16:45:15 +0800
4a1eb8f719Remove browser related files from Node.js coverage
Xiaoning Liu
2018-12-19 16:16:29 +0800
4933c809fbUpdated ms-rest-js to @azure/ms-rest-js; Updated changelog;
Xiaoning Liu
2018-12-19 16:07:58 +0800
c2cc659f46Updated Aborter timeout description from million-seconds to milliseconds
Xiaoning Liu
2018-12-19 13:38:54 +0800
05f044e1c2Updated description for URI encoding strategies
Xiaoning Liu
2018-12-19 13:31:35 +0800
6372945977Comment visualizer from rollup to pass Node.jsv6 build
Xiaoning Liu
2018-12-19 11:40:03 +0800
e405d288e0Updated azure-pipeline config to get browser testing results
Xiaoning Liu
2018-12-19 11:36:04 +0800
53a438172dFixed special naming issues for browsers tests
Xiaoning Liu
2018-12-18 22:36:59 +0800
f274179021Updated dev tools configuration
Xiaoning Liu
2018-12-18 22:15:17 +0800
2932770dd5Resolved rollup warnings during bundle build
Xiaoning Liu
2018-12-18 17:06:24 +0800
6fb6643627Fixed a compile compatibility issue with typescript 3.2.x
Xiaoning Liu
2018-12-18 17:01:10 +0800
68932c59baAdded Mac, Linux, Windows CI support
Xiaoning Liu
2018-12-05 17:45:00 +0800
59ef4761fbAdded browser CI regression
Xiaoning Liu
2018-12-05 17:40:30 +0800
8182bd4d87Added Azure Pipeline configurations
Xiaoning Liu
2018-12-05 15:04:07 +0800
e52f0575eeAdded support for browser coverage calculation
Xiaoning Liu
2018-12-07 17:00:51 +0800
7bf641a469Added Node.js test coverage support
XiaoningLiu
2018-12-05 23:13:31 +0800
bcac04c66aFixed#34, compatible with special characters in namings
Xiaoning Liu
2018-12-07 11:19:09 +0800