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

234 Коммитов

Автор SHA1 Сообщение Дата
Kamil Pajdzik 4aae0b3f65
Update version (#115) 2019-05-13 13:57:17 -07:00
Kamil Pajdzik e5602b0f68
Remove explicit branch trigger on PR build (#117) 2019-05-13 13:36:04 -07:00
Kamil Pajdzik ca8d5e69c0
Skip CI build on pull requests (#116) 2019-05-13 13:29:32 -07:00
Kamil Pajdzik 625fb9d08e
Remove master from PR trigger (#114) 2019-05-13 13:10:33 -07:00
Kamil Pajdzik cc9c3f44aa
Move artifacts publishing to CI job (#113)
* Move artifacts publishing to CI job

* Update .devops/azure-pipelines-pr.yml

Co-Authored-By: Dan Schulte <daschult@microsoft.com>

* Update .devops/azure-pipelines-pr.yml

Co-Authored-By: Dan Schulte <daschult@microsoft.com>

* Add npm install step
2019-05-13 10:50:28 -07:00
Kamil Pajdzik 9559246bce
Update build status badge in README.md 2019-05-13 10:04:09 -07:00
Kamil Pajdzik 30e07c2ff8
Add seperate build definitions for CI and PR builds (#112) 2019-05-13 09:56:34 -07:00
Amar Zavery fb93d01a2d
Merge pull request #111 from Azure/azure-pipelines-2
Set up CI with Azure Pipelines
2019-05-10 17:41:56 -07:00
Kamil Pajdzik 22d18ed2ce Set up CI with Azure Pipelines
[skip ci]
2019-05-10 17:22:57 -07:00
Kamil Pajdzik 773f4d9141
Revert changes to make test work in CI (#110)
* Revert " Add any casting to fix TypeScript bug  (#109)"

This reverts commit 535ba9b242.

* Revert "Add userAgent casting (#108)"

This reverts commit 17d5bba990.

* Revert "Extract userAgent variable to fix tests in Azure DevOps CI/CD (#107)"

This reverts commit 3807aff6af.
2019-05-10 11:31:37 -07:00
Kamil Pajdzik 535ba9b242
Add any casting to fix TypeScript bug (#109)
* Add userAgent casting

* Add any casting to fix TypeScript bug
2019-05-10 10:29:50 -07:00
Kamil Pajdzik 17d5bba990
Add userAgent casting (#108) 2019-05-10 09:50:51 -07:00
Kamil Pajdzik 3807aff6af
Extract userAgent variable to fix tests in Azure DevOps CI/CD (#107)
* Add cast to any

* Extract userAgent

* Reset package.json
2019-05-10 09:39:56 -07:00
Kamil Pajdzik f75b08dc86
Update @azure/ms-rest-js (#106)
* Update @azure/ms-rest-js

* Bump the version
2019-04-05 08:37:23 -07:00
Kamil Pajdzik 2e2abb0db0
Fix User-Agent tests (#105)
* Fix User-Agent tests

* Bump the version
2019-01-28 08:41:15 -08:00
Kamil Pajdzik 56432e04b9
Fix LRO RestErrors parsing (#104)
* Fix LRO RestErrors parsing

* Add JSON parsing error handling
2019-01-07 12:56:21 -08:00
Kamil Pajdzik cee5adbef6
Remove final GET on POST 202 long running operations (#103)
* Remove final GET on POST 202 long running operations

* Bump the version to 1.3.0

* Remove unnecessary request mock
2019-01-07 12:32:00 -08:00
Dan Schulte 7862424f22
Merge pull request #102 from Azure/daschult/everything
Add checkEverything.ts
2018-12-20 13:13:27 -08:00
Dan Schulte a97f42f4dc Add checkEverything.ts 2018-12-20 13:11:04 -08:00
Dan Schulte a8c34a5165
Merge pull request #101 from Azure/daschult/only
Add only() check
2018-12-20 11:22:07 -08:00
Dan Schulte 0fcc86d02c Add only() check 2018-12-20 11:16:40 -08:00
Dan Schulte 6a1b5ab370
Merge pull request #100 from Azure/daschult/local
Fix dependencies scripts
2018-12-19 10:04:42 -08:00
Dan Schulte bc3849b6e6 Update version to 1.2.2 2018-12-19 10:02:35 -08:00
Dan Schulte 0f441c33e3 Update cloned dependencies 2018-12-19 09:52:59 -08:00
Dan Schulte 066761e615 Initial work to add support back for local and latest scripts 2018-12-18 14:20:51 -08:00
Dan Schulte 606160537d
Merge pull request #99 from Azure/daschult/versioncheck
Add package.json version check
2018-12-17 13:18:35 -08:00
Dan Schulte f3a53fee8c Update version to 1.2.1 2018-12-17 13:16:43 -08:00
Dan Schulte c0cc7a933a Add package.json version check 2018-12-17 13:14:40 -08:00
Dan Schulte 0a8276b97a
Merge pull request #98 from Azure/daschult/publishcoverage
Enable coverage in ci
2018-12-14 11:54:50 -08:00
Dan Schulte 55e00bc56e Enable coverage in ci 2018-12-14 11:48:16 -08:00
Dan Schulte 1399d59a2d
Merge pull request #90 from Azure/kamip/no-return-await
Add no-return-await TSLint rule
2018-12-06 14:17:44 -08:00
Dan Schulte 85728e73b1
Merge branch 'master' into kamip/no-return-await 2018-12-06 14:10:54 -08:00
Kamil Pajdzik 6b0cdbbf66
Extract dependencies-related scripts to an external package (#96)
* Add azure-js-dev-tools package

* Add local script

* Update dev tools to 0.1.2.

* Update dev tools to 0.1.3

* Add scripts

* Remove duplicated scripts

* Remove building TS files in .scripts
2018-12-05 16:22:29 -08:00
Dan Schulte bd76e777eb
Merge pull request #92 from Azure/daschult/removePreview
Add isLernaPackage changes from autorest.typescript
2018-12-04 12:38:01 -08:00
Dan Schulte af2890eddd Revert back to refreshPackageFolder 2018-12-04 12:35:33 -08:00
Dan Schulte b0e3ac3358
Merge branch 'master' into daschult/removePreview 2018-12-04 12:18:10 -08:00
Kamil Pajdzik c97433e9cb
Update ms-rest-js (#94)
* Update ms-rest-js

* Fix tests to include additional properties
2018-12-04 08:53:03 -08:00
Dan Schulte 2380e81ecb Add isLernaPackage changes from autorest.typescript 2018-11-29 15:36:47 -08:00
Kamil Pajdzik c14db65ad9 Add no-return-await TSLint rule 2018-11-29 12:34:24 -08:00
Kamil Pajdzik fd2bac3749
Update npm-run-all (#89)
* Update npm-run-all

* Switch example.com to microsoft.com
2018-11-28 10:28:35 -08:00
Kamil Pajdzik 8c0914de2f
Upgrade all dependencies (#88) 2018-11-27 15:18:09 -08:00
Dan Schulte 824ab5fcba
Merge pull request #85 from Azure/daschult/sourcemaps
Add better sourcemap support for debugging
2018-11-14 11:54:48 -08:00
Dan Schulte 2dcb9ba8c9 Bump patch version number and update changelog 2018-11-13 16:50:13 -08:00
Dan Schulte 47b233115b Add better sourcemap support for debugging 2018-11-13 16:41:32 -08:00
Kamil Pajdzik 18082ea331
Add code owners (#83) 2018-11-13 10:30:42 -08:00
Kamil Pajdzik 8f4ffbaf74
Update README.md to include build badge (#84) 2018-11-13 10:25:02 -08:00
Kamil Pajdzik bed3fe8e7c
Add prepack script (#82) 2018-11-12 14:26:49 -08:00
Kamil Pajdzik 09611b6d54
Add Azure Pipelines configuration (#80)
* Remove Trafis configuration

* Add Azure Pipelines configuration

* Update ms-rest-js dependency
2018-11-12 14:20:17 -08:00
Amar Zavery 3d4302e013
Merge pull request #79 from Azure/amarzavery-patch-1
Update issue templates
2018-11-12 09:48:23 -08:00
Dan Schulte f04888b551
Merge branch 'master' into amarzavery-patch-1 2018-11-12 09:06:48 -08:00