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

fix: add review team setting allowing reviewers to reject assignments past the deadline #5418

Merged
merged 10 commits into from
Sep 14, 2023

Commits on Mar 25, 2023

  1. Added a new review team setting

    allow_reviewer_to_reject_after_deadline that will allow rejecting
    review requests, even after the deadline is past. Also modified that
    the secretary, or whoever manages the reviews is always allowed to
    reject the review regardless of the deadline as he/she could change
    the deadline anyways.
    kivinen committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    f7f128c View commit details
    Browse the repository at this point in the history
  2. Fixed but in view_reviews (wrong variable name), added more test

    cases to the test_reviews.py for different reject cases.
    kivinen committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    77b969f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    1032d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4014e5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c17db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1106b13 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on Jul 20, 2023

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

Commits on Sep 14, 2023

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