aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/server.py
Commit message (Collapse)AuthorAge
* rebaseline_server: improve thread locks to allow read access during updatesGravatar epoger@google.com2013-11-08
| | | | | | | | | (SkipBuildbotRuns) TBR=jcgregorio Review URL: https://codereview.chromium.org/66803004 git-svn-id: http://skia.googlecode.com/svn/trunk@12195 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline_server: add pixel diffs, and sorting by diff metricsGravatar epoger@google.com2013-11-08
| | | | | | | | | | (SkipBuildbotRuns) R=bsalomon@google.com, jcgregorio@google.com Review URL: https://codereview.chromium.org/59283006 git-svn-id: http://skia.googlecode.com/svn/trunk@12193 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline_server: make default landing page list supported query URLsGravatar epoger@google.com2013-11-01
| | | | | | | | | | | | | | | (SkipBuildbotRuns) Originally, the default landing page redirected to view.html?resultsToLoad=all (which displays all results, and can take a while). Instead, start with a fast-loading page that shows the user all the result sets that are available. R=scroggo@google.com Review URL: https://codereview.chromium.org/46413004 git-svn-id: http://skia.googlecode.com/svn/trunk@12088 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline_server: report proper URL upon launchGravatar epoger@google.com2013-10-30
| | | | | | | | | | | BUG=skia:1767 (SkipBuildbotRuns) R=jcgregorio@google.com Review URL: https://codereview.chromium.org/51353002 git-svn-id: http://skia.googlecode.com/svn/trunk@12016 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline_server: add tabs, and ability to submit new baselines to the serverGravatar epoger@google.com2013-10-23
| | | | | | | | | | | | | Tabs allow the user to divide the tests into groups: hide these for now, approve these, etc. (SkipBuildbotRuns) R=borenet@google.com Review URL: https://codereview.chromium.org/28903008 git-svn-id: http://skia.googlecode.com/svn/trunk@11915 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline_server: add --editable and --reload flagsGravatar epoger@google.com2013-10-15
| | | | | | | | | | | | | | | | | | | This is a variation on the --browseonly flag we came up with in https://codereview.chromium.org/24274003/#msg6 . The long-lived "view only" server will probably be run like this: server.py --export --reload 300 And when rebaselining you'll run your own server like this: server.py --editable (SkipBuildbotRuns) R=jcgregorio@google.com Review URL: https://codereview.chromium.org/27218005 git-svn-id: http://skia.googlecode.com/svn/trunk@11788 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline_server: allow client to pull all results, or just failuresGravatar epoger@google.com2013-10-11
| | | | | | | | | | | | | (SkipBuildbotRuns) This will be handy for constrained networks or devices, where we don't want to bother downloading info about all the successful tests. R=jcgregorio@google.com Review URL: https://codereview.chromium.org/26891003 git-svn-id: http://skia.googlecode.com/svn/trunk@11737 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline_server: extend returned JSON dict to allow for result-editing in ↵Gravatar epoger@google.com2013-10-09
| | | | | | | | | | | | coming CL (SkipBuildbotRuns) R=jcgregorio@google.com Review URL: https://codereview.chromium.org/26659002 git-svn-id: http://skia.googlecode.com/svn/trunk@11679 2bbb7eff-a529-9590-31e7-b0007b416f81
* HTTP GM baseline viewer: server should serve files from gm/rebaseline_server dirGravatar epoger@google.com2013-10-02
| | | | | | | | | | (SkipBuildbotRuns) R=jcgregorio@google.com Review URL: https://codereview.chromium.org/25774002 git-svn-id: http://skia.googlecode.com/svn/trunk@11583 2bbb7eff-a529-9590-31e7-b0007b416f81
* HTTP GM results viewer: server now returns category summaries along with ↵Gravatar epoger@google.com2013-09-30
| | | | | | | | | | | | testData (SkipBuildbotRuns) R=borenet@google.com Review URL: https://codereview.chromium.org/25045003 git-svn-id: http://skia.googlecode.com/svn/trunk@11520 2bbb7eff-a529-9590-31e7-b0007b416f81
* Create HTTP-based GM results viewer.Gravatar epoger@google.com2013-09-27
For now, it only allows VIEWING results... next, it will allow the user to rebaseline GM results via the web interface. R=borenet@google.com Review URL: https://codereview.chromium.org/24274003 git-svn-id: http://skia.googlecode.com/svn/trunk@11500 2bbb7eff-a529-9590-31e7-b0007b416f81