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

Propagate status from KCert to Route #7163

Merged
merged 13 commits into from
May 20, 2020

Commits on Apr 21, 2020

  1. Propagate status from KCert to Route

    When autoTLS is enabled, KCert is one of the critical resources. This
    patch changes changes to propagate status status from KCert to Route.
    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c682831 View commit details
    Browse the repository at this point in the history
  2. Fix lint error

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d315d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ba445 View commit details
    Browse the repository at this point in the history
  4. Use MarkTrueWithReason

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    172be64 View commit details
    Browse the repository at this point in the history
  5. Fix unit test

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    077afe5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b14d176 View commit details
    Browse the repository at this point in the history
  7. Fix unit test

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6f71b22 View commit details
    Browse the repository at this point in the history
  8. Do not add RouteConditionCertificateProvisioned to NewLivingConditionSet

    If NewLivingConditionSet is added new condition, it fails when downgrade test.
    Add RouteConditionCertificateProvisioned in the next release
    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    4e3f3e2 View commit details
    Browse the repository at this point in the history
  9. Remove TODO

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b4210e9 View commit details
    Browse the repository at this point in the history
  10. Update unit test

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e591fa7 View commit details
    Browse the repository at this point in the history
  11. Remove unused func

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    410aaf6 View commit details
    Browse the repository at this point in the history
  12. Add MarkHTTPDownward

    nak3 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6a2d8fb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Fix downward to downgrade

    nak3 committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    8e05e2c View commit details
    Browse the repository at this point in the history