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

Add app spec validate-offline (Resolves #1449) #1450

Merged

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    ae6c1b6 View commit details
    Browse the repository at this point in the history
  2. commands/apps: Add apps spec validate-offline command (Fixes digitalo…

    …cean#1449)
    
    Implement a new command to validate an app spec without requiring
    auth & connection to the API. This is useful for validating app specs
    in CI pipelines and untrusted environments.  As there is no currently
    published [YAML schema][1] for use with [`redhat.vscode-yaml`][2], this
    seems to be the best approach for now.
    
    [1]: https://www.schemastore.org/json/
    [2]: https://github.com/redhat-developer/yaml-language-server
    trinitronx committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    385ae5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6204426 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    8319fec View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    c54c617 View commit details
    Browse the repository at this point in the history