Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

rollout: Include health report in service object #51

Merged
merged 7 commits into from
Aug 7, 2020
Merged

rollout: Include health report in service object #51

merged 7 commits into from
Aug 7, 2020

Commits on Aug 6, 2020

  1. rollout: Include health report in service object

    This adds annotation about the last health report. It uses the key
    rollout.cloud.run/lastHealthReport and assigns it a JSON string with the last
    diagnosis (healthy, unhealthy) and the check results.
    
    Signed-off-by: Getulio Valentin Sánchez <gvso@google.com>
    Getulio Valentin Sánchez committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    013b647 View commit details
    Browse the repository at this point in the history
  2. Report in human-readable format

    Signed-off-by: Getulio Valentin Sánchez <gvso@google.com>
    Getulio Valentin Sánchez committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    0d42934 View commit details
    Browse the repository at this point in the history
  3. Add todo about JSONReport

    Signed-off-by: Getulio Valentin Sánchez <gvso@google.com>
    Getulio Valentin Sánchez committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a1f4653 View commit details
    Browse the repository at this point in the history
  4. Rename last status to status

    Signed-off-by: Getulio Valentin Sánchez <gvso@google.com>
    Getulio Valentin Sánchez committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    4e641f1 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: Getulio Valentin Sánchez <gvso@google.com>
    Getulio Valentin Sánchez committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    b7d207b View commit details
    Browse the repository at this point in the history
  6. Remove JSON report

    Signed-off-by: Getulio Valentin Sánchez <gvso@google.com>
    Getulio Valentin Sánchez committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6da8e9e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Create setAnnotation function

    Signed-off-by: Getulio Valentin Sánchez <gvso@google.com>
    Getulio Valentin Sánchez committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    52a0478 View commit details
    Browse the repository at this point in the history