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

ui: fix journal parsing in ProgressView #2085

Commits on Sep 17, 2024

  1. ui: fix journal parsing in ProgressView

    The ProgressView.other_event function splits messages on the ":"
    character to get the context type and the message from journal messages.
    This code will crash if the message has more than one ":" character.
    When passing cloud-config with invalid top level keys, subiquity will
    check these keys and report on the journal with a message:
    "cloud-init schema validation failure for: <key1> [, <key2>, ...]",
    which was causing the UI to crash repeatedly.
    
    LP: #2080918
    Chris-Peterson444 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6c743d0 View commit details
    Browse the repository at this point in the history