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

WIP Make plugin references without version use 'latest' implicitly #13414

Closed
wants to merge 1 commit into from

Commits on May 24, 2019

  1. Make plugin references without version use 'latest' implicitly

    Changes necessary to make plugin references without a version specified,
    e.g.
    
      eclipse/che-theia
    
    to parse as 'eclipse/che-theia/latest' by default. As a side effect,
    this commit disables:
    
    - Validation of plugin references with a custom registry. This allows
    using direct links to meta.yamls (no need to have a path ending in
    publisher/name/version) but also works by arbitrarily splitting the URL
    into a 'registry' and 'id'
    
    - Devfile aliases and similar features are disabled for plugins from
    custom registries
    
    - Some tests that depend on having a custom registry specified are
    disabled until issue
      eclipse-che#13385
    is resolved.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed May 24, 2019
    Configuration menu
    Copy the full SHA
    422ca27 View commit details
    Browse the repository at this point in the history