Timothee Guerin
|
2bacdc0008
|
Fix Pets.json samples (#4132)
|
2021-05-17 09:15:55 -07:00 |
Timothee Guerin
|
676c61b4eb
|
Keep `x-` extension next to `$ref` in tree shaker (#4127)
|
2021-05-14 13:20:28 -07:00 |
Timothee Guerin
|
9ca3cae855
|
Add a warning when using `x-ms-code-generation-settings` which is not supported in V3 (#4121)
* .
* .
* Tweak error messgae
* Fix tests
|
2021-05-11 09:48:26 -07:00 |
Timothee Guerin
|
bbb2cb263b
|
Improve duplicate operation error message (#4120)
* Improve duplicate operation error message
* Wip
* Wip
|
2021-05-11 09:48:11 -07:00 |
Timothee Guerin
|
32084ccda3
|
Allow spec to use non standard `x-ms-` extensions (#4119)
* Allow all x-ms-extensions
* Releax rules
|
2021-05-11 09:48:03 -07:00 |
Timothee Guerin
|
a981af57ed
|
docs for project folder (#4123)
|
2021-05-11 09:47:43 -07:00 |
Timothee Guerin
|
12ab65a546
|
Remove old docs (#4122)
|
2021-05-11 09:42:40 -07:00 |
Timothee Guerin
|
20b0e044ac
|
Fix: interpolate with values from same file (#4117)
* Fix: interpolate with values from same file
* revert test
* .
* Bump
* Bump
|
2021-05-10 11:44:36 -07:00 |
Timothee Guerin
|
9579610bed
|
Fix: Only act as a warning if using AND security schemes (#4110)
|
2021-05-04 14:19:42 -07:00 |
Timothee Guerin
|
4790de64e5
|
Fix: Uncaught promise exception when plugin has no dependent (#4105)
* fix promises
* change
|
2021-04-29 11:03:35 -07:00 |
Timothee Guerin
|
a70dda6f00
|
Bump package version and changelog for 2021-04-27 release (#4102)
|
2021-04-27 12:45:37 -07:00 |
Timothee Guerin
|
8579200012
|
Fix tree shaked number enum to follow same logic as string enums (#4100)
|
2021-04-26 17:29:19 -07:00 |
Timothee Guerin
|
6d994fd0a5
|
Combine cli parsing logic and plug in configuration processor. (#4096)
|
2021-04-26 12:11:04 -07:00 |
Timothee Guerin
|
3cd141b908
|
Fix: Extension version fallback to github support for `~` and `^` (#4099)
* Fix github fallback package with range
* Wip
* Wip
* ./
|
2021-04-26 11:20:08 -07:00 |
Timothee Guerin
|
415a486cc8
|
Docs: Rename property directive clarification (#4097)
|
2021-04-23 16:10:36 -07:00 |
Timothee Guerin
|
9bcc2afe11
|
Bump minimum node version from 10.12 -> 10.16 (#4092)
|
2021-04-21 13:12:59 -07:00 |
Timothee Guerin
|
a3822b8dd9
|
Smoke tests (#4091)
|
2021-04-21 11:46:33 -07:00 |
Timothee Guerin
|
a74384077b
|
Feature: Define security in autorest (#4018)
|
2021-04-21 11:16:52 -07:00 |
Timothee Guerin
|
7701a4db4c
|
Feature: Any Object and Any distinction (#4067)
|
2021-04-21 11:16:04 -07:00 |
Timothee Guerin
|
01653d7c03
|
Interpolate generator with plugin name when using default license header (#4073)
|
2021-04-20 10:10:58 -07:00 |
Timothee Guerin
|
801c0576f0
|
Prechecker duplicate schema performance improvements x40 (#4080)
|
2021-04-20 10:10:51 -07:00 |
Timothee Guerin
|
923c76ce78
|
Feature: Add support for deprecation (#4033)
|
2021-04-20 10:10:18 -07:00 |
Timothee Guerin
|
3be2f5c113
|
Strict configuration validation (#4051)
|
2021-04-20 10:10:04 -07:00 |
Timothee Guerin
|
e6ea5d3bc6
|
Merger performance improvements & json-pointer seperation (#4088)
|
2021-04-20 10:09:18 -07:00 |
Timothee Guerin
|
84c3ae94e4
|
Fix: allOf other enum without additional values (#4087)
|
2021-04-19 20:11:51 -07:00 |
Timothee Guerin
|
43e47aeacc
|
Fix ambiguous typo (#4085)
* Fix ambiguous typo
* Change
|
2021-04-19 09:40:54 -07:00 |
Timothee Guerin
|
be10de32a3
|
Fix: args.test relability with ~ (#4083)
* fix test
* change
|
2021-04-19 09:09:15 -07:00 |
Timothee Guerin
|
5750142c5d
|
Fix: x-ms-paths merged into path in oai2-to-oai3 converter (#4077)
|
2021-04-16 09:01:37 -07:00 |
Timothee Guerin
|
c634d7b15f
|
Fix java docs link and point to actual powershell docs (#4072)
|
2021-04-14 14:04:53 -07:00 |
Timothee Guerin
|
29f41baac3
|
Update autorest compare with newer dependencies (#4071)
|
2021-04-14 09:34:27 -07:00 |
Andrii Kurdiumov
|
c75a769e3b
|
Fix links to C# troubleshooting guide (#4069)
|
2021-04-13 18:38:36 -07:00 |
Andrii Kurdiumov
|
1fd9977f5c
|
Mention that project should be built before running test (#4068)
|
2021-04-13 18:13:44 -07:00 |
Timothee Guerin
|
5996475f85
|
Fix: String enum without type (#4065)
|
2021-04-13 15:45:22 -07:00 |
Timothee Guerin
|
1f52d431f9
|
Fix: AdditionalProperties not allowing $ref (#4060)
* Fix using in additionalprops
* .
* .
* fix
* a
* changes
* changes
|
2021-04-13 12:28:26 -07:00 |
Timothee Guerin
|
238d84cff9
|
Update changelog and versions (#4050)
|
2021-04-12 10:18:50 -07:00 |
Timothee Guerin
|
f70f3736be
|
SemanticValidator: Path param validation (#4049)
|
2021-04-09 12:48:56 -07:00 |
Timothee Guerin
|
3e39374c27
|
Fix: Loading twice readme.python.md (#4046)
|
2021-04-09 07:38:05 -07:00 |
Timothee Guerin
|
a069364228
|
Fix api-version-mode not respected (#4041)
|
2021-04-08 11:16:20 -07:00 |
Timothee Guerin
|
9bfc576e5b
|
Feature: Semantic validator (#4044)
|
2021-04-08 11:16:03 -07:00 |
Timothee Guerin
|
1ecc7831f3
|
Refactor: Plugins structure (#4042)
|
2021-04-07 10:54:00 -07:00 |
Timothee Guerin
|
e184942478
|
Feature: --stats to output some statistics about the input openapi specs (#4023)
|
2021-04-07 09:22:20 -07:00 |
Timothee Guerin
|
a6304dad3c
|
Fix csharp docs link (#4039)
|
2021-04-05 13:06:50 -07:00 |
Timothee Guerin
|
5f53a735c6
|
Re-enable sourcemap (#4025)
|
2021-04-05 11:32:50 -07:00 |
Timothee Guerin
|
3cec65c6fc
|
Make knownmediatype and mediaTypes to be optional in HttpOperation (#4034)
* Make knownmediatype and mediaTypes optional in HttpOperation as they might not be passed if ther eis no response body
* Optional
|
2021-04-05 10:38:45 -07:00 |
Timothee Guerin
|
9243ef7a44
|
Added a remove-parameter directive (#4035)
|
2021-04-05 09:49:27 -07:00 |
Timothee Guerin
|
44c110ad83
|
Fix: Interactive plugin (#4032)
|
2021-04-02 09:52:24 -07:00 |
Timothee Guerin
|
9d4d168f57
|
Bump version and update changelogs for 2021-04-01 release (#4030)
|
2021-04-01 10:03:39 -07:00 |
Timothee Guerin
|
b51094ea9d
|
Fix vulnerability incomplete url sanitization when adding github auth token (#4026)
|
2021-03-31 09:01:55 -07:00 |
Timothee Guerin
|
efb25a0cfc
|
Refactor data-store and deprecate PascalCase methods (#4022)
|
2021-03-29 13:09:56 -07:00 |
Timothee Guerin
|
769fc34939
|
Checkout txt file with lf eol (#4017)
|
2021-03-25 13:34:36 -07:00 |