- 5bec916 Remove MULTILINE, ^, and $ from re finding actual_results.json. by bungeman · 10 years ago
- a9bf1aa Tolerate unstarted builds in rebaseline server. by bungeman · 10 years ago
- 842ab70 Fix "Add support for rebaselining from trybots." by bungeman · 10 years ago
- d09ade4 Add support for rebaselining from trybots. by bungeman · 10 years ago
- 03e844a Refactored frontend for the rebaseline server. by stephana · 10 years ago
- 7260d72 For certain input skpdiff segfaulted. This prevents the segfault and should fix the failed test in housekeeping. by stephana · 10 years ago
- 2529f2e Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. by rmistry · 10 years ago
- 260d237 rebaseline_server: force checksumValue to an integer to prevent spurious comparison failures by epoger · 10 years ago
- 1a17f7a rebaseline_server: if creating brand new expectations files, include the header by epoger · 10 years ago
- 3144d37 rebaseline_server: add download link for SKP diff patchfile by epoger · 10 years ago
- 2c4352b rebaseline_server: allow users to generate SKP diff patches on a shared instance by epoger · 10 years ago
- 8ab362e rebaseline_server: in Pending Approval tab, change expected/actual labels to old/new by epoger · 10 years ago
- caa80b9 rebaseline_server: constrain setADir/setBDir to consistently refer to single directories, not lists by epoger · 10 years ago
- 3b5c86c This adds renderMode and builder as columns to the front end when looking at SKPs. by stephana · 10 years ago
- a1aa5c2 This passes the URL of the diff image to the front-end, thus removing the need to keep frontend code for URL generation in sync with the backend. by stephana · 10 years ago
- 9f1ae46 rebaseline_server: show Pending Approval tab if viewing SKP expectations vs actuals by epoger · 10 years ago
- 5c4b137 rebaseline_server: include setA/setB descriptions in output JSON by epoger · 10 years ago
- 30e26cd rebaseline_server UI: add link to raw JSON by epoger · 10 years ago
- 4c80825 rebaseline_server: move more code into common path for GET_live_results and GET_prefetch_results by epoger · 10 years ago
- e8d74d9 This is a bit of a hack, but will work. I have a cleaner fix ready (but still need to fix some broken tests). by stephana · 10 years ago
- 21b342d This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. by stephana · 10 years ago
- fb26110 rebaseline_server: add some live-view.html links to index.html by epoger · 10 years ago
- 9c7695b rebaseline_server: periodically log tasks_queue size by epoger · 10 years ago
- 8d66dd1 change setA/setB labels if viewing actuals vs expectations by epoger · 10 years ago
- d9bf7db Rebaseline-server: sorting of columns in asc/desc order in frontend. by stephana · 10 years ago
- acc1258 don't list out all sourceSkpFile names in the rebaseline_server UI by epoger · 10 years ago
- c8d8a60 make rebaseline_server properly handle unescaped URLs by epoger · 10 years ago
- e73cd5a rebaseline_server: allow live queries to examine JSONKEY_EXPECTEDRESULTS or JSONKEY_ACTUALRESULTS by epoger · 10 years ago
- 27ff227 make the action buttons for rebaseline server stick to the top of the window as you scroll by humper · 10 years ago
- 3facc7c rebaseline_server: add "prefetch" directive that just warms the cache without awaiting results by epoger · 10 years ago
- 7909f47 rebaseline_server live queries: allow comparison against summary files within the Skia repo by epoger · 10 years ago
- 0b71276 teach rebaseline_server to generate diffs of rendered SKPs by epoger · 10 years ago
- 66ed8dc combine base_unittest.py modules from gm and tools by epoger · 10 years ago
- 03f3db0 roll common DEPS, now using recursedeps by epoger · 10 years ago
- 33ac950 make gm self-tests launch python unittests automatically by epoger · 10 years ago
- 133931f roll "common" DEPS, and replace tools/pyutils with it by epoger · 10 years ago
- 6132b43 rebaseline_server: cache results in long-running ImageDiffDB instance by epoger · 10 years ago
- b4edbff rebaseline_server: allow JSON to control column filtering by epoger · 10 years ago
- df55f06 rebaseline_server: handle column filtering more generically by epoger · 10 years ago
- 46e51e1 rebaseline_server: if urlSchemaVersion is not specified, assume current by epoger · 10 years ago
- e5481ec rebaseline_server: add urlSchemaVersion parameter by epoger · 10 years ago
- 54f1ad8 rebaseline_server: use just skpdiff, not Python Image Library by epoger · 10 years ago
- a40239c Drop --clone from commands in skia repo. by Mike Klein · 10 years ago
- 984b97c rebaseline_server: delete no-longer-used weightedDiffMeasure by epoger · 10 years ago
- cbbc7bf rebaseline_server: change 2 image expectations within unittests by epoger · 10 years ago
- 6b28120 rebaseline_server: merge identical results (across multiple builders/configs) into a single row by epoger · 10 years ago
- b144271 reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
- 77f68b6 Revert "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
- f466604 rebaseline_server: download actual-results.json files from GCS instead of SVN by epoger · 10 years ago
- 55ada06 download_actuals.py: download JSON files from Google Storage instead of skia-autogen by epoger · 10 years ago
- 4cef1be rebaseline_server: apply ignored-tests.txt within rebaseline_server, not just on the bots by commit-bot@chromium.org · 10 years ago
- 68a3815 rename rebaseline_server JSON constants to be more consistent by commit-bot@chromium.org · 10 years ago
- 97f0b08 rebaseline_server JSON: pass category values as values, not keys by commit-bot@chromium.org · 11 years ago
- 0ecbfff rebaseline_server: add link to other result sets from main UI by commit-bot@chromium.org · 11 years ago
- a60d037 make compare_rendered_pictures_test.py run end-to-end test by commit-bot@chromium.org · 11 years ago
- 7418bd8 make compare_rendered_pictures process render_pictures's new JSON output format by commit-bot@chromium.org · 11 years ago
- 658e595 tweaks to tab CSS for rebaseline server page; moar pretty by commit-bot@chromium.org · 11 years ago
- 6323844 rebaseline_server: ignore builders we don't have any expectations for by commit-bot@chromium.org · 11 years ago
- 9d3fdbe rebaseline_server unittests: output tkdiff lines when actuals don't match expectations by commit-bot@chromium.org · 11 years ago
- c9b511f Revert of rebaseline_server: multithreaded loading/diffing of images (https://codereview.chromium.org/235923002/) by commit-bot@chromium.org · 11 years ago
- 280ea82 rebaseline_server: multithreaded loading/diffing of images by commit-bot@chromium.org · 11 years ago
- e93a4c0 rebaseline_server: fix sorting by perceptual diff column by commit-bot@chromium.org · 11 years ago
- 1f75ab9 add some .gitignores related to gm and tools by commit-bot@chromium.org · 11 years ago
- d0b8904 rebaseline_server: eliminate meaningless 404 errors while waiting for content to load by commit-bot@chromium.org · 11 years ago
- defe6fd rebaseline_server: allow user to specify which builders to process by commit-bot@chromium.org · 11 years ago
- 3eb77e4 teach rebaseline_server how to compare results of multiple render_pictures runs by commit-bot@chromium.org · 11 years ago
- 6844958 rebaseline_server: display as much info as possible if expected/actual image is missing by commit-bot@chromium.org · 11 years ago
- 31d0b3d rebaseline_server: add --compare-configs option by commit-bot@chromium.org · 11 years ago
- c0df2fb rebaseline_server: add option to read actuals from local disk by commit-bot@chromium.org · 11 years ago
- da0ceb2 rebaseline_server: delete invalid image files from local disk cache by commit-bot@chromium.org · 11 years ago
- 4105623 fix compare_to_expectations command line launch by commit-bot@chromium.org · 11 years ago
- b463d56 rebaseline_server: rename results.py to compare_to_expectations.py by commit-bot@chromium.org · 11 years ago
- a25c4e4 rebaseline_server: fix --editable mode by commit-bot@chromium.org · 11 years ago
- 736be35 rebaseline_server: when first started, tell client results are still being generated by commit-bot@chromium.org · 11 years ago
- 5799423 rebaseline_server: serve JSON from static file, rather than generating it live by commit-bot@chromium.org · 11 years ago
- b42105a rebaseline_server: image URLs are relative to JSON file's location by commit-bot@chromium.org · 11 years ago
- d1c85d2 rebaseline_server: make intermediate JSON specify base urls for diff images by commit-bot@chromium.org · 11 years ago
- addcdde make rebaseline_server client check schema version number by commit-bot@chromium.org · 11 years ago
- ea770f1 add schema version to rebaseline_server intermediate JSON by commit-bot@chromium.org · 11 years ago
- 7498d95 rebaseline_server: generate JSON that can be viewed without a live server by commit-bot@chromium.org · 11 years ago
- 6e3ee33 rebaseline_server: disable image magnifier, for huge UI speedup by commit-bot@chromium.org · 11 years ago
- 5865ec5 rebaseline_server: add actual_repo and actual_revision command line options by commit-bot@chromium.org · 11 years ago
- ed19107 rebaseline_server: fix reload delay when there is client/server clock skew by commit-bot@chromium.org · 11 years ago
- fadc749 rebaseline_server: display how long it took to render the list by commit-bot@chromium.org · 11 years ago
- 61f1606 rebaseline_server: add "show thumbnails" option, and skip display of nonexistent images by commit-bot@chromium.org · 11 years ago
- 8cc39a6 rebaseline_server: better reporting for bad URL fetch by commit-bot@chromium.org · 11 years ago
- 3b98759 rebaseline_server: keep going on exception in ImagePair.__init__() by commit-bot@chromium.org · 11 years ago
- 8dab8ec rebaseline_server: fix "Results current as of <timestamp>" banner by commit-bot@chromium.org · 11 years ago
- 16f4180 rebaseline_server: use new intermediate JSON format as described in https://goto.google.com/ChangingRbsJson by commit-bot@chromium.org · 11 years ago
- f679e2b rebaseline_server: extract common unittest code, and rename tests/ -> testdata/ by commit-bot@chromium.org · 11 years ago
- 4d0f008 rebaseline_server: fail fast if skpdiff binary is not available by commit-bot@chromium.org · 11 years ago
- 536b15f rebaseline_server: create ImagePairSet-- holds a number of ImagePairs to examine by commit-bot@chromium.org · 11 years ago
- 44546f8 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
- 589bd3d Revert of Add the perceptual difference metric to the rebaseline server (https://codereview.chromium.org/147453003/) by commit-bot@chromium.org · 11 years ago
- af34eb9 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
- 9985ef5 rebaseline_server: add ImagePair class, a step towards new intermediate JSON schema by commit-bot@chromium.org · 11 years ago
- e6af4fb rebaseline_server: properly handle unexpected GETs by commit-bot@chromium.org · 11 years ago
- 6f0ba47 rebaseline_server: add "show only"/"show all" buttons to some columns by commit-bot@chromium.org · 11 years ago
- 1c188ed rebaseline_server: get "image size" working again by commit-bot@chromium.org · 11 years ago
- ceba079 rebaseline_server: add bgcolor slider for pixelDiff column by commit-bot@chromium.org · 11 years ago