Timothee Guerin
61e6986369
Resolve duplicate property name when deduplicating consecutive words ( #4378 )
2021-11-18 18:39:43 -08:00
Timothee Guerin
4d8bb54469
Tweak progress bar ( #4377 )
2021-11-17 22:09:40 -08:00
Timothee Guerin
1447f04f75
Refactor/Cleanup extension base package ( #4370 )
2021-11-17 14:35:56 -08:00
Timothee Guerin
cfa8997aa1
Relax directive validation ( #4376 )
2021-11-17 13:42:03 -08:00
Timothee Guerin
86d1d0d792
Fix sourcemap in packed ( #4375 )
2021-11-17 12:12:36 -08:00
Timothee Guerin
7b20086e16
Feature: Better logging for package installation ( #4360 )
2021-11-15 12:18:46 -08:00
Timothee Guerin
511bc2ed08
Oai2 oai3 parameter extensions flexible ( #4357 )
2021-11-12 08:59:57 -08:00
Timothee Guerin
74164f01b5
Fix: Nullable dropped on certain properties ( #4343 )
2021-11-01 13:53:31 -07:00
Timothee Guerin
fb1e174d52
Fix performance issue caused by not reusing the DataHandle ( #4348 )
2021-10-20 12:14:22 -07:00
Timothee Guerin
1b56b6a331
Merge release/3.6.x into main
2021-10-15 09:51:49 -07:00
Timothee Guerin
dfe3d095b4
Fix flattened model with nullable ( #4324 )
2021-10-15 09:30:35 -07:00
Timothee Guerin
55efe04ed6
HotFix: Remove all extension methods on string and array causing weird behaviors ( #4341 )
2021-10-15 08:27:34 -07:00
Timothee Guerin
a72bff32c1
Tweak `x-ms-client-default` docs ( #4334 )
2021-10-08 13:03:32 -07:00
Timothee Guerin
9d3554b656
Merge branch 'release/3.6.x' of https://github.com/Azure/autorest into main
2021-10-06 11:53:40 -07:00
Timothee Guerin
5c8ab72f07
Fix exit code always 0 ( #4331 )
2021-10-06 11:51:29 -07:00
Timothee Guerin
45fbada67a
Merge branch 'release/3.6.x' of https://github.com/Azure/autorest into main
2021-10-05 10:59:17 -07:00
Timothee Guerin
bf1ff432b9
HotFix: message format json ( #4328 )
2021-10-05 10:58:18 -07:00
Timothee Guerin
85a7d20789
Feature: Autorest display help from schema ( #4323 )
2021-10-04 13:16:45 -07:00
Timothee Guerin
3416054989
Tweak extension library to improve error logging ( #4291 )
2021-10-04 11:17:52 -07:00
Timothee Guerin
e4d28e3a86
Feature: Override shared param description ( #4318 )
2021-10-01 14:42:12 -07:00
Timothee Guerin
6700485486
Allow empty version in swagger 2.0 ( #4317 )
2021-10-01 14:42:00 -07:00
Timothee Guerin
b0c66762f8
Autorest fixer, initial version with type: object fix. ( #4103 )
2021-10-01 14:19:12 -07:00
Timothee Guerin
e2acd6c223
Add new error when using `content.<mediaType>` on a parameter as its not supported ( #4304 )
...
* Content parameter error
* Publish
* update core/m4 baseline
* update core/m4 baseline
* Tweaks
* Tweaks
* Tweaks
* Tweaks
* Fix
* Fix
* Fix
2021-09-22 16:40:01 -07:00
Charles Lowell
99360079f0
Add missing help text for command line arguments ( #4299 )
...
* Add missing help text for command line arguments
* rush change
* Update packages/libs/configuration/resources/help-configuration.md
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
2021-09-20 12:11:49 -07:00
Timothee Guerin
aa3705a761
Patch release 2021-09-16 ( #4297 )
2021-09-16 13:38:05 -07:00
Timothee Guerin
96e7471c71
Better error message when enum has an empty value ( #4296 )
...
* Better error message when enum has an empty value
* Fix
2021-09-16 11:45:06 -07:00
Timothee Guerin
fbd4edc1b8
Fix: Deduplicating bool enums changed type to string ( #4295 )
2021-09-16 09:19:44 -07:00
Timothee Guerin
154e7b3c32
All of must be of same type ( #4289 )
...
* All of must be of same type
* Add chagnes
* Add test
* add location
* add location
2021-09-14 10:14:11 -07:00
Timothee Guerin
9d14c5a131
Bump versions and update changelog ( #4282 )
...
* Release note
* More notes
* BUmp version and changelog
* BUmp version and changelog
* Wip
* Wip
2021-09-08 12:38:48 -07:00
Timothee Guerin
b35a807026
Keep `x-` extension properties when merging enums ( #4273 )
2021-09-08 08:03:54 -07:00
Timothee Guerin
55646b8200
Added import eslint rules ( #4279 )
2021-09-03 10:58:11 -07:00
Timothee Guerin
392344f60c
Cleanup: @autorest/core tests ( #4278 )
2021-09-03 09:09:59 -07:00
Timothee Guerin
0f1d386efc
Rename adl -> cadl ( #4277 )
2021-09-02 13:45:31 -07:00
Timothee Guerin
48ab0a8aa1
Upgrade typescript 4.4 ( #4276 )
2021-09-01 15:08:21 -07:00
Timothee Guerin
694c17edcd
Fix: Input files with `..` in path would cause duplicate loading and cause issues down the line ( #4275 )
...
* Fix input files with dotdot causing issues
* .
* Fix input files with dotdot causing issues
2021-09-01 13:53:55 -07:00
Timothee Guerin
6f1a807f9c
Feature: Logger redesign ( #4260 )
2021-09-01 13:21:17 -07:00
Timothee Guerin
b9cfaa8ad3
Add x-ms-examples original location ( #4255 )
...
* Add x-ms-examples original location
* Add change
2021-09-01 11:35:47 -07:00
Timothee Guerin
38af8a0729
Validate response examples ( #4254 )
2021-08-16 13:25:50 -07:00
Timothee Guerin
5fc2cab2f6
Fix: Dictionaries don't get xml serialization property added in codemodel ( #4257 )
2021-08-16 11:02:41 -07:00
Timothee Guerin
ca5e63f6a1
Improve error message when directive has javascript error ( #4259 )
...
* Improve error message when directive has javascript error
* Wip
* Tweak
2021-08-12 17:15:22 -07:00
Timothee Guerin
8f763322a2
Perf: M4 serialization improvements by forking js-yaml dumper logic ( #4252 )
2021-08-09 09:10:08 -07:00
Timothee Guerin
13641bb7ed
Perf: Improvements when creating graph mappings. ( #4250 )
2021-08-05 16:10:45 -07:00
Timothee Guerin
f4842e1446
Log directive where parsing error ( #4249 )
2021-08-05 13:29:08 -07:00
Timothee Guerin
a5e290bdd2
Fix/error in config not load core ( #4247 )
2021-08-05 08:22:54 -07:00
Timothee Guerin
44894c9c1d
Perf(8x): New source map system and remove constant ast parsing of files. ( #4243 )
2021-08-04 10:59:32 -07:00
Timothee Guerin
a73d85c7ab
Remove linq from m4 and codegen ( #4241 )
...
* Remove from codegen
* Remove from m4
* Wip
* Tweaks
* Wip
* Wip
* fix
* fix
2021-07-30 13:04:46 -07:00
Timothee Guerin
ca10ae8f2a
Remove linq from merger plugin and others ( #4239 )
...
* Cleanup
* .
2021-07-29 14:43:03 -07:00
Timothee Guerin
81bcccce00
Perf: Minor perf improvements in All of cleaner ( #4238 )
...
* Tweak allof cleaner
* Wip
2021-07-29 11:45:36 -07:00
Timothee Guerin
b230a6a4f4
Perf: ComponentsCleaner plugin small improvements ( #4228 )
2021-07-27 17:44:36 -07:00
Timothee Guerin
b5183e885f
Reorganize request body parameter conversion in oai2 -> oai3 converter ( #4230 )
2021-07-27 09:55:22 -07:00
Timothee Guerin
d6091fb497
Support yaml merge & yaml parsing cleanup and perf improvements ( #4221 )
...
* Support yaml merge
* Wip
* Wip
* Wip
* Add tests
* ParseNode cleanup
* ParseNode cleanup
* ParseNode cleanup
* Wip
* Wip
* Fix
* Fix
* Yaml package
* Works
* Works
* .
* .
* Cleanup
* Cleanup
* Wip
* Wip
* Wip
* Wip
* Wip
* Wip
* Wip
* Wip
* Test?
* More
* Test walk?
* more cleanup
* Wip
* wip
2021-07-26 10:53:27 -07:00
Timothee Guerin
e60e4e0866
Remove `quick-check` plugin ( #4225 )
...
* Remove quick check plugin
* ADd changes
2021-07-26 10:03:59 -07:00
Timothee Guerin
08b1953292
Feature: New tree source map builder ( #4229 )
2021-07-26 10:03:45 -07:00
Timothee Guerin
7c5ce7006a
Bump ( #4219 )
2021-07-19 09:18:17 -07:00
Timothee Guerin
e21b7a2529
Fix openapi-document loader configuration preventing multiple transform directive ( #4216 )
...
* Fix directive transform keeps artifact
* Changes
2021-07-19 08:12:25 -07:00
Timothee Guerin
59be4e234e
Tweak OpenAPI include/exclude `x-dash` utils types ( #4218 )
2021-07-16 13:55:41 -07:00
Timothee Guerin
714b2ee3f7
Feature: Add new `skip-sourcemap` flag to speed up ( #4213 )
...
* add skip-sourcemap fuctionality
* Wip
2021-07-14 13:44:00 -07:00
Timothee Guerin
b8bf96d5c2
Additional logging when debugging directive ( #4210 )
...
* Additional logging when debugging directive
* wip
* Add docs
2021-07-13 13:08:57 -07:00
Timothee Guerin
b4aa3f6cc5
V3 add x-ms-permissions definition ( #4209 )
...
* V3
* wip
2021-07-13 08:43:36 -07:00
Timothee Guerin
163522f251
Move literate yaml from @autorest/common -> @autorest/configuration ( #4207 )
...
* Move literate yaml from @autorest/common -> @autorest/configuration
* .
* Fix
2021-07-12 15:39:17 -07:00
Timothee Guerin
9aa1f112c5
Sourcemap fixing ( #4206 )
2021-07-12 11:32:13 -07:00
Timothee Guerin
d9ca0d8aaf
Fix: Installing extension when parent directory to `~/.autorest` had a package.json ( #4205 )
2021-07-09 11:22:32 -07:00
Timothee Guerin
6f0751d1f8
Change: Single value enum default to be extensible ( #4184 )
...
* Single value enum extensible by default
* Changes
* Wi
* Fix
* Fix
2021-07-09 09:43:58 -07:00
Timothee Guerin
dcf80c0b90
Update minimum node version from 10->12 ( #4204 )
...
* Update minimum version from 10->12
* Drop support for node 10
2021-07-09 09:43:53 -07:00
Timothee Guerin
136b52212a
Fix Memory leak resolution due to sourcemaps ( #4200 )
2021-07-09 08:37:24 -07:00
Timothee Guerin
b89e32001d
Fix regression test typescript ( #4203 )
2021-07-08 11:52:20 -07:00
Timothee Guerin
bc46506ecf
Improve: OpenAPI 3 parameters validation error ( #4198 )
...
* Improve OpenAPI 3 schema for parameter: Give better error message when it doesn't match
* Chagnes
* Wip
* Wip
* .
2021-07-06 10:56:48 -07:00
Timothee Guerin
bc231ea565
Server url should resolve host from spec host if not provided ( #4199 )
...
* Resolve server url from server
* Wip
* Wip
* Wip
* Wip
* Wip
* Fix tests
* Add tests
* .
* wip
* Wip
* Wip
2021-07-06 10:56:15 -07:00
Timothee Guerin
0908e95fec
Feature: Content-type extensible ( #4197 )
...
* Content-type extensible
* Wip
2021-06-29 15:00:01 -07:00
Timothee Guerin
6816a6f65e
Add regression test to configuration loading ( #4196 )
...
* Basic test
* Add regression test to configuration loading
* >
2021-06-29 14:41:08 -07:00
Timothee Guerin
7bc20465c3
Docs: Consolidate flag docs ( #4195 )
...
* Combine cli flags
* .
* fix link
2021-06-29 11:39:23 -07:00
Timothee Guerin
3687a5ac8f
Feature: End of line configuration ( #4194 )
2021-06-29 10:22:38 -07:00
Timothee Guerin
9500b8113d
Supress global warning ( #4192 )
2021-06-25 09:31:31 -07:00
Timothee Guerin
942f44c119
Docs: `--use` flag ( #4183 )
...
* Update docs
* Doc
2021-06-24 10:38:07 -07:00
Timothee Guerin
d5e2019695
Memory usage improvements ( #4164 )
2021-06-23 12:45:29 -07:00
Timothee Guerin
16ae026884
Add new --memory configuration ( #4172 )
...
* Memory
* Add changelog
* Add changelog
* .
* ADded tests
* ADded tests
2021-06-23 10:14:35 -07:00
Timothee Guerin
b4b157b020
Feature: Anonymous security ( #4145 )
...
* Anonymous security
* change
* Revert anonymous scheem
* More tests
* More tests
2021-06-22 15:46:28 -07:00
Timothee Guerin
44bfe58533
M4 flattener perf improvment for large specs ( #4156 )
...
* Perf improvments
* W.
* Flattener perf
* remove linq from flattener
* clean
* .
* fix
2021-06-22 15:46:09 -07:00
Timothee Guerin
d4bce7ef3a
Add list of headers to ignore ( #4147 )
...
* Add list of headers to ignore
* Add changes
* update docs
2021-06-22 13:45:06 -07:00
Timothee Guerin
3f7d5ed807
Update/general pkg update june 2021 ( #4175 )
...
* Package.json
* update
* Fix
* Fix
* more
* Switch
* Wip
* .
* .
* .
* Fix linting
2021-06-22 12:15:24 -07:00
Timothee Guerin
9b3d7adc2b
Fix: Deduplicating names ( #4166 )
2021-06-16 10:51:22 -07:00
Timothee Guerin
fb26bf3079
Fix: OpenAPI3 schema for Links ( #4167 )
...
* Fix link schema
* Cahgnes
2021-06-16 09:24:44 -07:00
Timothee Guerin
6259fd31be
Fix: M4 Ciruclar reference issue when using allOf parent referencing back to child ( #4165 )
...
* Circular
* FIx
* fix
2021-06-14 11:54:18 -07:00
Timothee Guerin
cc9a25ea6b
Allow x-ms-paths not to start with / ( #4152 )
...
* Allow x-ms-paths not to start with /
* .
* emptyh path
* /
* bump
2021-06-04 08:32:24 -07:00
Timothee Guerin
c2906af64d
New ADL extension adding support for adl input files. ( #4094 )
2021-06-02 08:46:39 -07:00
Timothee Guerin
22af63d59c
Fix issue when using `--use` with `~` or `^` version of package causing `yarn/cli.js` not found ( #4149 )
2021-05-26 13:54:10 -07:00
Timothee Guerin
7c68312403
Publish new versions 2020-05-20 ( #4141 )
...
* .
* update
2021-05-21 09:55:32 -07:00
Timothee Guerin
456b2b3b35
Remove old patch directives ( #4139 )
...
* Any
* remove old directive patches
* Wip
2021-05-20 09:39:04 -07:00
Timothee Guerin
41e6506271
Revert "Add check for operation with no success response ( #4124 )" ( #4133 )
...
This reverts commit 24e08d6724
.
2021-05-18 08:06:44 -07:00
Timothee Guerin
24e08d6724
Add check for operation with no success response ( #4124 )
...
* Add check for operation with no success response
* .
* Wip
2021-05-17 10:59:41 -07:00
Timothee Guerin
b3c6cd8eaf
$ref sibling validation ( #4128 )
...
* validation
* Wip
* Add tests
2021-05-17 09:54:43 -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
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
9bcc2afe11
Bump minimum node version from 10.12 -> 10.16 ( #4092 )
2021-04-21 13:12:59 -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
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
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
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
e783f89846
Add log for actual error when resolving package version ( #4016 )
...
* Add log for actual error when resolving package version
* .
2021-03-25 11:15:17 -07:00
Timothee Guerin
b8830b9756
Internal: Add eslint jest plugin and fix issues ( #4008 )
2021-03-24 12:49:07 -07:00
Timothee Guerin
b2716dec3c
Cleanup use of node require ( #4009 )
2021-03-24 12:48:51 -07:00
Timothee Guerin
a3b0f25d0d
Fix some unhandled promises ( #4007 )
2021-03-24 12:48:44 -07:00
Timothee Guerin
8719e30c32
Fix: Load default config in autorest cli to resolve core version ( #4011 )
2021-03-24 11:22:01 -07:00
Timothee Guerin
c4c1cac561
Fix: OpenAPI3 Validation of additional properties support boolean ( #4006 )
...
* Fix: OpenAPI3 Validation of additional properties support boolean
* Patch
2021-03-23 13:06:09 -07:00
Timothee Guerin
a3c85f5aec
Internal: Update autorest cli to stop shelling out to @autorest/core to load configuration and resolve required version ( #3909 )
2021-03-23 13:00:12 -07:00
Timothee Guerin
9bcc3ccc4d
Feature: OpenAPI3 Emitter ( #3994 )
2021-03-23 10:49:31 -07:00
Timothee Guerin
3700faf5bb
Group all binary body together ( #4003 )
...
* Group all binary body together
* .
* Added tests
2021-03-23 08:49:36 -07:00
Timothee Guerin
8c8841e637
Ability to log in libraries with @azure/logger ( #4001 )
2021-03-22 14:58:47 -07:00
Timothee Guerin
319e850e7b
Update @azure-tools/uri ( #3998 )
2021-03-22 08:33:46 -07:00
Timothee Guerin
075cad8190
Swagger to OpenAPI3 converter should handle refs in enum values ( #3997 )
2021-03-18 14:31:53 -07:00
Timothee Guerin
14e3bb4622
Bump versions and update changelog ( #3987 )
2021-03-16 10:21:46 -07:00
Andrii Kurdiumov
25cbf0fc97
Fix: Cannot read property 'pass-thru' of undefined crash ( #3984 )
...
* Fix for #3908
Validate that value is available before reading configuration.
Offending plugin in my case with `imodeler1`
* Add changes
* Fix build error
* Apply suggestions from code review
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
* Update pipeline.ts
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
2021-03-16 08:49:02 -07:00
Timothee Guerin
5a47e7dbc2
Retry loading uri if it fails with a 5xx error code. ( #3980 )
...
* Log read file error
* Add changes
* Refactor
* Retries
* Retries
* update
* Wip
* Move chaching cache system to datastore
* Append
* Remove old test
* File not found
* Defined errors for fs
* Wip
* Bump @azure-tools/uri
* Real file sytem test
* Add remote calls tests
* Update changelog
2021-03-15 11:04:39 -07:00
Timothee Guerin
27c01f3d5e
Fix max call stack issue when using very large swager file ( #3978 )
...
* Fix max call stack issue
* Add changelog
2021-03-15 11:04:21 -07:00
Timothee Guerin
8a888df481
Feature: Support using `allOf` in enum to reference another enum ( #3970 )
...
* Support allOf in enums
* Add changelog
* Wip
* Enum deduplicate lint
* Wip
* Add datastore changelog
* Fixlint
* Wip
* Remove
* m4 test
* Simplify
2021-03-15 11:04:06 -07:00
Timothee Guerin
bebc1b59eb
General package updates march 2021 ( #3977 )
...
* Update packages to latest valid semver
* Bump typescript and fix issues
* Add changes
* remove unused dependency
2021-03-12 09:18:56 -08:00
Timothee Guerin
9f1184cbbf
Feature: Respect OpenAPI3 discriminator mapping ( #3958 )
2021-03-09 14:21:00 -08:00
Timothee Guerin
dbef39e9e8
Include single value enum optional parmeter in parameter grouping ( #3872 )
2021-03-08 15:00:53 -08:00
Timothee Guerin
dcb1684cb2
Feature: Move schema validator to ajv and ajv-errors for custom messages ( #3936 )
2021-03-08 13:23:22 -08:00
Timothee Guerin
4246d1aba6
Fix using `--require` in the cli without main readme file would load those after autorest default config. ( #3964 )
2021-03-08 12:47:42 -08:00
Jose Manuel Heredia Hidalgo
823cb6396d
Set TS version to latest ( #3959 )
2021-03-07 14:32:53 -08:00
Timothee Guerin
000830cf9d
Bump version and update changelogs for March 5th 2021 release ( #3955 )
2021-03-05 12:02:06 -08:00
Timothee Guerin
8424207fab
Fix: handle extesnions under components(x- properties) ( #3954 )
2021-03-05 08:31:34 -08:00