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

Commits on Oct 22, 2024

  1. chore: remove mistakenly added folder

    Signed-off-by: Tiago Castro <[email protected]>
    tiagolobocastro committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    14400d4 View commit details
    Browse the repository at this point in the history
  2. fix(cli-ng): generated folder structure

    Signed-off-by: Tiago Castro <[email protected]>
    tiagolobocastro committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b779766 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. 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]>
    tiagolobocastro committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    496a7e6 View commit details
    Browse the repository at this point in the history
  2. chore: prepare relase v0.9.4

    Signed-off-by: Tiago Castro <[email protected]>
    tiagolobocastro committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e59e700 View commit details
    Browse the repository at this point in the history