aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/server.py
Commit message (Expand)AuthorAge
* rebaseline_server: allow users to generate SKP diff patches on a shared instanceGravatar epoger2014-08-20
* rebaseline_server: constrain setADir/setBDir to consistently refer to single ...Gravatar epoger2014-08-18
* This adds renderMode and builder as columns to the front end when looking at ...Gravatar stephana2014-08-18
* rebaseline_server: show Pending Approval tab if viewing SKP expectations vs a...Gravatar epoger2014-08-14
* rebaseline_server: include setA/setB descriptions in output JSONGravatar epoger2014-08-14
* rebaseline_server: move more code into common path for GET_live_results and G...Gravatar epoger2014-08-13
* rebaseline_server: add some live-view.html links to index.htmlGravatar epoger2014-08-13
* make rebaseline_server properly handle unescaped URLsGravatar epoger2014-08-07
* rebaseline_server: allow live queries to examine JSONKEY_EXPECTEDRESULTS or J...Gravatar epoger2014-08-07
* rebaseline_server: add "prefetch" directive that just warms the cache without...Gravatar epoger2014-08-06
* teach rebaseline_server to generate diffs of rendered SKPsGravatar epoger2014-08-05
* roll common DEPS, now using recursedepsGravatar epoger2014-07-16
* roll "common" DEPS, and replace tools/pyutils with itGravatar epoger2014-07-11
* rebaseline_server: cache results in long-running ImageDiffDB instanceGravatar epoger2014-07-09
* rebaseline_server: if urlSchemaVersion is not specified, assume currentGravatar epoger2014-07-03
* rebaseline_server: add urlSchemaVersion parameterGravatar epoger2014-07-02
* reland "rebaseline_server: download actual-results.json files from GCS instea...Gravatar epoger2014-06-05
* Revert "rebaseline_server: download actual-results.json files from GCS instea...Gravatar epoger2014-06-04
* rebaseline_server: download actual-results.json files from GCS instead of SVNGravatar epoger2014-06-04
* download_actuals.py: download JSON files from Google Storage instead of skia-...Gravatar epoger2014-06-03
* rename rebaseline_server JSON constants to be more consistentGravatar commit-bot@chromium.org2014-05-12
* rebaseline_server: allow user to specify which builders to processGravatar commit-bot@chromium.org2014-04-10
* rebaseline_server: add --compare-configs optionGravatar commit-bot@chromium.org2014-03-31
* rebaseline_server: add option to read actuals from local diskGravatar commit-bot@chromium.org2014-03-28
* rebaseline_server: rename results.py to compare_to_expectations.pyGravatar commit-bot@chromium.org2014-03-21
* rebaseline_server: fix --editable modeGravatar commit-bot@chromium.org2014-03-21
* rebaseline_server: when first started, tell client results are still being ge...Gravatar commit-bot@chromium.org2014-03-20
* rebaseline_server: serve JSON from static file, rather than generating it liveGravatar commit-bot@chromium.org2014-03-20
* rebaseline_server: make intermediate JSON specify base urls for diff imagesGravatar commit-bot@chromium.org2014-03-17
* rebaseline_server: generate JSON that can be viewed without a live serverGravatar commit-bot@chromium.org2014-03-13
* rebaseline_server: add actual_repo and actual_revision command line optionsGravatar commit-bot@chromium.org2014-03-10
* rebaseline_server: use new intermediate JSON format as described in https://g...Gravatar commit-bot@chromium.org2014-02-26
* rebaseline_server: properly handle unexpected GETsGravatar commit-bot@chromium.org2014-02-07
* rebaseline_server: add more timing and progress info to server-side logGravatar commit-bot@chromium.org2013-12-19
* rebaseline_server: return rebaseline results faster, and reload UI page autom...Gravatar commit-bot@chromium.org2013-12-17
* rebaseline_server: start HTTP server immediately, auto-reload once results ar...Gravatar epoger@google.com2013-12-05
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* rebaseline_server: make --reload work in git checkoutGravatar epoger@google.com2013-11-26
* rebaseline_server: remove deprecated-expectations-dir optionGravatar epoger@google.com2013-11-25
* rebaseline_server: deprecate --expectations-dir option in advance of git tran...Gravatar epoger@google.com2013-11-21
* rebaseline_server: clean up thread locksGravatar epoger@google.com2013-11-20
* rebaseline_server: improve thread locks to allow read access during updatesGravatar epoger@google.com2013-11-08
* rebaseline_server: add pixel diffs, and sorting by diff metricsGravatar epoger@google.com2013-11-08
* rebaseline_server: make default landing page list supported query URLsGravatar epoger@google.com2013-11-01
* rebaseline_server: report proper URL upon launchGravatar epoger@google.com2013-10-30
* rebaseline_server: add tabs, and ability to submit new baselines to the serverGravatar epoger@google.com2013-10-23
* rebaseline_server: add --editable and --reload flagsGravatar epoger@google.com2013-10-15
* rebaseline_server: allow client to pull all results, or just failuresGravatar epoger@google.com2013-10-11
* rebaseline_server: extend returned JSON dict to allow for result-editing in c...Gravatar epoger@google.com2013-10-09