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

Proper logging and exception handling #300

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2023

  1. README.md: minor typos fixed, reformatted.

    Signed-off-by: Konstantin Belov <[email protected]>
    Konstantin Belov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5f238ab View commit details
    Browse the repository at this point in the history
  2. main: reworked imports, docstrings added

    Unused imports removed.
    Added docstring to each function.
    Minor code refactoring.
    
    Signed-off-by: Konstantin Belov <[email protected]>
    Konstantin Belov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b856c6f View commit details
    Browse the repository at this point in the history
  3. main: reworked logging for simplicity

    Signed-off-by: Konstantin Belov <[email protected]>
    Konstantin Belov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    de2412a View commit details
    Browse the repository at this point in the history
  4. main: simplified conditional expressions for URLs

    Signed-off-by: Konstantin Belov <[email protected]>
    Konstantin Belov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3215b4e View commit details
    Browse the repository at this point in the history
  5. main: reworked dry-run

    Signed-off-by: Konstantin Belov <[email protected]>
    Konstantin Belov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    710fcc6 View commit details
    Browse the repository at this point in the history
  6. main: refactored LAVA jobs preparation step.

    Added TemplateNotFound handler,
    existing exceptions were combined.
    
    Signed-off-by: Konstantin Belov <[email protected]>
    Konstantin Belov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    82fcdf0 View commit details
    Browse the repository at this point in the history