* Increase timeout for global agent
* Add ability to pass global agent options to http client constructor
* Update version in test projects
---------
Co-authored-by: v-levockina <undefined>
* Fix CG
- Rewrited react samples on vite because of react'scripts contains cve and not maintained
* Fix CG
- Npm audit fix for webpack samples
* Fix CG
- Fixed CVE in typed-rest client
- Migrated package to use node14+ as mocha is not supported in versions below.
- Migrated CI to use Node14+ for tests
_ Bumped ts to v5
- Bumped typed-rest-client to new major version 2
- Added .vscode folder in .gitignore
* Fix CG
- Fixed tests for the new version of the typescript
* Fix CG
- Replaced crypto package(DES-ECB and MD4 algorythms calls) to a packages as they are become legacy in openssl3 which is used new node
* Fix CG
- Regenerated package.lock files in samples.
* Fix CG
- Fixed types in tests
- Fixed webpack samples
* Fix CG
- Bumped supported version
* Fix CG
- Updated README with new information
* Fix CG
- Updated README with new information
* Move react sample to separate directory
* Rewrite react sample
* Update node server sample
* Move basic samples to separate directory
* Update samples script
* Bump react-scripts to 5.0.1
* Update project configuration to run on react-scripts 5
* Add typescript support
* Add description for react sample
* Add notification when server started
* Remove react-scripts from root dependencies
* Increase mocha timeout to 60s for integration tests
* Update package-lock in tests according to main package
* Bump mocha to 6.2.3
* Bump rest client version to 1.8.10
* add tests to ap and git act
* remove 6
* try tests using matrix
* remove mentions of specific versions
* try version 6
* change node order
* add node 6 tests
* add test to az pipelines, remove git from readme
* remove github test file
* fix indent
* add space
* test incorrect node versions
* fix node vesrsions
* add different art names
* add variable to prevent publishBuild running
* fix variables
* swap node 8 to the end and remove v-spec art path
* separate publish build into a separate stage
* add condition
* fix indent
* change job naming
* remove tests from build job
* add condition for prev jobs successs
* change in to eq
* swap condition places
* add dependency
* user loops for pipelienes
* change loop
* move loop line
* indent
* change values to default
* remove quotations
* change param tpye
* add npm install
* remove type
* remove version 6
* add depends on build
* add dependency
* change to a single job
* remove unnecessary npm
Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>
* add tests to ap and git act
* remove 6
* try tests using matrix
* remove mentions of specific versions
* try version 6
* change node order
* add node 6 tests
Co-authored-by: Ilya Kuleshov <v-ikuleshov@microsoft.com>
* fix contrstructor on NO_PROXY with wildcard domain
* escape * in NO_PROXY regex only if needed
keep the original behavior for back-compat purposes
* patch for no proxy with wildcards