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

407 Коммитов

Автор SHA1 Сообщение Дата
Xiaoning Liu 60ff33839b GitHub issue template 2018-07-18 20:56:31 -07:00
Ajay Gaur 89e60a45e9 Resolves the issue of user agent is being set even if the process is started from browser 2018-06-29 02:27:26 -07:00
Vincent Jiang (LEI) 66d24e89ee
Merge pull request #474 from XiaoningLiu/v2.10.0
V2.10.0
2018-06-26 19:39:14 -07:00
Xiaoning Liu c92e450203 Update comments for appendBlockFromStream and appendBlockFromText, unblock the API usage in parallel 2018-06-26 15:26:59 +08:00
Xiaoning Liu 6915d68d25 Fixed a wrong placeded jsdoc 2018-06-26 12:43:51 +08:00
Xiaoning Liu 28901597fe Setter a larger time scope for SAS generated during UT to avoid server client time diff 2018-06-21 19:36:03 +08:00
Xiaoning Liu 402e8ac080 Updated changelog and test recored files for 2.10.0 2018-06-20 15:20:23 +08:00
Xiaoning Liu c5d88a0f4a Added support for static website service properties 2018-06-20 15:03:43 +08:00
Xiaoning Liu 1e024e7294 Dropped support for sync copy 2018-06-20 14:59:00 +08:00
Xiaoning Liu ea96087cd8 Added support for synchronous copy of block blobs and put block from URL 2018-06-20 14:58:59 +08:00
Xiaoning Liu 34ef0393e6 Added support for get account properties 2018-06-20 14:58:56 +08:00
Xiaoning Liu 4fc745b1ac Fixed a bug that `DeleteRetentionPolicy.Days` should be `number` instead of `string` when calling `getServiceProperties` 2018-06-20 14:46:36 +08:00
Tomas Lycken 9b29a58c31 Reinstate test with invalid chars in url 2018-06-19 20:51:20 -07:00
Tomas Lycken 0dfbb37dcc Allow non-tld hosts to the storage service
The require_tld property on the parameter object is quoted in order to
avoid linting errors pointing out that it's not camel-cased. As it's an
external API, there's nothing we can do about the casing.
2018-06-19 20:51:20 -07:00
Tomas Lycken 00a344441a Don't expect exceptions when setting explicit non-tld-host 2018-06-19 20:51:20 -07:00
Tomas Lycken 728d26bf72 Require non-tld-hosts to be valid URLs 2018-06-19 20:51:20 -07:00
Xiaoning Liu f3810de8d0 Updated changelog and fixed comments alignment 2018-05-28 16:59:03 +08:00
Xiaoning Liu 2b48fc1883 Update version number to preview version 2018-05-28 16:59:03 +08:00
Xiaoning Liu 204c59bdf8 Fixed a bug in browser test cases 2018-05-28 16:59:03 +08:00
Xiaoning Liu d4d3371023 Added support for write-once read-many containers (WORM) 2018-05-28 16:59:03 +08:00
Xiaoning Liu 34318f76ba Added support for oauth 2018-05-28 16:59:03 +08:00
Xiaoning Liu 06c5abea8b Added `/* eslint-disable */` to generated JS files, solved #442 2018-05-28 16:59:03 +08:00
Xiaoning Liu 6f68d5816f Fixed a bug that `Speedsummary` doesn't get updated when downloading file/blob under 32MB 2018-05-28 16:59:03 +08:00
Xiaoning Liu 36d388ef61 Added `progress` event for `SpeedSummary` class, which will be triggered every progress updates #310 2018-05-28 16:59:03 +08:00
Xiaoning Liu 726d94f16c Support '$web' as a valid blob container name for static website 2018-05-28 16:59:03 +08:00
Xiaoning Liu 692ac1edb2 Bumped version of request module from ~2.83.0 to ^2.86.0 to solve a vulnerability issue 2018-05-24 16:36:58 +08:00
Xiaoning Liu 02d947055c Updated version number changelog and readme 2018-04-19 02:21:41 -07:00
Xiaoning Liu bddeb2678b Updated samples to make descriptions of JavaScript API definitions clear 2018-04-19 02:21:41 -07:00
Xiaoning Liu f78912ca0b Updated local HTTP server requirement for IE11 and Chrome 2018-04-19 02:21:41 -07:00
Xiaoning Liu 21d9c7c325 Remove 'preview' terms for JS GA; Remove browser compatibility matrix; 2018-04-19 02:21:41 -07:00
Xiaoning Liu 83bea41fe7 Update jsdoc title to including JavaScript 2018-04-19 02:21:41 -07:00
Xiaoning Liu f98de27cf9 Update README.md under browser folder about online sample urls 2018-04-19 02:21:41 -07:00
Xiaoning Liu 204a3dfa0f Updated CONTRIBUTION.md about the Node.js supported version #249 2018-04-19 02:21:41 -07:00
Xiaoning Liu d834b21bdd Improved JSDoc to clarify Node.js Writable and Readable stream #389 2018-04-19 02:21:41 -07:00
Xiaoning Liu e71cf72d0e Fixed a README.MD mistake for FileService example 2018-04-19 02:21:41 -07:00
Xiaoning Liu fa7b3be893 Fixed a TypeScript definition error that blobService.getUrl() misses snapshotId parameter 2018-04-19 02:21:41 -07:00
Xiaoning Liu 72a3e4fb9a Fixed a bug that retry policy will not retry for XHR error in browsers 2018-04-19 02:21:41 -07:00
Xiaoning Liu f113628e65 Updated README.md under browser folder to make it more clear about the zip file downloading link 2018-04-19 02:21:41 -07:00
Xiaoning Liu 084fd486aa Fixed a bug that some test cases are missing 2018-04-19 02:21:41 -07:00
Xiaoning Liu 02832ab218 Updated or skipped test cases due to browsers compatibility differences 2018-04-19 02:21:41 -07:00
Xiaoning Liu 7d5a885815 Move JS UT files into browser folder to avoid conflicts with Node.js mocha tests 2018-04-19 02:21:41 -07:00
Xiaoning Liu 8ed336e9a4 UT/FT for JavaScript Client Library in Browsers 2018-04-19 02:21:41 -07:00
Vincent Jiang (LEI) 78a09ef559
Merge pull request #424 from XiaoningLiu/module
Module Support
2018-03-06 02:05:30 -08:00
Xiaoning Liu e4b1fa462b Fixed wrong description in Readme and other files 2018-03-05 13:32:21 +08:00
Xiaoning Liu 94aeb0cb78 Updated version number and ChangeLog 2018-03-02 17:25:37 +08:00
Xiaoning Liu 260e89ab61 Added support for JavaScript UMD module 2018-03-02 17:04:33 +08:00
Pierre Cauchois 6890d9ff30 Update the request and validator package dependencies 2018-02-27 00:50:42 -08:00
Laura Barluzzi 8588224c80 Adds replaceEntity and insertOrReplaceEntity
I recently used your Table Storage service and I could not find any reference in your documentation on how to update/edit an existing entries.
This is why I propose to add under the Table Storage section:
- an example of **replaceEntity**
- 2 mentioning of **insertOrReplaceEntity**
2018-02-08 19:55:14 -08:00
Peter Blazejewicz 043fd14ef5 Fix type assignment in tests for env variables
The env are always strings (the linter would detect this issue).

Thanks!
2018-02-06 06:35:41 -08:00
Vincent Jiang (LEI) 31a987804e
Merge pull request #392 from XiaoningLiu/softdelete20170729_2.8.0
v2.8.0
2018-02-06 02:29:03 -08:00