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: MrTakedi/copilot-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: KawaiiNET/copilot-api_ynh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 31, 2025

  1. Initial plan

    Copilot committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    986727c View commit details
    Browse the repository at this point in the history
  2. Fix HOME environment variable issue in Bun installation

    Set HOME environment variable before running Bun installation script to prevent "unbound variable" errors in YunoHost environment. This fixes the installation failure where the Bun installer expects $HOME to be set.
    
    Applies fix to install, restore, and upgrade scripts.
    
    Co-authored-by: MrTakedi <3440483+MrTakedi@users.noreply.github.com>
    Copilot and MrTakedi committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    542e0b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from KawaiiNET/copilot/fix-copilot-api-installa…

    …tion-issue
    
    Fix Bun installation failure from unbound HOME variable
    MrTakedi authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    8cd150c View commit details
    Browse the repository at this point in the history
  4. Initial plan

    Copilot committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    799066d View commit details
    Browse the repository at this point in the history
  5. Replace ynh_hide_warnings with ynh_exec_as_app in install and upgrade…

    … scripts
    
    Co-authored-by: MrTakedi <3440483+MrTakedi@users.noreply.github.com>
    Copilot and MrTakedi committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    5df1cda View commit details
    Browse the repository at this point in the history
  6. Use sudo -u instead of ynh_exec_as_app for clearer command execution

    Co-authored-by: MrTakedi <3440483+MrTakedi@users.noreply.github.com>
    Copilot and MrTakedi committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    b0d8073 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ericc-ch#2 from KawaiiNET/copilot/fix-new-error-in…

    …-api
    
    Fix YunoHost install failure: replace invalid ynh_hide_warnings helper
    MrTakedi authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    1ca41b7 View commit details
    Browse the repository at this point in the history
  8. Initial plan

    Copilot committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    a5e1588 View commit details
    Browse the repository at this point in the history
  9. Fix YunoHost helper function names for version 12.x compatibility

    Co-authored-by: MrTakedi <3440483+MrTakedi@users.noreply.github.com>
    Copilot and MrTakedi committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    4d346ea View commit details
    Browse the repository at this point in the history
  10. Merge pull request ericc-ch#3 from KawaiiNET/copilot/fix-new-error-in…

    …-installation
    
    Fix YunoHost 12.x helper function names
    MrTakedi authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    2dc2216 View commit details
    Browse the repository at this point in the history
Loading