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: privapps/github-copilot-svcs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: daot/github-copilot-svcs
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.
  • 10 commits
  • 20 files changed
  • 1 contributor

Commits on Oct 3, 2025

  1. Optimize Docker, server, and middleware for performance

    Improves Dockerfile, docker-compose.yml, and .dockerignore for better containerization and config mounting. Refactors config paths and permissions for Docker compatibility. Adds gzip compression middleware, request coalescing cache with TTL, and Prometheus-style metrics endpoint. Optimizes HTTP client pooling, worker pool sizing, and server TLS/HTTP2 settings for higher performance and resource efficiency. Updates related tests and minor code cleanups.
    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    58199ab View commit details
    Browse the repository at this point in the history
  2. Update docker-compose.yml

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    ba9381b View commit details
    Browse the repository at this point in the history
  3. linter errors

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    62fb2e5 View commit details
    Browse the repository at this point in the history
  4. fix workflow

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    0ed43c4 View commit details
    Browse the repository at this point in the history
  5. Update middleware.go

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    42940b0 View commit details
    Browse the repository at this point in the history
  6. Update middleware.go

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    fc6bf30 View commit details
    Browse the repository at this point in the history
  7. fix package name

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    05d6047 View commit details
    Browse the repository at this point in the history
  8. revert

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    c313074 View commit details
    Browse the repository at this point in the history
  9. Update proxy.go

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    e681a03 View commit details
    Browse the repository at this point in the history
  10. Update proxy.go

    Henry
    Henry committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    cdb00f7 View commit details
    Browse the repository at this point in the history
Loading