Skip to content
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

Various Cli-ng fixes #547

Merged
merged 4 commits into from
Oct 23, 2024
Merged

Various Cli-ng fixes #547

merged 4 commits into from
Oct 23, 2024

Conversation

tiagolobocastro
Copy link
Collaborator

fix(cli-ng): correct mustache templates and misc

Seems the current mustache crate doesn't support things like:
{{#blob.name}}
{{#blob.1}}
{{#blob}}{{{.}}}
Worked around this by rewriting the templates slightly
Fixed a few bugs, likely induced after latest refactoring to get
compatible with openapiv3.

Signed-off-by: Tiago Castro <[email protected]>

fix(cli-ng): generated folder structure

Signed-off-by: Tiago Castro <[email protected]>

chore: remove mistakenly added folder

Signed-off-by: Tiago Castro <[email protected]>

Seems the current mustache crate doesn't support things like:
{{#blob.name}}
{{#blob.1}}
{{#blob}}{{{.}}}
Worked around this by rewriting the templates slightly
Fixed a few bugs, likely induced after latest refactoring to get
compatible with openapiv3.

Signed-off-by: Tiago Castro <[email protected]>
Signed-off-by: Tiago Castro <[email protected]>
@tiagolobocastro tiagolobocastro merged commit 4acad0a into master Oct 23, 2024
7 checks passed
@tiagolobocastro tiagolobocastro deleted the fix-ng branch October 23, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant