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

28 Коммитов

Автор SHA1 Сообщение Дата
Kamil Pajdzik 7b065ccaab
Add support for Fetch in Node.js environment (#351)
* Update version

* Add Fetch HTTP client (#342)

* Add Fetch HTTP client

* Reset version

* Update version

* Fix isNode method to return true in Electron apps

* Update Constants

* Fix incorrect undefined check in Axios client

* Add TSLint check. Fix TSLint errors (#344)

* Add TSLint check. Fix TSLint errors

* Add type to delay callback

* Update TypeScript

* Remove unnecessary types/xhr-mock package

* Fix missing delay import

* Reformat Fetch client

* Fix wrong union type

* Fix tests

* Normalize the safe-check

* Add script to run tests on dependent projects (#345)

* Add script to run tests on dependent projects

* Bump the version

* Fix logging statements

* Update constants

* Update Azure Pipelines configuration

* Fix Azure Pipeline job name

* Add gulp build command

* Add npm run local

* Flip order

* Add build step

* Add more logging

* Fix undefined result print

* Remove inheriting stdio

* Change to spawnSync

* Add more logging

* Remove build step

* Change exec to run from JS dev tools

* Add logger-js package

* Add build step back

* Add process.exit

* Add logging

* Change error logging

* Add command printing

* Extract options object

* Add fullOptions parameter

* Change NPM command name

* Remove logging

* Remove npm run test

* Await additional commands

* Add test command to package.json

* Add timeout

* Add test as separate task

* Change foreach to for

* Remove test from package.json command

* Uncomment npm install commands

* Add latest ms-rest-js to npm install

* Add autorest.typescript DevOps task

* Add npm link

* Change link to install

* Remove prepack script

* Change package name to ../..

* Remove rm -rf

* Add build step

* Add git checkout

* Add dependent project directory

* Remove git branch checkout

* Bump the version to 1.8.6

* Add git checkout

* Change branch name

* Add execution directory

* Remove git checkout

* Add tsc --version command

* Remove local ms-rest-js install

* Move .tmp folder

* Change .tmp path creation

* Fix path in Azure DevOps config

* Renable logging

* Add run to build command

* Move scripts back to TypeScript

* Improve logging

* Fixed #347 and #348

* nit fix

* bump version in the constant file.

* Address reiew feedback

* upgrade ci to run node 8, 10, 12 versions. Remove 6.x.

* Reformat mockHttp

* Add Fetch to browser

* Add Firefox Karma configuration

* Switch from isomorphic-fetch to cross-fetch

* Add cross-fetch to rollup configuration

* Remove buffer and streams from webpack test configuration

* Add Firefox karma launcher

* Add FetchMock for browser scenarios

* Extract platform specific code to child classes

* Bump the version

* Add proxy support to fetch client (#350)

* Remove cross-fetch

* Add proxy support

* Fix stream upload tests

* Extract ProxyAgent

* Bring XHR as default client for browsers

* Address feedback

* Bring back browser mock

* Add type

* Fix pass through mock

* Change import type

* Fix fetch import

* Change fetch reference

* Remove cross fetch from rollup config

* Remote unit.ts

* Add fallback fetch reference

* Fix constants

* Fix fetch bugs

* Upgrade TypeScript

* Remove unnecessary code from mock class

* Remove type

* Change vresion to preview

* Remove Method import

* Fix user agent tests

* Remove Method casting

* Remove Method type

* Disable ms-rest-azure-js installation in CI

* Fix pack order

* Add keep-alive support (#362)

* Remove remaining axios references

* Update documentation

* Add missing external packages in rollup config

* Add Keep-Alive changelog

* Bump the version
2019-06-24 09:01:20 -07:00
J. Kalyana Sundaram 40a3b83a0b Updating date in changelog. 2019-06-11 19:05:30 -07:00
J. Kalyana Sundaram 94ed16d268 Incremented version and updated changelog per PR feedback. 2019-06-11 19:02:16 -07:00
Amar Zavery bbeb122737 Bring back the workaround of uppercasing method names as that is required for storage data plane library 2019-06-06 16:02:28 -07:00
Amar Zavery 73d900ba4b Set tranformResponse property of axios req. config to an identity function. 2019-06-04 16:32:26 -07:00
Amar Zavery 0e1c327a8f Bumped version of axios to 0.19.0 2019-06-01 18:12:07 -07:00
Amar Zavery 2c874ee8a7 Fixed #347 and #348 2019-05-16 11:11:57 -07:00
Kamil Pajdzik 2bc787a678
Update changelog for version 1.4.0-1.5.0 (#319) 2019-01-17 10:43:42 -08:00
Dan Schulte e87925fe8f Allow ServiceClientOptions.userAgent property to be a function 2019-01-15 10:29:07 -08:00
Dan Schulte 8c3d100129 Bump patch version number and add changelog 2018-11-13 16:48:25 -08:00
Kamil Pajdzik 879f200ca0
Rename NPM package to @azure/ms-rest-js (#265) 2018-11-09 14:00:45 -08:00
Rikki Gibson d393676d94
Rollup (#243)
* Add rollup config, update other configs, add thirdpartynotices for uuid

* Fix testserver

* Update changelog

* Update package-lock.json

* Move back to msRest global name

* Update changelog

* Properly depend on rollup

* Bump to v1.0.0
2018-10-04 13:47:11 -07:00
Kamil Pajdzik 8f17a6562a
Add Authenticator type (#234) 2018-09-27 09:58:28 -07:00
Kamil Pajdzik 9cd19888a4
Added support for EventGrid TopicCredentials object (#216)
* Add support for EventGrid TopicCredentials
2018-09-05 12:25:08 -07:00
Rikki Gibson 3ddceeefd9
Update changelog (#208)
* Update changelog

* Update package-lock.json
2018-08-30 14:18:37 -07:00
Rikki Gibson e240203ca0
RequestPolicyCreator -> RequestPolicyFactory (#184)
* RequestPolicyCreator -> RequestPolicyFactory

* Bump to v0.18

* Update changelog for 0.18
2018-08-08 17:00:35 -07:00
Dan Schulte 266d23b8f6 Update mocha dependency, update version number to 0.5.0 2018-05-08 09:58:55 -07:00
Rikki Gibson 00b5852eca Update changelog for v0.4.0 2018-05-03 14:40:11 -07:00
Rikki Gibson 97d7a3e86c Bump to version 0.2.8 2018-04-02 17:37:12 -07:00
Amar Zavery 30f571fc13 Added support for [de]serializing an "any" type. 2018-02-22 17:25:21 -08:00
Amar Zavery 3890eae03d updated changelog and package version. 2018-01-31 09:11:11 -08:00
Amar Zavery 0c3e7641a8 fix tslint issues 2018-01-24 13:52:55 -08:00
Amar Zavery bd8e82c0ce update package.json 2017-10-25 10:36:41 -07:00
Amar Zavery b4a29faecb changes after running webapck 2017-10-17 11:29:14 -07:00
Amar Zavery e3988430f7 fixing moment dependency strictly to 2.18.1 2017-10-10 19:31:15 -07:00
Amar Zavery 38b89511dc Update Changelog.md 2017-10-10 17:25:26 -07:00
Amar Zavery 81b63946c7 string body needs to be handled differently. 2017-10-10 16:46:14 -07:00
Amar Zavery cf44b04968 updated package.json and serializationTest. Added Changelog 2017-09-16 18:04:53 -07:00