0ccdbac Allow filtering user's PR by time information

5 files Authored by pingou 5 years ago, Committed by pingou 5 years ago,
    Allow filtering user's PR by time information
    
    This commit adds support for filtering the PR filed or actionable for an
    user using time information such as the created date, the updated date
    or the closed date.
    The format supported it since..until. If the string provided does not
    include a '..', it is assume that only the since value was specified.
    
    Fixes https://pagure.io/pagure/issue/4065
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+176 -66
file modified
+12 -0
file modified
+21 -0
file modified
+49 -1