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: v4.5.0
Choose a base ref
...
head repository: unraid/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.0
Choose a head ref
  • 6 commits
  • 24 files changed
  • 4 contributors

Commits on Apr 2, 2025

  1. chore: keep preview plg when merging release-please pr's (#1312)

    prevents staging plugin from breaking due to being populated with prod entities
    
    ## Summary by CodeRabbit
    
    - **Chores**
    - Enhanced the deployment process to clearly distinguish between
    production and preview releases.
    - Added verification steps to ensure all required production assets are
    present, improving the overall reliability of plugin updates.
    pujitm authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    3911be3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. refactor: webgui sync script to copy uui build (#1318)

    - enhances `pnpm sync-webgui-repo` to include Unraid UI build + sync
    options
    - changed the dev intended ThemeSwitcher to use local / session storage
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    - The theme switcher now respects your saved preferences, ensuring a
    more personalized interface.
    - The component build and synchronization process has been enhanced with
    new options for UI components and clearer feedback during operations.
    - New computed properties added for better state management in account
    and purchase functionalities.
    
    - **Bug Fixes**
    - Improved error handling and logging during the component build
    process.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    zackspear authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    df16822 View commit details
    Browse the repository at this point in the history
  2. fix(plugin): flaky masking of benign warning during pnpm install (#1313)

    The masking logic has a different effect in TTY and non-TTY environments
    bc pnpm will change the `install` reporter. Now, we:
    
    - set `--reporter=append-only` for consistency
    - replace the grep loop with `sed` to mask and redirect the benign
    "Ignored build scripts" warning
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Refactor**
    - Streamlined the background logging during dependency installations to
    improve overall efficiency and reduce complexity. This update enhances
    maintainability without any visible changes to the user experience.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    pujitm authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    1f10b63 View commit details
    Browse the repository at this point in the history
  3. feat: add gui settings field for sso users (#1310)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    - Bulk SSO account management is now supported, allowing users to update
    multiple SSO account IDs at once.
    - Connect settings now include SSO account identifiers for streamlined
    configuration.
    - Expanded array management functionality introduces advanced operations
    for managing disk arrays.
    - New fields for SSO user IDs have been added to various settings and
    queries.
    
    - **Style & Documentation**
    - Improved formatting and support for rich HTML in form descriptions
    enhance clarity and presentation.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    ---------
    
    Co-authored-by: Eli Bosley <[email protected]>
    pujitm and elibosley authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    5ba3fa6 View commit details
    Browse the repository at this point in the history
  4. fix: build

    elibosley committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    ed67af9 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 4.6.0 (#1311)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.6.0](v4.5.0...v4.6.0)
    (2025-04-03)
    
    
    ### Features
    
    * add gui settings field for sso users
    ([#1310](#1310))
    ([5ba3fa6](5ba3fa6))
    
    
    ### Bug Fixes
    
    * build
    ([ed67af9](ed67af9))
    * **plugin:** flaky masking of benign warning during pnpm install
    ([#1313](#1313))
    ([1f10b63](1f10b63))
    
    ---
    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 Apr 3, 2025
    Configuration menu
    Copy the full SHA
    5a61aec View commit details
    Browse the repository at this point in the history
Loading