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

  • 8999c8e5ff Updated singleBlobUploadThresholdInBytes to maxSingleShotSize, align with Java V10 Xiaoning Liu 2018-12-24 15:30:55 +0800
  • 0495de5c0c Added test cases covering retry policy including fault injection Xiaoning Liu 2018-12-24 15:25:56 +0800
  • 7455bb14f4 Sleep to avoid startCopyIncremental test failure because of sever latency Xiaoning Liu 2018-12-24 11:07:05 +0800
  • fe846c0131 Fixed 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
  • 839119b5cd Resolved CR comments Xiaoning Liu 2018-12-21 17:14:24 +0800
  • 5bf31266a4 Updated karma config to avoid browser timeout Xiaoning Liu 2018-12-20 11:29:35 +0800
  • afdeae04f7 Removed 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
  • 253fce7d47 Added 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
  • 7756ab5313 Added extra test cases covering more Xiaoning Liu 2018-12-19 16:45:15 +0800
  • 6e7ec21bee Remove browser related files from Node.js coverage Xiaoning Liu 2018-12-19 16:16:29 +0800
  • 8fce3b26be Updated ms-rest-js to @azure/ms-rest-js; Updated changelog; Xiaoning Liu 2018-12-19 16:07:58 +0800
  • 77dc1eb84e Updated Aborter timeout description from million-seconds to milliseconds Xiaoning Liu 2018-12-19 13:38:54 +0800
  • 7981009e0e Updated description for URI encoding strategies Xiaoning Liu 2018-12-19 13:31:35 +0800
  • 473affd01a Comment visualizer from rollup to pass Node.jsv6 build Xiaoning Liu 2018-12-19 11:40:03 +0800
  • 9b5fb6137a Updated azure-pipeline config to get browser testing results Xiaoning Liu 2018-12-19 11:36:04 +0800
  • 1b2e18a472 Fixed special naming issues for browsers tests Xiaoning Liu 2018-12-18 22:36:59 +0800
  • 459475ac82 Updated dev tools configuration Xiaoning Liu 2018-12-18 22:15:17 +0800
  • 9c74011789 Resolved rollup warnings during bundle build Xiaoning Liu 2018-12-18 17:06:24 +0800
  • c43e845ad7 Fixed a compile compatibility issue with typescript 3.2.x Xiaoning Liu 2018-12-18 17:01:10 +0800
  • 0254d9f05f Added Mac, Linux, Windows CI support Xiaoning Liu 2018-12-05 17:45:00 +0800
  • ff6a979e4d Added browser CI regression Xiaoning Liu 2018-12-05 17:40:30 +0800
  • d4dbdc62d4 Added Azure Pipeline configurations Xiaoning Liu 2018-12-05 15:04:07 +0800
  • 3910b3d1a3 Added support for browser coverage calculation Xiaoning Liu 2018-12-07 17:00:51 +0800
  • cf1110d3f7 Added Node.js test coverage support XiaoningLiu 2018-12-05 23:13:31 +0800
  • 749eb9ce9c Fixed #34, compatible with special characters in namings Xiaoning Liu 2018-12-07 11:19:09 +0800
  • e90d94ebd2 Fixed typos in tests and Error messages Xiaoning Liu 2018-12-27 15:47:28 +0800
  • 8464df2721 Updated `Object.keys` polyfill for IE11 Xiaoning Liu 2018-12-26 14:26:35 +0800
  • d3b942e9e7 IE11 needs `Array.prototype.includes` polyfill loaded. Xiaoning Liu 2018-12-26 13:02:08 +0800
  • 90ae381b71 Fixed a changelog typo Xiaoning Liu 2018-12-26 09:46:44 +0800
  • 35f4faccc5 Use @babel/polyfill for IE11 testing, drop polyfill.io Xiaoning Liu 2018-12-25 16:39:10 +0800
  • ed1588d79c Improved incremental copy test case robust Xiaoning Liu 2018-12-25 10:53:55 +0800
  • f5a598156e Improved Azure Pipeline build job about results & coverage reporting Xiaoning Liu 2018-12-25 10:06:38 +0800
  • 6494c56665 Updated azure pipeline credential name to align with Azure KeyVault Xiaoning Liu 2018-12-24 16:57:52 +0800
  • 7577b1de89 Set 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
  • 0c7c42ddc4 Moved a test case to Node.js folder Xiaoning Liu 2018-12-24 15:37:12 +0800
  • ec1dc82874 Updated singleBlobUploadThresholdInBytes to maxSingleShotSize, align with Java V10 Xiaoning Liu 2018-12-24 15:30:55 +0800
  • c835bf8610 Added test cases covering retry policy including fault injection Xiaoning Liu 2018-12-24 15:25:56 +0800
  • f14c753396 Sleep to avoid startCopyIncremental test failure because of sever latency Xiaoning Liu 2018-12-24 11:07:05 +0800
  • f0f2b29e2c Fixed 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
  • c28e4d84cf Resolved CR comments Xiaoning Liu 2018-12-21 17:14:24 +0800
  • 9052dfb9c4 Updated karma config to avoid browser timeout Xiaoning Liu 2018-12-20 11:29:35 +0800
  • 881f6fe2c0 Removed 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
  • e2770dc86b Added 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
  • 582750eb2a Added extra test cases covering more Xiaoning Liu 2018-12-19 16:45:15 +0800
  • 4a1eb8f719 Remove browser related files from Node.js coverage Xiaoning Liu 2018-12-19 16:16:29 +0800
  • 4933c809fb Updated ms-rest-js to @azure/ms-rest-js; Updated changelog; Xiaoning Liu 2018-12-19 16:07:58 +0800
  • c2cc659f46 Updated Aborter timeout description from million-seconds to milliseconds Xiaoning Liu 2018-12-19 13:38:54 +0800
  • 05f044e1c2 Updated description for URI encoding strategies Xiaoning Liu 2018-12-19 13:31:35 +0800
  • 6372945977 Comment visualizer from rollup to pass Node.jsv6 build Xiaoning Liu 2018-12-19 11:40:03 +0800
  • e405d288e0 Updated azure-pipeline config to get browser testing results Xiaoning Liu 2018-12-19 11:36:04 +0800
  • 53a438172d Fixed special naming issues for browsers tests Xiaoning Liu 2018-12-18 22:36:59 +0800
  • f274179021 Updated dev tools configuration Xiaoning Liu 2018-12-18 22:15:17 +0800
  • 2932770dd5 Resolved rollup warnings during bundle build Xiaoning Liu 2018-12-18 17:06:24 +0800
  • 6fb6643627 Fixed a compile compatibility issue with typescript 3.2.x Xiaoning Liu 2018-12-18 17:01:10 +0800
  • 68932c59ba Added Mac, Linux, Windows CI support Xiaoning Liu 2018-12-05 17:45:00 +0800
  • 59ef4761fb Added browser CI regression Xiaoning Liu 2018-12-05 17:40:30 +0800
  • 8182bd4d87 Added Azure Pipeline configurations Xiaoning Liu 2018-12-05 15:04:07 +0800
  • e52f0575ee Added support for browser coverage calculation Xiaoning Liu 2018-12-07 17:00:51 +0800
  • 7bf641a469 Added Node.js test coverage support XiaoningLiu 2018-12-05 23:13:31 +0800
  • bcac04c66a Fixed #34, compatible with special characters in namings Xiaoning Liu 2018-12-07 11:19:09 +0800
  • e05d73d999
    Merge pull request #39 from jiacfan/queue_v10_preview_release v10.0.0-preview-queue Vincent Jiang (LEI) 2018-12-11 17:04:46 +0800
  • 6e9dce744f Update the version to 10.0.0-preview. FAREAST\jiacfan 2018-12-10 15:57:30 +0800
  • 3eba6f5483 Update package.json and package-lock.json. FAREAST\jiacfan 2018-12-06 13:55:45 +0800
  • 73c96d7955 Optimize samples. FAREAST\jiacfan 2018-12-05 14:49:25 +0800
  • 27ceed2742 Optimize format with Prettier. FAREAST\jiacfan 2018-12-04 13:58:32 +0800
  • 40455503d2 Optimize policy initializing, naming and add ThirdPartyNotices.txt FAREAST\jiacfan 2018-12-03 15:23:42 +0800
  • e76633890a Optimize sample and the comment for truncatedISO8061Date. FAREAST\jiacfan 2018-11-30 09:57:06 +0800
  • f3fb592cda Optimize setMetadata API and messageID naming. FAREAST\jiacfan 2018-11-27 12:04:23 +0800
  • 47a0e335cd Update service version to 2018-03-28 and update README.md. FAREAST\jiacfan 2018-11-27 10:48:26 +0800
  • a230b4409b Initial commit for Js v10 Queue SDK. FAREAST\jiacfan 2018-11-26 18:13:13 +0800
  • 01e1b54e7f Refactoring pipeline creation preserving order devconcept 2018-11-29 14:33:40 -0500
  • 8acbb08803 Set up CI with Azure Pipelines xiaonlimsft 2018-12-07 17:50:08 +0800
  • e33c07cedd Update package.json and package-lock.json. FAREAST\jiacfan 2018-12-06 13:55:45 +0800
  • a7123e16ae Optimize samples. FAREAST\jiacfan 2018-12-05 14:49:25 +0800
  • 9a899fff86 Optimize format with Prettier. FAREAST\jiacfan 2018-12-04 13:58:32 +0800
  • b5ee5e5d25 Optimize policy initializing, naming and add ThirdPartyNotices.txt FAREAST\jiacfan 2018-12-03 15:23:42 +0800
  • 5739df59d1 Optimize sample and the comment for truncatedISO8061Date. FAREAST\jiacfan 2018-11-30 09:57:06 +0800
  • 2f6b355a68 Optimize setMetadata API and messageID naming. FAREAST\jiacfan 2018-11-27 12:04:23 +0800
  • 2336986090 Update service version to 2018-03-28 and update README.md. FAREAST\jiacfan 2018-11-27 10:48:26 +0800
  • 89658d76ae Initial commit for Js v10 Queue SDK. FAREAST\jiacfan 2018-11-26 18:13:13 +0800
  • 5274bd4272 Updated changelog data from 2018.11 to 2018.12 v10.0.0-preview-file Xiaoning Liu 2018-12-03 12:42:38 +0800
  • ab08505728 Remove the default content-type in generated code of StorageClientContext Xiaoning Liu 2018-11-30 18:09:27 +0800
  • 8f9d6548ac Fixed wrong constant value during sanity test Xiaoning Liu 2018-11-30 17:48:46 +0800
  • 7b1f1ceaab Added ThridPartyNotices.txt; Updated package-lock.json; Improvded pipeline factory array construction Xiaoning Liu 2018-11-30 17:18:31 +0800
  • 90f8959712 Resolve CR comments; Added fault injection into download stream retry; Removed Token Credential from repo; Removed secondaryendpoint retry Xiaoning Liu 2018-11-28 17:50:58 +0800
  • 16ea71e7ea Resolved codeflow comments Xiaoning Liu 2018-11-23 11:10:52 +0800
  • ad924464a2 Applied latest swagger changes Xiaoning Liu 2018-11-22 17:04:29 +0800
  • a32ffd6c2c Removed file swagger from repo Xiaoning Liu 2018-11-22 16:09:48 +0800
  • 57476aece2 Updated samples and documents Xiaoning Liu 2018-11-22 16:08:48 +0800
  • 8858145b79 Finished adding testcases and tests Xiaoning Liu 2018-11-22 11:30:01 +0800
  • 70582e5fe4 Updated retry policy max retry timeout to ms from seconds Xiaoning Liu 2018-11-14 16:29:25 +0800
  • 363fad2a46 Finished highlevel APIs Xiaoning Liu 2018-11-14 16:18:26 +0800
  • 1aecd5d95f Finished File Account & Service SAS Xiaoning Liu 2018-11-14 11:25:50 +0800
  • 30814c2052 Finish directoryurl and fileurl; Fixed bugs when generation account SAS Xiaoning Liu 2018-11-12 17:52:21 +0800
  • ab737b7b47 File finished top level configs and StorageURL, ServiceURL and ShareURL XiaoningLiu 2018-11-08 21:45:01 +0800
  • c3c989fa36 Updated changelog data from 2018.11 to 2018.12 Xiaoning Liu 2018-12-03 12:42:38 +0800
  • 2cce6f8691 Remove the default content-type in generated code of StorageClientContext Xiaoning Liu 2018-11-30 18:09:27 +0800
  • 48577b291f Fixed wrong constant value during sanity test Xiaoning Liu 2018-11-30 17:48:46 +0800