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

Allow using imageName as a selector #6768

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    bbe8563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249de14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5087281 View commit details
    Browse the repository at this point in the history
  4. Return the effective Devfile view by default from the initial context

    This is supposed to be read-only, so that tools can rely on it
    and to the operations they need to perform right away.
    
    Raw Devfile objects can still be obtained upon request
    if there is need to update them (for example via 'odo add/remove
    binding' commands.
    rm3l committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2828f94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a168d6 View commit details
    Browse the repository at this point in the history
  6. Fix 'odo init' integration tests

    - The test spec was actually not doing what it was supposed to do
    - Now 'odo init' returns a complete Devfile, where the parent is flattened,
      because the goal of 'odo init' is to bootstrap a Devfile.
      Previously, 'odo init' would not download the parent referenced,
      making it hard to understand the resulting Devfile.
    rm3l committed May 15, 2023
    Configuration menu
    Copy the full SHA
    78868b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4e255e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fixup! Document how odo now handles relative image names as selectors

    Co-authored-by: Philippe Martin <phmartin@redhat.com>
    rm3l and feloy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    9718002 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Revert "Fix 'odo init' integration tests"

    This reverts commit 78868b0.
    
    Co-authored-by: Philippe Martin <phmartin@redhat.com>
    rm3l and feloy committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c072709 View commit details
    Browse the repository at this point in the history
  2. Do not make odo init return an effective Devfile as a result

    This would change the behavior of `odo init`.
    
    Furthermore, due to an issue [1] in the Devfile library,
    it is not possible to parse some Devfiles with parents linked as GitHub URLs (like GitHub release artifacts).
    
    [1] devfile/api#1119
    
    Co-authored-by: Philippe Martin <phmartin@redhat.com>
    rm3l and feloy committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3603642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb575c8 View commit details
    Browse the repository at this point in the history