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

Implement invalidate_on_push without pushedDate field #602

Merged
merged 11 commits into from
Jul 24, 2023

Commits on Jul 10, 2023

  1. Replace PushedAt with LastEvaluatedAt

    First step in removing our use of the deleted pushedDate field to
    implement invalidate_on_push. Load the last policy-bot status (if it
    exists) to approximate the evaluation time instead.
    bluekeyes committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f307fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec5748 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    bfaf1a1 View commit details
    Browse the repository at this point in the history
  2. Fix existing tests

    bluekeyes committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7ab68cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40fdd84 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    56fb7fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ee0c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Update README

    bluekeyes committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3f3e779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a39a23a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Account for ignored commits

    bluekeyes committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4a92d55 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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