You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display a warning that "odo dev" on Podman needs to be restarted if the Devfile is changed (redhat-developer#6477)
* 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.
* Add integration test case
* fixup! Add integration test case
* amend! Display a warning that "odo dev" on Podman might need to be restarted when local changes are detected
Display a warning that "odo dev" on Podman might need to be restarted when the Devfile is modified
* fixup! Add integration test case
* Assert that no warning is displayed if the Devfile has not changed
0 commit comments