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: microsoft/winget-cli-restsource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: fe56/winget-cli-restsource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 31 files changed
  • 2 contributors

Commits on Apr 10, 2026

  1. Add self-hostable WinGet REST source with SQLite and Blazor UI

    - New ASP.NET Core project (WinGet.RestSource.Server) replacing Azure Functions
    - SQLite data store implementation (SqliteDataStore) replacing Cosmos DB
    - 7 REST API controllers maintaining full winget client compatibility
    - Blazor Server FluentUI admin dashboard for package management
    - Simple API key authentication for write operations
    - Docker support with multi-stage Dockerfile and docker-compose
    - SimpleAppConfig replacing Azure App Configuration
    - Updated README with self-hosting quick start guide
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    fe56 and Copilot committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    93e87bb View commit details
    Browse the repository at this point in the history
  2. Add SqliteDataStore unit tests and fix null search request

    - 22 unit tests covering CRUD, search, and pagination
    - Fix null reference in SearchPackageManifests when called with null request
    - New test project: WinGet.RestSource.Server.Tests
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    fe56 and Copilot committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    27a6ee6 View commit details
    Browse the repository at this point in the history
Loading