gnaponie / waiverdb

Forked from waiverdb 6 years ago
Clone

3662ec2 Provide a way to waive the absence of a test result

Authored and Committed by gnaponie 6 years ago
    Provide a way to waive the absence of a test result
    
    This change is needed to submit a new waiver
    (using the API) for tests which do not have a result in ResultDB.
    To achieve this we replace the result_id with a ResultDB subject and a
    ResultDB testcase
    
    The changes include:
    * api changes
    * database migration of older waivers
    * changes to tests so they worked with new api
    
        
file modified
+1 -0
file modified
+143 -48
file modified
+2 -1
file modified
+8 -4
file modified
+3 -2
file modified
+86 -30
file modified
+2 -1
file modified
+3 -1
file modified
+24 -7