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
Xiaoning Liu
8a2439fe3d
Updated changelog and browser latest support matrix
2018-02-05 15:51:50 +08:00
Xiaoning Liu
b3039452cf
Fixed a compatibility issue with Node.js v9 about writeStream.close()
2018-02-02 19:39:54 +08:00
Xiaoning Liu
45f6e5cae3
Add support for soft delete; Updated Azure Storage Version to 2017-07-29
2018-02-02 19:39:53 +08:00
Xiaoning Liu
bd79ac587b
Fixed a bug that blob name will be wrongly trimmed to empty string when listing blobs
2018-02-02 19:39:53 +08:00
Xiaoning Liu
34d1880f8f
Fixed a bug that when Blob Size > 32M, GetBlobStream returns root blob data instead of snapshot data
2018-02-01 17:41:35 +08:00
James Dixon
84ed5f6b93
fixes bad scoping
2018-01-09 21:59:39 -08:00
Peter Blazejewicz
fb07326c07
Update dependencies in ExpressJS blob uploader sample
...
Thanks!
2018-01-08 20:50:34 -08:00
Peter Blazejewicz
c7f6279848
Update `contentType` property access to latest sdk
...
This commit fixes problem with access blob `contentType` information in the current version
due to breaking changes:
https://git.io/vbpBD
Thanks!
2018-01-02 18:58:17 -08:00
Craig Shoemaker
9515dff3fe
fix very minor typo
...
This is a small change, but since the typo is in the first paragraph and pushed out to npm and other sites, it's worth fixing.
2017-12-13 18:56:37 -08:00
Vincent Jiang (LEI)
d789db2de5
Merge pull request #383 from XiaoningLiu/v2.7.0_xarchive_ga
...
V2.7.0
2017-12-11 18:01:28 +08:00
Xiaoning Liu
9a47bc72d6
Added support for XArchive GA; Update version number to 2.7.0
2017-12-04 11:00:10 +08:00
Johan Karlsson
32bf524597
Add apostrophe in TableQuery.where() example
2017-11-30 14:45:41 +08:00
jiacfan
fb1f0833d6
Fix blob lease support for AppendFromText and ResizePageBlob API.
2017-10-19 17:45:05 +08:00