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

394 Коммитов

Автор SHA1 Сообщение Дата
Xiaoning Liu d5c93fe1e5 Refactred test cases for browsers - drop key based cases from browser testing scope 2019-08-19 21:49:37 -07:00
Xiaoning Liu d3808608c3 Remove SharedKey auth & SAS generation from browser bundle 2019-08-19 21:49:37 -07:00
Vincent Jiang (LEI) 1e315487b8
Merge pull request #577 from XiaoningLiu/2.10.3
2.10.3
2019-04-16 15:24:07 +08:00
Xiaoning Liu 0d5c534ed1 Fixed some vulnerabilities in dependencies 2019-04-12 17:24:15 +08:00
Xiaoning Liu e71b413c61 Fixed some errors are thrown in a inner async callback which cannot be caught. 2019-04-12 12:33:04 +08:00
Xiaoning Liu 84ad05080b Fix changelog alignment issues 2019-03-27 17:03:01 +08:00
Xiaoning Liu ebc422ba61 2.10.3 & 2.10.103 2019-03-27 16:33:22 +08:00
Matthew Rayermann 7624a9b899 Fix callback not being called in _getBlobToLocalFile 2019-03-13 10:20:13 +08:00
Paul 11fcab5e8c Remove retryInfo.retryable check in retrypolicyfilter.js (#541)
* Fix falsy handling in retrypolicyfilter.js

requestOptions.absorbConditionalErrorsOnRetry and retryInfo.retryable tend to be undefined unless set to false. So we need to only want for False values otherwise most errors won't retry.

* Update retrypolicyfilter.js

* remove retryInfo.retryable check since it will never be set at this line.

Co-Authored-By: cpwinn <clark.winn@gmail.com>
2018-11-06 19:22:11 -08:00
Dan Butvinik 8541848454 remove corresponding comments about about maxResults 2018-10-26 00:18:57 -07:00
Dan Butvinik e937bb657b remove comment about maxResults
I am seeing it limit the results when using ListBlobs
2018-10-26 00:18:57 -07:00
Vincent Jiang (LEI) 0557d02cd2
Merge pull request #535 from jiacfan/dev
Code change for release 2.10.2.
2018-10-16 06:46:20 -07:00
jiacfan 47714c23e3 Optimize ts declarisions. 2018-10-09 15:22:21 +08:00
jiacfan 1600bf2a7a Upgrade version to 2.10.2. 2018-10-09 11:10:23 +08:00
jiacfan 34bf2459c2 Update recordings for mock test. 2018-10-09 11:08:55 +08:00
jiacfan 1027077e3b Use Buffer.alloc in HmacSha256Sign. 2018-10-09 10:55:41 +08:00
jiacfan 23d961f5f6 Change code to use xmlbuilder ^9.0.7 and extend ^3.0.2. 2018-10-09 10:51:26 +08:00
jiacfan 4fd4a2feac Support empty text in API createFileFromText. 2018-10-09 10:51:26 +08:00
jiacfan 4be9714a11 Upgrade extend to 3.0.2. 2018-10-09 10:51:25 +08:00
jiacfan e9620f7057 Upgrade xmlbuilder to 9.0.7. 2018-10-09 10:51:25 +08:00
Julian Bonilla 0013a55987 Browser sample fixes
browser/samples/sample-[blob,file,queue,table].html

* Fix a few typos
* Consistent style for JavaScript examples
* Minor HTML cleanup and formatting
2018-10-08 19:04:31 -07:00
anchepiece 60ae42ae9a Address uncaught TypeError in table service 2018-10-08 19:04:09 -07:00
Suz Hinton fd1e656680 Remove deprecated Buffer constructor calls
Replace with static methods `Buffer.from` and `Buffer.alloc`
2018-09-29 02:08:21 -07:00
anchepiece 3dd857b905 Fix spelling in README.md 2018-09-29 02:07:25 -07:00
Fares Rihani 327dbaca89 Update BreakingChanges.md
Minor spelling correction.
2018-09-29 02:07:25 -07:00
Jarru8 7e16451a48 Fixed the heading Project Setup 2018-09-29 02:06:55 -07:00
Alex Otten e57e3e1516 Fixed typo
Per stream. :)
2018-09-29 02:04:16 -07:00
Xiaoning Liu 32a8aaa47b Added JSv10 link; Added docs.microsoft.com link; Removed slack channel link 2018-09-28 00:19:10 -07:00
Tanaschuk 947b5a0a3e Add missing declarations to ts 2018-09-26 20:37:14 -07:00
Patrick Seafield c3f8b22047 Change queryTable doc to use result.entries
This threw me for a loop for about 30 minutes. The documentation says result.entitites will contain the entities returned from the query, but the code (line 849) uses result.entries.

http://azure.github.io/azure-storage-node/TableService.html#queryEntities

It might make more sense for everything to be entities, but unless both entities and entries are in the object, that would be a breaking change.
2018-09-26 20:36:07 -07:00
Vincent Jiang (LEI) d7b7e16f7d
Merge pull request #498 from jiacfan/release_2.10.1
v2.10.1
2018-08-02 03:09:05 -07:00
jiacfan 631af97dde Update change log for generated browser compatible JavaScript files. 2018-08-02 14:33:04 +08:00
jiacfan 48cb6acefe Fix content type concatenating in table service. 2018-08-02 11:46:32 +08:00
jiacfan 5ab6c75adf Update change log. 2018-08-01 17:30:33 +08:00
jiacfan c08c66282f Update version to 2.10.1. 2018-07-27 02:33:59 -07:00
jiacfan 3c2f64d390 Fix content type for json. 2018-07-27 02:33:59 -07:00
jiacfan 32e237e494 Add enable global HTTP(s) agent support. 2018-07-27 02:33:59 -07:00
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