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

407 Коммитов

Автор SHA1 Сообщение Дата
Lin Jian 59f158fea4 update package-lock.json to get rid of security alert for elliptic 2020-08-04 11:04:46 +08:00
FAREAST\jiacfan 8afb26eda9 Lock mocha's version to 6.2.0. 2020-04-14 19:25:50 -07:00
FAREAST\jiacfan d0bf306173 Update Contributing.md for using maser branch to maintain changes . 2020-04-14 00:05:14 -07:00
FAREAST\jiacfan 7900a024a2 Update Readme and deprecate dev branch for contribution. 2020-04-14 00:05:14 -07:00
FAREAST\jiacfan d776180955 Run npm audit and fix vulnerabilities. 2020-04-14 00:05:14 -07:00
Kate Olszewska a80450aeee
Update README.md (#625)
Following the pattern in the .NET repo:  https://github.com/Azure/azure-storage-net/blob/master/README.md

Co-authored-by: Vincent Jiang (LEI) <vinjiang@users.noreply.github.com>
2020-04-13 21:05:32 -07:00
Yohan Lasorsa 0092857542 Update README.md
Bump SDK v10 references to v12 (this was confusing)
2020-04-13 20:35:32 -07:00
FAREAST\jiacfan 473ef09a9a Lock down dev dep mocha's version and make it work for existing node version 6 in CI. 2020-04-13 20:34:47 -07:00
Taylor McKinnon 5ba7180d26 Fix typo 2020-04-13 20:34:47 -07:00
Daniel Perez Alvarez e20d66d02e Add `host` property to `StorageServiceClient`
Fixes #581
2020-04-13 20:34:47 -07:00
dependabot[bot] d3d5d9d4dc Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-01 16:16:21 -08:00
Xiaoning Liu 4bffbc9920 Update issue template & readme links; 2019-08-19 21:49:37 -07:00
Xiaoning Liu 7447df867b Updated changelog for 3.0.100 2019-08-19 21:49:37 -07:00
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