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

NOISSUE - Improve graceful shutdown and code quality #1821

Merged
merged 8 commits into from
Jul 28, 2023

Commits on Jul 26, 2023

  1. remove single case switch

    remove duplicate cases
    
    Signed-off-by: SammyOina <sammyoina@gmail.com>
    SammyOina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4e90289 View commit details
    Browse the repository at this point in the history
  2. remove single case switch \n format comments

    Signed-off-by: SammyOina <sammyoina@gmail.com>
    SammyOina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cc8efa5 View commit details
    Browse the repository at this point in the history
  3. graceful exit on main func

    Signed-off-by: SammyOina <sammyoina@gmail.com>
    SammyOina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1e78b5f View commit details
    Browse the repository at this point in the history
  4. remove fatal from imported packages

    Signed-off-by: SammyOina <sammyoina@gmail.com>
    SammyOina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4f91fbe View commit details
    Browse the repository at this point in the history
  5. reuse exit function

    Signed-off-by: SammyOina <sammyoina@gmail.com>
    SammyOina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    38aa124 View commit details
    Browse the repository at this point in the history
  6. return nill for empty configs

    Signed-off-by: SammyOina <sammyoina@gmail.com>
    SammyOina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    09f29f6 View commit details
    Browse the repository at this point in the history
  7. return nil for config file not found

    Signed-off-by: SammyOina <sammyoina@gmail.com>
    SammyOina committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f53120d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    5e1120a View commit details
    Browse the repository at this point in the history