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

708 Коммитов

Автор SHA1 Сообщение Дата
David Wilson 77c8a7f2bb Add new release pipeline for azure-sdk DevOps org 2020-10-12 17:53:09 -07:00
David Wilson abc4f8f58e
Merge pull request #403 from joshgummersall/master
Add HTTP agent settings and policy
2020-10-08 13:08:13 -07:00
Josh Gummersall 2e999a39e6
Code review fixes 2020-10-08 11:13:56 -07:00
Josh Gummersall ff74cb7ae2
Add extra changelog note 2020-10-08 11:02:01 -07:00
Josh Gummersall 2aa89252f4
Include clone fix
Fixes #405
2020-10-08 10:54:58 -07:00
Josh Gummersall 7ee850a967
Bump minor version, update Changelog 2020-10-08 10:49:49 -07:00
Josh Gummersall 25c93f481e
Add agentPolicy if agentSettings exist 2020-10-02 17:11:50 -07:00
Josh Gummersall c550dd0d41
Fix webpack testconfig typo 2020-10-02 09:22:13 -07:00
Josh Gummersall 7127027130
Add HTTP agent settings and policy
This commit introduces support for passing a custom HTTP and/or HTTPS
agent as a `ServiceClientOption` option, a `WebResource` option, or by
using the `agentPolicy` mechanism. This will provide users greater
control over how outbound requests are made when using this library via
Node.
2020-10-02 09:13:13 -07:00
Ramya Rao 01cfc78e2f
Merge pull request #398 from AntoineGa/patch-1
Update README.md
2020-07-24 09:24:35 -07:00
Antoine e5dbca6b2f
Update README.md
fix typo
2020-07-24 15:19:18 +02:00
Sarangan Rajamanickam f87a54a622
Code to load proxyPolicy browser js (#397)
* Code to load proxyPolicy browser js

* Release patch version
2020-07-23 19:31:32 -07:00
Jose Manuel Heredia Hidalgo 118158b6f9
Make sure parsed body is an array when expecting Sequence (#385)
* Make sure parsed body is an array when expecting Sequence

* Update lib/serviceClient.ts

Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>

* Update changelog and constants

* Add test

* update changelog

* Remove unecessary format changes

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2020-04-30 16:22:14 -07:00
Sarangan Rajamanickam 41b25a0e0a
Merge pull request #390 from sarangan12/ArrayNullSpaceTabsFix
Code change to check if delimiter is tabs-spaces & value is null/undefined
2020-04-30 15:39:25 -07:00
Sarangan Rajamanickam f6e9906f47 Update Changelog 2020-04-30 14:50:20 -07:00
Sarangan Rajamanickam 207af0c3bd Merge remote-tracking branch 'origin/master' into ArrayNullSpaceTabsFix 2020-04-30 14:46:53 -07:00
Jeff Fisher 50b29e1f24
Merge pull request #391 from xirzec/fixRequestPolicyOptions
Widen RequestPolicyOptions to interface
2020-04-30 14:43:37 -07:00
Jeff Fisher 448b48592b Fix version 2020-04-30 14:30:28 -07:00
Jeff Fisher cc05a18630 Widen RequestPolicyOptions 2020-04-30 13:49:58 -07:00
Sarangan Rajamanickam c8e6bd165d Minor change II 2020-04-29 02:09:32 -07:00
Sarangan Rajamanickam 3dfbc7e91a Minor addition 2020-04-29 02:06:32 -07:00
Sarangan Rajamanickam 9bb98e07b4 Added Test cases 2020-04-29 01:40:28 -07:00
Sarangan Rajamanickam a18a992019 Code change to check if delimiter is tabs-spaces & value is null/undefined 2020-04-29 00:40:04 -07:00
Sarangan Rajamanickam d2e72add9d
Merge pull request #382 from sarangan12/Issue4244
Encode query parameters in an array before joining them
2020-04-27 17:28:39 -07:00
Sarangan Rajamanickam 7d84d10ab4
Update lib/serviceClient.ts
Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
2020-04-27 17:18:16 -07:00
Sarangan Rajamanickam b8cb48d13e Modified date in Changelog 2020-04-27 17:04:43 -07:00
Sarangan Rajamanickam f61cdedbcf Merge remote-tracking branch 'origin/master' into Issue4244 2020-04-27 16:58:59 -07:00
Ramya Rao 3a022590d2
Use Node 10 when building autorest.typescript to avoid Gulp issue
Use Node 10 when building autorest.typescript to avoid Gulp issue
2020-04-27 11:58:14 -07:00
David Wilson 6a437a0b51 Use --no-save option to leave package.json unchanged 2020-04-24 16:46:12 -07:00
David Wilson 1b6a076792 Try using $(System.DefaultWorkingDirectory) 2020-04-24 16:37:51 -07:00
Jose Manuel Heredia Hidalgo 35e421cd5b clone and checkout autorest.typescript v4x branch 2020-04-24 15:06:47 -07:00
Karishma Ghiya 215bb02e72 try to fix install by reversing install tasks 2020-04-23 00:31:24 -07:00
David Wilson 7b6407b257 Use Node 10 when building autorest.typescript to avoid Gulp issue 2020-04-22 17:06:32 -07:00
Sarangan Rajamanickam 4feb5c1d8d Remove trailing space 2020-04-22 11:31:25 -07:00
Sarangan Rajamanickam a84f5460e5 Merge remote-tracking branch 'origin/master' into Issue4244 2020-04-22 11:29:43 -07:00
KarishmaGhiya 15804eac4b
Merge pull request #381 from xirzec/webResourceLike
Expand usage of WebResource to an interface
2020-04-21 18:51:46 -07:00
Sarangan Rajamanickam 6f7090c7bb Changelog & Version Update modifications 2020-04-16 17:12:11 -07:00
Jeff Fisher 2b34c67708 Trigger CI 2020-04-16 11:01:23 -07:00
Sarangan Rajamanickam 0fe3c7714d PR Comments 2020-04-15 15:57:56 -07:00
Sarangan Rajamanickam 2114b223c7 Added one more test with parameters with commas 2020-04-15 12:48:10 -07:00
Sarangan Rajamanickam 8f0294a4bb Code changes to modify encoding step 2020-04-15 12:37:40 -07:00
Jeff Fisher 04565be47a Bump constant 2020-04-14 15:56:18 -07:00
Jeff Fisher 22d48ff71f
Update Changelog.md
Co-Authored-By: David Wilson <david@daviwil.com>
2020-04-14 15:55:29 -07:00
Jeff Fisher e1908774a5 Remove unnecessary rollup plugin
This broke the build on Windows
2020-04-14 15:46:05 -07:00
Jeff Fisher 90053fa355 Widen usage of WebResource to interface 2020-04-14 15:35:46 -07:00
David Wilson 6244e919cf
Merge pull request #376 from AnthonyMacKinnon/fix-node-fetch-require
Fix node-fetch require for webpack
2020-01-07 16:29:11 -08:00
David Wilson 971cbb531a Fix ms-rest-js version string in util/constants.ts 2020-01-07 16:14:50 -08:00
David Wilson ee3a3cf25d Fix incorrect property typing in NavigatorEx 2020-01-07 16:11:17 -08:00
David Wilson 22e6f41a73 Fix defaultHttpClient test that depends on example.com source 2020-01-07 16:11:02 -08:00
David Wilson 35ca14278e Bump version to 2.0.5, update Changelog.md 2020-01-07 15:07:04 -08:00