-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- adds support for go snippets generation #749
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baywet
requested review from
adhiambovivian,
andrueastman,
ddyett,
fey101,
irvinesunday,
MaggieKimani1,
MIchaelMainer,
nikithauc and
zengin
as code owners
November 4, 2021 16:29
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
baywet
force-pushed
the
feature/go-snippet-openapi
branch
from
November 4, 2021 16:30
c700fb1
to
559b2d6
Compare
This was referenced Nov 4, 2021
thewahome
reviewed
Nov 5, 2021
…ration - fixes a bug where empty collections could derail go snippets generation Signed-off-by: Vincent Biret <[email protected]>
…nippets generators
- fixes a bug where go snippets generation would fail on path casing - fixes a bug where go snippets generation would fail on odata filter functions Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
CodeSnippetsReflection.OpenAPI/LanguageGenerators/TypeScriptGenerator.cs
Show resolved
Hide resolved
CodeSnippetsReflection.OpenAPI/LanguageGenerators/GoGenerator.cs
Outdated
Show resolved
Hide resolved
CodeSnippetsReflection.OpenAPI/LanguageGenerators/GoGenerator.cs
Outdated
Show resolved
Hide resolved
CodeSnippetsReflection.OpenAPI/LanguageGenerators/GoGenerator.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Eastman <[email protected]>
Co-authored-by: Eastman <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
adds go snippets to documentation generation pipeline
andrueastman
approved these changes
Nov 15, 2021
Kudos, SonarCloud Quality Gate passed! |
baywet
added a commit
that referenced
this pull request
Nov 15, 2021
- adds support for go snippets generation (#749) to master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Adds snippets generation for Go OData/Kiota
Testing Instructions
Results in the new open api & kiota based generation with