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

config: handle empty-str publish-debug #900

Merged
merged 2 commits into from
Mar 3, 2024

Commits on Mar 3, 2024

  1. config: handle empty-str publish-debug

    When a user sets `confluence_publish_debug` to an empty string, such a
    configuration state should indicate to not perform any publish
    debugging. However, with the value set, the configuration handling will
    result in an unexpected exception. Adjusting the implementation to
    properly handle this case.
    
    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    24b5133 View commit details
    Browse the repository at this point in the history
  2. tests: adding configuration checks for publish-debug

    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0f3b173 View commit details
    Browse the repository at this point in the history