Commit 89e4059
Merges dev into main (#1143)
* Bump submodules/vipr from `6fdc76e` to `b03ce4e`
Bumps [submodules/vipr](https://github.com/microsoft/vipr) from `6fdc76e` to `b03ce4e`.
- [Release notes](https://github.com/microsoft/vipr/releases)
- [Commits](microsoft/Vipr@6fdc76e...b03ce4e)
---
updated-dependencies:
- dependency-name: submodules/vipr
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump submodules/vipr from `b03ce4e` to `33fcde1`
Bumps [submodules/vipr](https://github.com/microsoft/vipr) from `b03ce4e` to `33fcde1`.
- [Release notes](https://github.com/microsoft/vipr/releases)
- [Commits](microsoft/Vipr@b03ce4e...33fcde1)
---
updated-dependencies:
- dependency-name: submodules/vipr
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump NLog from 5.2.7 to 5.2.8
Bumps [NLog](https://github.com/NLog/NLog) from 5.2.7 to 5.2.8.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v5.2.7...v5.2.8)
---
updated-dependencies:
- dependency-name: NLog
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump submodules/vipr from `33fcde1` to `2d1dd83`
Bumps [submodules/vipr](https://github.com/microsoft/vipr) from `33fcde1` to `2d1dd83`.
- [Release notes](https://github.com/microsoft/vipr/releases)
- [Commits](microsoft/Vipr@33fcde1...2d1dd83)
---
updated-dependencies:
- dependency-name: submodules/vipr
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump submodules/vipr from `2d1dd83` to `a791736`
Bumps [submodules/vipr](https://github.com/microsoft/vipr) from `2d1dd83` to `a791736`.
- [Release notes](https://github.com/microsoft/vipr/releases)
- [Commits](microsoft/Vipr@2d1dd83...a791736)
---
updated-dependencies:
- dependency-name: submodules/vipr
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump Microsoft.Extensions.Configuration.Binder from 8.0.0 to 8.0.1
Bumps [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Binder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump submodules/vipr from `a791736` to `3ac51b4`
Bumps [submodules/vipr](https://github.com/microsoft/vipr) from `a791736` to `3ac51b4`.
- [Release notes](https://github.com/microsoft/vipr/releases)
- [Commits](microsoft/Vipr@a791736...3ac51b4)
---
updated-dependencies:
- dependency-name: submodules/vipr
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump apidoctor from `9d9914c` to `443405b`
Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `9d9914c` to `443405b`.
- [Commits](OneDrive/apidoctor@9d9914c...443405b)
---
updated-dependencies:
- dependency-name: apidoctor
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump submodules/vipr from `3ac51b4` to `3a66e16`
Bumps [submodules/vipr](https://github.com/microsoft/vipr) from `3ac51b4` to `3a66e16`.
- [Release notes](https://github.com/microsoft/vipr/releases)
- [Commits](microsoft/Vipr@3ac51b4...3a66e16)
---
updated-dependencies:
- dependency-name: submodules/vipr
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Switch v1.0 metadata source to use local file in metadata repo. (#1140)
* - initial script drafts
Signed-off-by: Vincent Biret <[email protected]>
* - avoids nuking the modular augmentation
Signed-off-by: Vincent Biret <[email protected]>
* - makes package name configurable for the script
Signed-off-by: Vincent Biret <[email protected]>
* - adds exception for the service client
Signed-off-by: Vincent Biret <[email protected]>
* - fixes import path
Signed-off-by: Vincent Biret <[email protected]>
* - adds a root segments list for v1
Signed-off-by: Vincent Biret <[email protected]>
* - drafts a script to create all fluent api packages in typescript
Signed-off-by: Vincent Biret <[email protected]>
* - drafts a script to generate typescript service libs
Signed-off-by: Vincent Biret <[email protected]>
* - adds templating of the modular augmentation
Signed-off-by: Vincent Biret <[email protected]>
* - adds generation of the main models package
Signed-off-by: Vincent Biret <[email protected]>
* - fixes client name
Signed-off-by: Vincent Biret <[email protected]>
* - fixes new lines being inserted by set content
Signed-off-by: Vincent Biret <[email protected]>
* - fixes kiota call from ts generation script
Signed-off-by: Vincent Biret <[email protected]>
* - switches to parallel foreach for typescript generation
Signed-off-by: Vincent Biret <[email protected]>
* - fixes a bug with models generation
Signed-off-by: Vincent Biret <[email protected]>
* - disables hint mode for generation
Signed-off-by: Vincent Biret <[email protected]>
* - updates clean typescript script for new structure
Signed-off-by: Vincent Biret <[email protected]>
* - updates copy script for typescript SDK
Signed-off-by: Vincent Biret <[email protected]>
* - reverts change to variables as it doesn't work for steps templates
Signed-off-by: Vincent Biret <[email protected]>
* - fixes push of extra and unnecessary validation files
Signed-off-by: Vincent Biret <[email protected]>
* - adds the ability to skip openapi capture
* - updates condition when skipping OpenAPI capture
Signed-off-by: Vincent Biret <[email protected]>
* - replicates skip generation changes for kiota
Signed-off-by: Vincent Biret <[email protected]>
* - adds a move step when not capturing openapi metadata
Signed-off-by: Vincent Biret <[email protected]>
* - thank you copilot for inserting things I didn't want
Signed-off-by: Vincent Biret <[email protected]>
* - removes redundant validation
Signed-off-by: Vincent Biret <[email protected]>
* - fixes models cleanup scritp for typescript
* - fixes path to dependant script
Signed-off-by: Vincent Biret <[email protected]>
* - fixes variable reference
Signed-off-by: Vincent Biret <[email protected]>
* - fixes imports replacements
Signed-off-by: Vincent Biret <[email protected]>
* - removes temporary files
* - avoids removing service clients during ts cleanup
Signed-off-by: Vincent Biret <[email protected]>
* - normalizes the package name according to npm conventions
Signed-off-by: Vincent Biret <[email protected]>
* - excludes tests package from copy and cleanup
Signed-off-by: Vincent Biret <[email protected]>
* - updates scaffolding script to install live packages
Signed-off-by: Vincent Biret <[email protected]>
* - removes extraneous depeendency
Signed-off-by: Vincent Biret <[email protected]>
* - reverts suppression since the original script was fixed
Signed-off-by: Vincent Biret <[email protected]>
* - typo fix
Signed-off-by: Vincent Biret <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent Biret <[email protected]>
Co-authored-by: Eastman <[email protected]>1 parent 0b2bc75 commit 89e4059
File tree
16 files changed
+261
-52
lines changed- .azure-pipelines
- generation-templates
- .vscode
- scripts
- src/Typewriter
- submodules
16 files changed
+261
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
| |||
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
162 | | - | |
| 167 | + | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| |||
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
| 182 | + | |
177 | 183 | | |
178 | 184 | | |
179 | 185 | | |
| |||
233 | 239 | | |
234 | 240 | | |
235 | 241 | | |
236 | | - | |
| 242 | + | |
237 | 243 | | |
238 | 244 | | |
239 | 245 | | |
| |||
243 | 249 | | |
244 | 250 | | |
245 | 251 | | |
246 | | - | |
| 252 | + | |
247 | 253 | | |
248 | 254 | | |
249 | 255 | | |
| |||
259 | 265 | | |
260 | 266 | | |
261 | 267 | | |
262 | | - | |
| 268 | + | |
263 | 269 | | |
264 | 270 | | |
265 | 271 | | |
| |||
288 | 294 | | |
289 | 295 | | |
290 | 296 | | |
291 | | - | |
| 297 | + | |
292 | 298 | | |
293 | 299 | | |
294 | 300 | | |
| |||
317 | 323 | | |
318 | 324 | | |
319 | 325 | | |
320 | | - | |
| 326 | + | |
321 | 327 | | |
322 | 328 | | |
323 | 329 | | |
| |||
345 | 351 | | |
346 | 352 | | |
347 | 353 | | |
348 | | - | |
| 354 | + | |
349 | 355 | | |
350 | 356 | | |
351 | 357 | | |
| |||
373 | 379 | | |
374 | 380 | | |
375 | 381 | | |
376 | | - | |
| 382 | + | |
377 | 383 | | |
378 | 384 | | |
379 | 385 | | |
| |||
402 | 408 | | |
403 | 409 | | |
404 | 410 | | |
405 | | - | |
| 411 | + | |
406 | 412 | | |
407 | 413 | | |
408 | 414 | | |
| |||
484 | 490 | | |
485 | 491 | | |
486 | 492 | | |
487 | | - | |
| 493 | + | |
488 | 494 | | |
489 | 495 | | |
490 | 496 | | |
| |||
514 | 520 | | |
515 | 521 | | |
516 | 522 | | |
517 | | - | |
| 523 | + | |
518 | 524 | | |
519 | 525 | | |
520 | 526 | | |
| |||
545 | 551 | | |
546 | 552 | | |
547 | 553 | | |
548 | | - | |
| 554 | + | |
549 | 555 | | |
550 | 556 | | |
551 | 557 | | |
| |||
574 | 580 | | |
575 | 581 | | |
576 | 582 | | |
577 | | - | |
| 583 | + | |
578 | 584 | | |
579 | 585 | | |
580 | 586 | | |
| |||
655 | 661 | | |
656 | 662 | | |
657 | 663 | | |
658 | | - | |
| 664 | + | |
659 | 665 | | |
660 | 666 | | |
661 | 667 | | |
| |||
668 | 674 | | |
669 | 675 | | |
670 | 676 | | |
671 | | - | |
| 677 | + | |
672 | 678 | | |
673 | 679 | | |
674 | 680 | | |
675 | 681 | | |
676 | 682 | | |
| 683 | + | |
677 | 684 | | |
678 | 685 | | |
679 | 686 | | |
| |||
683 | 690 | | |
684 | 691 | | |
685 | 692 | | |
686 | | - | |
| 693 | + | |
687 | 694 | | |
688 | 695 | | |
689 | 696 | | |
| |||
712 | 719 | | |
713 | 720 | | |
714 | 721 | | |
715 | | - | |
| 722 | + | |
716 | 723 | | |
717 | 724 | | |
718 | 725 | | |
| |||
741 | 748 | | |
742 | 749 | | |
743 | 750 | | |
744 | | - | |
| 751 | + | |
745 | 752 | | |
746 | 753 | | |
747 | 754 | | |
| |||
771 | 778 | | |
772 | 779 | | |
773 | 780 | | |
774 | | - | |
| 781 | + | |
775 | 782 | | |
776 | 783 | | |
777 | 784 | | |
| |||
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
18 | 37 | | |
19 | 38 | | |
20 | 39 | | |
21 | 40 | | |
22 | 41 | | |
23 | 42 | | |
| 43 | + | |
24 | 44 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
- .github/workflows/dotnet.yml+1-1
- ApiDoctor.Console/ApiDoctor.ConsoleApp.csproj+1-1
- ApiDoctor.DocumentationGeneration.UnitTests/ApiDoctor.DocumentationGeneration.UnitTests.csproj+1-1
- ApiDoctor.DocumentationGeneration.UnitTests/DescriptionTests.cs+4-4
- ApiDoctor.DocumentationGeneration.UnitTests/NavigationPropertyTests.cs+2-2
- ApiDoctor.DocumentationGeneration.UnitTests/PropertyTests.cs+4-4
- ApiDoctor.DocumentationGeneration.UnitTests/ResourceRoundTripTests.cs+13-13
- ApiDoctor.Validation.UnitTests/ApiDoctor.Validation.UnitTests.csproj+1-1
- ApiDoctor.Validation.UnitTests/BrokenLinkTests.cs+20-20
- ApiDoctor.Validation.UnitTests/HttpParserTests.cs+5-5
- ApiDoctor.Validation.UnitTests/JsonPathTest.cs+13-13
- ApiDoctor.Validation.UnitTests/MultipartMimeTests.cs+2-2
- ApiDoctor.Validation.UnitTests/NullableTests.cs+5-5
- ApiDoctor.Validation.UnitTests/ObjectGraphMergerTests.cs+10-10
- ApiDoctor.Validation.UnitTests/ResourceStringValidationTests.cs+12-12
- ApiDoctor.Validation.UnitTests/SchemaBuilderTests.cs+25-25
- ApiDoctor.Validation.UnitTests/SchemaValidatorTests.cs+22-22
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
2 | 11 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
6 | 23 | | |
7 | 24 | | |
8 | | - | |
9 | 25 | | |
0 commit comments