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

fix migrations #414

Merged
merged 4 commits into from
Sep 7, 2024
Merged

fix migrations #414

merged 4 commits into from
Sep 7, 2024

Commits on Sep 7, 2024

  1. refactor(config.ts): improve code readability by formatting array ele…

    …ments and conditions
    
    fix(migrations): handle undefined values correctly when setting default config values
    fix(migrations): ensure process exits with error code on migration failure
    di-sukharev committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2c07d5b View commit details
    Browse the repository at this point in the history
  2. build

    di-sukharev committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    3493cbb View commit details
    Browse the repository at this point in the history
  3. fix(commit.ts): update error handling to provide clearer feedback whe…

    …n commit message generation fails
    
    feat(config.ts): add cleanUndefinedValues function to sanitize config values by converting 'undefined' and 'null' strings to actual values
    refactor(config.ts): return cleaned config from getConfig function to ensure consistent data types
    chore(migrations): log entriesToSet in migration to assist with debugging and tracking changes
    di-sukharev committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    119feda View commit details
    Browse the repository at this point in the history
  4. build

    di-sukharev committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d990bf0 View commit details
    Browse the repository at this point in the history