Info per source file

2012-12-05 Thread Laimonas Mockus
Hi, Is it possible to get info (e.g. fetch from database) if a particular source file (or at least diffset) was reviewed? I can see filelists in the table "diffviewer_filediff", but I'm unable to find the connection to the status or to the request id (e.g. table "reviews_review"). I use RB 1.7

Re: Info per source file

2012-12-06 Thread Laimonas Mockus
Hi, I'm writing a command line python script (to check if the given sourcefile was reviewed). My idea is to fetch enough information from Mysql tables. E.g.: 1. select "diffset_id" from "reviewboard.diffviewer_filediff" (where "source_file==*needed_filename*") 2. select "history_id" from "rev