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

708 Коммитов

Автор SHA1 Сообщение Дата
Dan Schulte 980181371e
Merge pull request #299 from Azure/daschult/versionCheck
Add package.json version check
2018-12-17 12:45:13 -08:00
Dan Schulte fffa8de772 Update version to 1.2.3 2018-12-17 12:32:12 -08:00
Dan Schulte 20d7bee7cc Add package.json version check 2018-12-17 12:24:42 -08:00
Dan Schulte 721fa39e6e
Merge pull request #297 from Azure/daschult/publishcoverage
Update test result and code coverage paths
2018-12-14 11:41:16 -08:00
Dan Schulte c77ca501b1 Update test result and code coverage paths 2018-12-14 11:22:36 -08:00
Dan Schulte 9d09e91c54
Merge pull request #296 from Azure/daschult/coverage
Enable test coverage reporting
2018-12-14 10:46:14 -08:00
Dan Schulte df41e95c7d Enable test coverage reporting 2018-12-14 10:23:41 -08:00
Dan Schulte 4706172583
Merge pull request #295 from Azure/daschult/testResults
Add test results to pipeline
2018-12-13 15:40:50 -08:00
Dan Schulte 0c27cf5128 Add test results to pipeline 2018-12-13 15:28:51 -08:00
Dan Schulte 798ed42bc9
Merge pull request #292 from Azure/daschult/urltokenizerstate
Remove const enums
2018-12-06 11:36:42 -08:00
Sergey Shandar 70a83f45b3
Merge branch 'master' into daschult/urltokenizerstate 2018-12-06 10:09:01 -08:00
Kamil Pajdzik 6f33a696d0
Extract dependencies-related scripts to an external package (#294) 2018-12-05 16:11:09 -08:00
Dan Schulte 98b469b1fe Update version to 1.2.2 2018-12-05 09:36:09 -08:00
Dan Schulte a92805690d Remove const enums 2018-12-05 09:34:19 -08:00
Kamil Pajdzik e1dec2d290
Fix incorrect browser telemetry settings (#291) 2018-12-05 09:14:36 -08:00
Kamil Pajdzik 120e3f553b
Add deserializing missing properties (#289)
* Boostrap LRO deserialization tests

* Add new test

* Reset everything to master

* Handling edge cases

* Add support for header collection prefix

* Fix nested deserialization

* Remove unnecessary method

* Address PR comments

* Change way of saving handled properties

* Change way of saving handled properties

* Remove unnecessary method

* Bump the version
2018-12-03 20:11:31 -08:00
Dan Schulte a8e9225d50
Merge pull request #287 from Azure/daschult/dependencies
Update dependencies.ts with latest changes from ms-rest-azure-js
2018-11-30 10:07:58 -08:00
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