-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display a warning that "odo dev" on Podman needs to be restarted if t…
…he Devfile is changed (#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
- Loading branch information
Showing
2 changed files
with
97 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters