Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unraid/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ee3cae
Choose a base ref
...
head repository: unraid/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20de3ec
Choose a head ref
  • 5 commits
  • 24 files changed
  • 2 contributors

Commits on Jul 8, 2025

  1. fix: release note escaping

    elibosley committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    5b6bcb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a79d049 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. fix: invalid configs no longer crash API (#1491)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    * **Bug Fixes**
    * Improved error handling when loading and parsing configuration files,
    preventing crashes and ensuring fallback to default settings if issues
    occur.
    * Enhanced logging for configuration errors, including warnings for
    empty files and detailed error messages for JSON parsing failures.
    * Added error handling to plugin listing to avoid failures when
    configuration loading encounters errors.
    
    * **Chores**
    * Updated permissions to allow linting only for the `./api` package
    using a filtered command.
    
    * **Tests**
    * Added comprehensive tests for configuration loading, parsing,
    persistence, and updating, covering various file states and error
    scenarios.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    elibosley authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    6bf3f77 View commit details
    Browse the repository at this point in the history
  2. fix: invalid state for unraid plugin (#1492)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    * **New Features**
    * Improved connection status handling by introducing a new service that
    writes connection status to a JSON file for enhanced integration.
    * Updated system components to read connection status and allowed
    origins from the new JSON file, ensuring more reliable and up-to-date
    information.
    
    * **Chores**
    * Expanded allowed Bash command permissions to include commands starting
    with "mv:".
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    elibosley authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    39b8f45 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 4.9.2 (#1488)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.9.2](v4.9.1...v4.9.2)
    (2025-07-09)
    
    
    ### Bug Fixes
    
    * invalid configs no longer crash API
    ([#1491](#1491))
    ([6bf3f77](6bf3f77))
    * invalid state for unraid plugin
    ([#1492](#1492))
    ([39b8f45](39b8f45))
    * release note escaping
    ([5b6bcb6](5b6bcb6))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    20de3ec View commit details
    Browse the repository at this point in the history
Loading