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

Display a warning that "odo dev" on Podman needs to be restarted if the Devfile is changed #6477

Commits on Jan 9, 2023

  1. Display a warning that "odo dev" on Podman might need to be restarted…

    … when local changes are detected
    
    The initial idea was to display such a warning only
    when changes are detected in the Devfile,
    which are not yet handled completely at this time.
    But to take into account the manual synchronization case (where
    there is no file watcher (and therefore no way to determine which
    files have actually been modified)), a generic warning is being
    displayed whenever the Podman-specific watch handler is called.
    rm3l committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ffe78b6 View commit details
    Browse the repository at this point in the history
  2. Add integration test case

    rm3l committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d45cfbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b71a78 View commit details
    Browse the repository at this point in the history
  4. amend! Display a warning that "odo dev" on Podman might need to be re…

    …started when local changes are detected
    
    Display a warning that "odo dev" on Podman might need to be restarted when the Devfile is modified
    rm3l committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6f51b75 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fixup! Add integration test case

    rm3l committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8058649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82ace2f View commit details
    Browse the repository at this point in the history