[TIMOB-5018] Coverage: Allow blacklisting updates based on coverage "deltas"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-12T19:07:17.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, blacklist, coverage |
Reporter | Stephen Tramer |
Assignee | Ingo Muschenetz |
Created | 2011-08-15T16:55:51.000+0000 |
Updated | 2017-06-12T19:07:17.000+0000 |
Description
We need to be able to update the backlists via the blacklister instead of just automatically updating them. In order to do this, we should have the ability to process the "delta" information generated as part of the coverage run, which gives data about what API points were added/removed - obviously we can remove blacklist info for API points that were deleted, and add in blacklists for API points that were added which fit the criteria for blacklisting by cross-referencing with the coverage matrix (if this data isn't available in the delta itself).
Closing ticket due to the time passed, lack of information and lack of progress. Any problems, please file a new ticket.