martha / pagure

Forked from pagure 7 years ago
Clone

23b4d2b Issue 1549 - Add "updated_on" to Issues and make it queryable

12 files Authored by mreynolds 7 years ago, Committed by pingou 7 years ago,
    Issue 1549 - Add "updated_on" to Issues and make it queryable
    
    Added updated_on to track the time/date of when the issue was last updated.
    Updated the Issues/Issue html pages to utilize the new parameter.
    
    Added a new search argument for issues called "since" that accepts either a timestamp or
    a datetime string, and returns all the issues from that time and forward:
    
            /api/0/MY_PROJECT/issues?since=1479261135
    
            or
    
            /api/0/MY_PROJECT/issues?since=2016-11-15
    
    https://pagure.io/pagure/issue/1549
    
        
file modified
+2 -0
file modified
+24 -1
file modified
+26 -2
file modified
+9 -2
file modified
+8 -0
file modified
+7 -0
file modified
+10 -2