Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify and fix Shepherd to support custom endpoints for reporting #9296

Merged
merged 17 commits into from Feb 22, 2023

Commits on Feb 2, 2023

  1. Use early return

    alies-dev committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a5a2daa View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    f1e04f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f774942 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    a8fb978 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    d805f80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d8300 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    547dfb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    6ba9b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78472c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66ce363 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6603d84 View commit details
    Browse the repository at this point in the history
  5. Bypass output overlap

    like:
    
    Shepherd error: https://custom-host.shepherd/hooks/psalm endpoint responded with 0 HTTP status code.
    array (
    Shepherd response: n/a
      'url' => 'https://custom-host.shepherd/hooks/psalm',
    Please check shepherd endpoint — it should be a valid URL. cURL Debug info:
      'content_type' => NULL,
    
      'http_code' => 0,
      'header_size' => 0,
      'request_size' => 0,
      'filetime' => -1,
      'ssl_verify_result' => 0,
      'redirect_count' => 0,
      'total_time' => 0.025202,
      'namelookup_time' => 0.0,
      'connect_time' => 0.0,
      'pretransfer_time' => 0.0,
      'size_upload' => 0.0,
      'size_download' => 0.0,
      'speed_download' => 0.0,
      'speed_upload' => 0.0,
      'download_content_length' => -1.0,
      'upload_content_length' => -1.0,
      'starttransfer_time' => 0.0,
      'redirect_time' => 0.0,
      'redirect_url' => '',
      'primary_ip' => '',
      'certinfo' =>
      array (
      ),
      'primary_port' => 0,
      'local_ip' => '',
      'local_port' => 0,
      'http_version' => 0,
      'protocol' => 0,
      'ssl_verifyresult' => 0,
      'scheme' => '',
      'appconnect_time_us' => 0,
      'connect_time_us' => 0,
      'namelookup_time_us' => 0,
      'pretransfer_time_us' => 0,
      'redirect_time_us' => 0,
      'starttransfer_time_us' => 0,
      'total_time_us' => 25202,
      'effective_method' => 'POST',
    )
    alies-dev committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    cabeb5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    124569c View commit details
    Browse the repository at this point in the history
  7. Fix output formatting

    alies-dev committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    46c486b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    609c426 View commit details
    Browse the repository at this point in the history
  9. Fix coding style issues

    alies-dev committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    df00fd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    e6bcd05 View commit details
    Browse the repository at this point in the history