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: ericc-ch/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: Rajeshwaran-R/copilot-api
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.
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on May 21, 2026

  1. Configuration menu
    Copy the full SHA
    949a09c View commit details
    Browse the repository at this point in the history
  2. fix: improve health check with timeout and curl support

    - Install curl in Docker image for health check execution
    - Add 5-second timeout to health check endpoint to prevent socket hanging
    - Increase health check start_period to 30s for proper initialization
    - Improve error handling and logging in health check
    - Configure health check to validate Copilot API connection
    - Returns HTTP 503 on connection failure for auto-restart
    
    Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
    rajeshwaran-r-19885 and claude committed May 21, 2026
    Configuration menu
    Copy the full SHA
    b6fc7f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16fe235 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Rajeshwaran-R/HealthCheckAPI

    Health check api
    Rajeshwaran-R authored May 21, 2026
    Configuration menu
    Copy the full SHA
    7262a6d View commit details
    Browse the repository at this point in the history
Loading