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

390 add config set tests #399

Merged
merged 4 commits into from
Sep 1, 2024
Merged

390 add config set tests #399

merged 4 commits into from
Sep 1, 2024

Commits on Aug 30, 2024

  1. fix(commit.ts): improve user confirmation handling by exiting on canc…

    …el actions to prevent unintended behavior
    
    refactor(commit.ts): streamline conditional checks for user confirmations to enhance code readability and maintainability
    di-sukharev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    92943d3 View commit details
    Browse the repository at this point in the history
  2. refactor(commit.ts): rename spinner variables for clarity and consist…

    …ency in commit message generation process
    
    fix(commit.ts): ensure proper stopping of spinners in case of errors during commit message generation and committing process
    di-sukharev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c7b1a5b View commit details
    Browse the repository at this point in the history
  3. refactor(config.ts): extract default configuration to a constant for …

    …better maintainability and readability
    
    refactor(config.ts): improve initGlobalConfig function to accept a configPath parameter for flexibility
    feat(config.ts): enhance getConfig function to support separate paths for global and environment configurations
    test(config.test.ts): update tests to reflect changes in config handling and ensure proper functionality
    style(utils.ts): clean up code formatting for consistency and readability
    style(tsconfig.json): adjust formatting in tsconfig.json for better clarity and maintainability
    di-sukharev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e063faa View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. fix(utils.ts): add existsSync check before removing temp directory to…

    … prevent errors if directory does not exist (#401)
    matscube authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    68dc9c3 View commit details
    Browse the repository at this point in the history