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

591 Коммитов

Автор SHA1 Сообщение Дата
Dan Schulte d90645ce29 Add isLernaPackage changes from autorest.typescript 2018-11-29 15:33:56 -08:00
Dan Schulte 7e9baca07b We don't publish preview packages anymore, so remove the preview scripts 2018-11-29 15:23:02 -08:00
Dan Schulte 78075521b0 Update dependencies.ts with latest changes from ms-rest-azure-js 2018-11-29 15:17:09 -08:00
Kamil Pajdzik 5e5a0c16dc
Upgrade all dependencies (#285)
* Upgrade all dependencies

* Add should import

* Fix should import in serialization tests

* Update npm-run-all

* Update version

* Move from should.js to chai
2018-11-29 09:00:36 -08:00
Dan Schulte 85b0cbf67d
Merge pull request #283 from Azure/daschult/unittests
Make unit tests stable
2018-11-27 14:01:21 -08:00
Dan Schulte 8887fe5391 Change finally() to then() 2018-11-27 13:50:30 -08:00
Dan Schulte 1f68aa8b54 Make unit tests stable 2018-11-27 13:36:56 -08:00
Dan Schulte 9419f81db5 Merge remote-tracking branch 'origin' into daschult/unittests 2018-11-26 14:49:31 -08:00
Dan Schulte b7642e3320 Change test:unit to use ts-node instead of just node 2018-11-26 14:49:15 -08:00
Dan Schulte 6c06da9a0c
Merge pull request #282 from Azure/daschult/rollupAlias
Fix rollup browser aliasing
2018-11-26 14:47:54 -08:00
Dan Schulte 256a0451e4 Fix rollup browser aliasing 2018-11-26 13:36:55 -08:00
Kamil Pajdzik e80c9ad310
Add 'no-return-await' TSLint rule (#278) 2018-11-19 12:58:36 -08:00
Kamil Pajdzik eb1faea98e
Add throttling-related documentation (#279) 2018-11-19 10:38:01 -08:00
Kamil Pajdzik afdad40478
Add throttle handling policy (#277) 2018-11-19 10:09:10 -08:00
Kamil Pajdzik 739c4c5c59
Add GitHub-related configuration (#275) 2018-11-14 15:12:45 -08:00
Dan Schulte 7782a3ecdb
Merge pull request #274 from Azure/daschult/sourcemaps
Add better sourcemap support for debugging
2018-11-14 09:38:00 -08:00
Sergey Shandar b6d74c36ae
Merge branch 'master' into daschult/sourcemaps 2018-11-13 16:52:32 -08:00
Dan Schulte 8c3d100129 Bump patch version number and add changelog 2018-11-13 16:48:25 -08:00
Dan Schulte ce199e665a Add better sourcemap support for debugging 2018-11-13 16:34:26 -08:00
Sergey Shandar 9085f246e3
Update README.md (#273) 2018-11-13 16:24:02 -08:00
Sergey Shandar 4a19567fe6
Build matrix (#269)
* matrix

* no default pool

* typo

* typo

* No Node 11 yet.

* no `prepare` script. Run `prepack`.

* Node 11

* run build before test

* Better displayName for `Install Node`.

* script in travis-ci

* install chromium

* sudo apt-get update

* Publish everithings

* no need to run build on test

* no need to run build

* minor

* drop

* build dist

* build everithing but rollup

* download artifact

* dependency

* no test result publishin

* script instead of NPM task

* alloc

* minor

* stop test-server

* only one job

* timeout for mocha-chrome

* pipelines.

* tree-kill

* one process?

* logging.

* no idea

* maxParallel = 1

* multiple jobs instead of matrix

* another try

* Template

* unique job name

* the same key?

* syntax

* parameter syntax

* parameters.

* no idea

* name

* name

* 6 & 8
2018-11-13 13:47:00 -08:00
Dan Schulte c8baee4bf7
Merge pull request #272 from Azure/daschult/circularDependency
Change import from "msRest" in userAgentPolicy
2018-11-13 12:19:31 -08:00
Dan Schulte 2a569324f8 Change import from "msRest" in userAgentPolicy 2018-11-13 12:12:49 -08:00
Kamil Pajdzik bc1e012c20
Update README.md to include build badge (#271) 2018-11-13 11:35:02 -08:00
Kamil Pajdzik c9a542057c
Add Azure pipelines configuration (#267) 2018-11-09 14:08:54 -08:00
Kamil Pajdzik 879f200ca0
Rename NPM package to @azure/ms-rest-js (#265) 2018-11-09 14:00:45 -08:00
Amar Zavery 0632d022c1
Merge pull request #259 from amarzavery/fix
Fix the issue of "Initializers are not allowed in ambient contexts" for 3.0.x version of TS
2018-11-09 09:03:03 -08:00
Amar Zavery 9aab0c2e1d Merge branch 'master' of github.com:azure/ms-rest-js into fix 2018-11-08 12:56:56 -08:00
Kamil Pajdzik 91fce83166
Fix (de)serializing polymorphic elements in an array (#262)
* Prepare additional test case

* Fix array element's name

* Fix serializing polymorphic elements in array

* Address code review comments
2018-11-07 10:55:35 -08:00
Amar Zavery e4abb99311 Fix the issue of "Initializers are not allowed in ambient contexts" for 3.0.x version of TS 2018-11-05 17:27:58 -08:00
Kamil Pajdzik 059c685e07
Fix deserializing nested composite types with no polymorphic discriminator specified (#258) 2018-11-05 13:55:00 -08:00
Dan Schulte 2ebfafa759
Merge pull request #257 from Azure/kamip/576e7f79-revert
Revert "Fix missing renaming in ServiceClient (#256)"
2018-11-02 13:23:04 -07:00
Kamil Pajdzik 2bbdcf857f Revert "Fix missing renaming in ServiceClient (#256)"
This reverts commit 576e7f791a.
2018-11-02 13:05:44 -07:00
Kamil Pajdzik 576e7f791a
Fix missing renaming in ServiceClient (#256)
* Fix missing renaming in ServiceClient

* Rename references in unit tests

* Fix failing test
2018-11-02 12:06:59 -07:00
Kamil Pajdzik 1ea02dac61
Reorganize user agent telemetry construction (#254)
* Restructure value of user agent telemetry

* Add option to set empty telemetry

* Simplify if condition
2018-11-01 09:26:55 -07:00
Kamil Pajdzik 523b891b4d
Add browser telemetry (#252) 2018-10-26 13:59:05 -07:00
Dan Schulte d5c802bf64
Merge pull request #251 from Azure/daschult/xmlAttributeAndValue
Ignore XML headers when deserializing XML elements with headers and text
2018-10-17 09:39:03 -07:00
Dan Schulte 33a44e4dcb Apply ignore headers scenario to numbers 2018-10-17 09:30:42 -07:00
Dan Schulte fc4fab8fea Add another test 2018-10-16 19:59:32 -07:00
Dan Schulte c8ed724a4c Ignore XML headers when deserializing XML elements with headers and text 2018-10-16 18:49:18 -07:00
Dan Schulte 6b561e1bfe
Merge pull request #250 from Azure/daschult/xml
Make xml parsing more consistent and add tests
2018-10-16 09:00:57 -07:00
Dan Schulte ccb59eaff1 Fix comments 2018-10-15 15:50:59 -07:00
Dan Schulte 2b2fb53eb6 Change arrow functions in tests back to regular functions 2018-10-15 15:47:42 -07:00
Dan Schulte 27275da3e4 Add ability to set the content types that map to JSON and XML deserialization 2018-10-15 15:40:40 -07:00
Dan Schulte 6c4e1be904 Make xml parsing more consistent and add tests 2018-10-15 15:16:41 -07:00
Dan Schulte b21820be8b Remove package-lock.json from repository 2018-10-15 11:53:22 -07:00
Dan Schulte ab12c49099
Merge pull request #249 from Azure/daschult/scripts
Update regular expressions to be non-greedy
2018-10-15 09:42:37 -07:00
Dan Schulte 1fcf05dc09 Update regular expressions to be non-greedy 2018-10-12 15:54:47 -07:00
Dan Schulte fdd03b7233
Merge pull request #248 from Azure/daschult/scripts
Remove script step that changes package.json main property
2018-10-12 15:15:01 -07:00
Dan Schulte 3d7e8bda3b Change tilde to caret 2018-10-12 15:01:49 -07:00