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

GitLab reviews may not have the updated_at field set #18450

Merged
merged 4 commits into from
Jan 29, 2022

Commits on Jan 29, 2022

  1. GitLab reviews may not have the updated_at field set

    Fallback to created_at if that the case and to time.Now() if it is
    also missing.
    
    Fixes: 18434
    Loïc Dachary authored and realaravinth committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    1e77e0a View commit details
    Browse the repository at this point in the history
  2. use assert.WithinDuration

    Loïc Dachary authored and realaravinth committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    0a4d285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a06f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca4172f View commit details
    Browse the repository at this point in the history