1. 658e595 tweaks to tab CSS for rebaseline server page; moar pretty by commit-bot@chromium.org · 10 years ago
  2. 6323844 rebaseline_server: ignore builders we don't have any expectations for by commit-bot@chromium.org · 10 years ago
  3. 9d3fdbe rebaseline_server unittests: output tkdiff lines when actuals don't match expectations by commit-bot@chromium.org · 11 years ago
  4. c9b511f Revert of rebaseline_server: multithreaded loading/diffing of images (https://codereview.chromium.org/235923002/) by commit-bot@chromium.org · 11 years ago
  5. 280ea82 rebaseline_server: multithreaded loading/diffing of images by commit-bot@chromium.org · 11 years ago
  6. e93a4c0 rebaseline_server: fix sorting by perceptual diff column by commit-bot@chromium.org · 11 years ago
  7. 1f75ab9 add some .gitignores related to gm and tools by commit-bot@chromium.org · 11 years ago
  8. d0b8904 rebaseline_server: eliminate meaningless 404 errors while waiting for content to load by commit-bot@chromium.org · 11 years ago
  9. defe6fd rebaseline_server: allow user to specify which builders to process by commit-bot@chromium.org · 11 years ago
  10. 3eb77e4 teach rebaseline_server how to compare results of multiple render_pictures runs by commit-bot@chromium.org · 11 years ago
  11. 6844958 rebaseline_server: display as much info as possible if expected/actual image is missing by commit-bot@chromium.org · 11 years ago
  12. 31d0b3d rebaseline_server: add --compare-configs option by commit-bot@chromium.org · 11 years ago
  13. c0df2fb rebaseline_server: add option to read actuals from local disk by commit-bot@chromium.org · 11 years ago
  14. da0ceb2 rebaseline_server: delete invalid image files from local disk cache by commit-bot@chromium.org · 11 years ago
  15. 4105623 fix compare_to_expectations command line launch by commit-bot@chromium.org · 11 years ago
  16. b463d56 rebaseline_server: rename results.py to compare_to_expectations.py by commit-bot@chromium.org · 11 years ago
  17. a25c4e4 rebaseline_server: fix --editable mode by commit-bot@chromium.org · 11 years ago
  18. 736be35 rebaseline_server: when first started, tell client results are still being generated by commit-bot@chromium.org · 11 years ago
  19. 5799423 rebaseline_server: serve JSON from static file, rather than generating it live by commit-bot@chromium.org · 11 years ago
  20. b42105a rebaseline_server: image URLs are relative to JSON file's location by commit-bot@chromium.org · 11 years ago
  21. d1c85d2 rebaseline_server: make intermediate JSON specify base urls for diff images by commit-bot@chromium.org · 11 years ago
  22. addcdde make rebaseline_server client check schema version number by commit-bot@chromium.org · 11 years ago
  23. ea770f1 add schema version to rebaseline_server intermediate JSON by commit-bot@chromium.org · 11 years ago
  24. 7498d95 rebaseline_server: generate JSON that can be viewed without a live server by commit-bot@chromium.org · 11 years ago
  25. 6e3ee33 rebaseline_server: disable image magnifier, for huge UI speedup by commit-bot@chromium.org · 11 years ago
  26. 5865ec5 rebaseline_server: add actual_repo and actual_revision command line options by commit-bot@chromium.org · 11 years ago
  27. ed19107 rebaseline_server: fix reload delay when there is client/server clock skew by commit-bot@chromium.org · 11 years ago
  28. fadc749 rebaseline_server: display how long it took to render the list by commit-bot@chromium.org · 11 years ago
  29. 61f1606 rebaseline_server: add "show thumbnails" option, and skip display of nonexistent images by commit-bot@chromium.org · 11 years ago
  30. 8cc39a6 rebaseline_server: better reporting for bad URL fetch by commit-bot@chromium.org · 11 years ago
  31. 3b98759 rebaseline_server: keep going on exception in ImagePair.__init__() by commit-bot@chromium.org · 11 years ago
  32. 8dab8ec rebaseline_server: fix "Results current as of <timestamp>" banner by commit-bot@chromium.org · 11 years ago
  33. 16f4180 rebaseline_server: use new intermediate JSON format as described in https://goto.google.com/ChangingRbsJson by commit-bot@chromium.org · 11 years ago
  34. f679e2b rebaseline_server: extract common unittest code, and rename tests/ -> testdata/ by commit-bot@chromium.org · 11 years ago
  35. 4d0f008 rebaseline_server: fail fast if skpdiff binary is not available by commit-bot@chromium.org · 11 years ago
  36. 536b15f rebaseline_server: create ImagePairSet-- holds a number of ImagePairs to examine by commit-bot@chromium.org · 11 years ago
  37. 44546f8 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
  38. 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
  39. af34eb9 Add the perceptual difference metric to the rebaseline server by commit-bot@chromium.org · 11 years ago
  40. 9985ef5 rebaseline_server: add ImagePair class, a step towards new intermediate JSON schema by commit-bot@chromium.org · 11 years ago
  41. e6af4fb rebaseline_server: properly handle unexpected GETs by commit-bot@chromium.org · 11 years ago
  42. 6f0ba47 rebaseline_server: add "show only"/"show all" buttons to some columns by commit-bot@chromium.org · 11 years ago
  43. 1c188ed rebaseline_server: get "image size" working again by commit-bot@chromium.org · 11 years ago
  44. ceba079 rebaseline_server: add bgcolor slider for pixelDiff column by commit-bot@chromium.org · 11 years ago
  45. 076f078 Add magnifier to rebaseline server. by commit-bot@chromium.org · 11 years ago
  46. d1630e8 new tool: download all GM images for a given builder, ready for skdiff by commit-bot@chromium.org · 11 years ago
  47. dd10e0e make GM self-test run gm/rebaseline_server unittests by commit-bot@chromium.org · 11 years ago
  48. 04747a5 rebaseline_server: ignore TSAN, ASAN, Valgrind bots by commit-bot@chromium.org · 11 years ago
  49. 6f0f5b4 Remove references to Skia's SVN repository by borenet@google.com · 11 years ago
  50. 2a78e82 create gm/rebaseline_server/test_all.py by commit-bot@chromium.org · 11 years ago
  51. 0bf919c make results_test.py work better within python unittest framework by commit-bot@chromium.org · 11 years ago
  52. 7b06c8e create unittest for gm/rebaseline_server/results.py by commit-bot@chromium.org · 11 years ago
  53. 5861e52 Adding additional optional parameters to imagediffdb to make calling from Cluster Telemetry possible. by rmistry@google.com · 11 years ago
  54. a47e7ac rebaseline_server: stop catching KeyboardInterrupt (ctrl-C) by commit-bot@chromium.org · 11 years ago
  55. a6ecbb8 rebaseline_server: add more timing and progress info to server-side log by commit-bot@chromium.org · 11 years ago
  56. 50ad8e4 rebaseline_server: return rebaseline results faster, and reload UI page automatically after by commit-bot@chromium.org · 11 years ago
  57. 7dd5d6e Tiny, urgent fix for rebaseline_server to accept new baselines. by commit-bot@chromium.org · 11 years ago
  58. 62a5ef0 rebaseline_server: add "deep linking" to allow bookmarking of particular views by epoger@google.com · 11 years ago
  59. 2682c90 rebaseline_server: start HTTP server immediately, auto-reload once results are available by epoger@google.com · 11 years ago
  60. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  61. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. d7255b6 rebaseline_server: make --reload work in git checkout (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  63. b063e13 rebaseline_server: remove deprecated-expectations-dir option by epoger@google.com · 11 years ago
  64. 214a024 rebaseline_server: improve pixel diff reporting by epoger@google.com · 11 years ago
  65. cc64e7d rebaseline_server: deprecate --expectations-dir option in advance of git transition by epoger@google.com · 11 years ago
  66. 591469b rebaseline_server: clean up thread locks by epoger@google.com · 11 years ago
  67. 6195290 rebaseline_server: improve thread locks to allow read access during updates by epoger@google.com · 11 years ago
  68. 9dddf6f rebaseline_server: add pixel diffs, and sorting by diff metrics by epoger@google.com · 11 years ago
  69. 1e698af rebaseline_server was not allowing tests to be marked ignore-failure by epoger@google.com · 11 years ago
  70. 045c3d3 rebaseline_server: make default landing page list supported query URLs by epoger@google.com · 11 years ago
  71. 7b1c2c1 rebaseline_server: right-align "select/clear/toggle all tests" buttons with results table by epoger@google.com · 11 years ago
  72. b08c707 rebaseline_server: report proper URL upon launch by epoger@google.com · 11 years ago
  73. 4259ef3 rebaseline_server: replace TODOs section with link to documentation/roadmap by epoger@google.com · 11 years ago
  74. f4394d5 rebaseline_server: allow substring filtering for builder and test by epoger@google.com · 11 years ago
  75. 92165bc rebaseline_server: tiny fix to un-break UI when ng-repeate (key, value) has duplicate values by epoger@google.com · 11 years ago
  76. 055e3b5 rebaseline_server: UI improvements + set reviewed-by-human on commit by epoger@google.com · 11 years ago
  77. ad0e552 rebaseline_server: cleanup of HTML/Javascript by epoger@google.com · 11 years ago
  78. eb83259 rebaseline_server: add tabs, and ability to submit new baselines to the server by epoger@google.com · 11 years ago
  79. cce4e09 Revert r11860, which was supposed to just be a whitespace change (argh) by epoger@google.com · 11 years ago
  80. 94041c6 Whitespace change to trigger buildbots after https://code.google.com/p/skia/source/detail?r=11859 by epoger@google.com · 11 years ago
  81. 542b65f rebaseline_server: add --editable and --reload flags by epoger@google.com · 11 years ago
  82. dcb4e65 rebaseline_server: allow client to pull all results, or just failures by epoger@google.com · 11 years ago
  83. 9fb6c8a rebaseline_server: extend returned JSON dict to allow for result-editing in coming CL by epoger@google.com · 11 years ago
  84. cb55f11 HTTP GM baseline viewer: server should serve files from gm/rebaseline_server dir by epoger@google.com · 11 years ago
  85. 5f2bb00 More improvements to HTTP baseline viewer (for GM results) (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  86. afaad3d HTTP GM results viewer: server now returns category summaries along with testData by epoger@google.com · 11 years ago
  87. f9d134d Create HTTP-based GM results viewer. by epoger@google.com · 11 years ago