Commit Graph

  • 67705b5ee0 frontend: Show compare links in the individual version view. Pierre Bourdon 2015-01-11 16:02:44 +0100
  • 93b630453b frontend: show more versions in the sidebar Pierre Bourdon 2015-01-11 15:46:05 +0100
  • 948383f066 frontend home: only show submitted versions Pierre Bourdon 2015-01-11 15:45:48 +0100
  • ed97172622 Dissociate revision being tested from base revision for parents detection. Pierre Bourdon 2015-01-11 14:42:58 +0100
  • e482a7ceba Support importing results from non-submitted changes. Pierre Bourdon 2015-01-11 14:24:34 +0100
  • a413a7b373 Merge pull request #2 from rmmh/master Pierre Bourdon 2015-01-11 08:54:37 +0100
  • d0d8625772 Make middle column on compare page show image diff. #2 Ryan Hitchman 2015-01-10 23:15:29 -0800
  • 73063a2255 Merge pull request #1 from dolphin-emu/run_fifo_test_kill_sudo_fix Pierre Bourdon 2014-12-20 13:44:42 +0100
  • c466062ef3 run_fifo_test.sh tried to kill the sudo running Xorg, now it kills the children first. Asking sudo to die does nothing as it will wait for it's children to die before closing. #1 Matthew Parlane 2014-12-20 12:41:07 +0000
  • 413cbfb5d4 DumpFrames had moved, fixed references in config files. Matthew Parlane 2014-12-20 10:43:06 +0000
  • cf6080ab1e Allow two run_fifo_test.sh scripts to run in parallel Matthew Parlane 2014-09-11 21:37:57 +0000
  • 0fa23793fd linux runner: stop hardcoding X server display Pierre Bourdon 2014-07-18 00:48:13 +0200
  • c9e16ce957 runner: handle 404 when downloading DFFs more gracefully Pierre Bourdon 2014-07-18 00:37:01 +0200
  • 1528f76cc3 linux runner: add default configuration for SW rendering Pierre Bourdon 2014-07-18 00:36:50 +0200
  • 6020ff7237 linux runner: create the frame dump directory before running Dolphin Pierre Bourdon 2014-07-18 00:36:37 +0200
  • 79d52961e4 linux runner: add support for software framedumping Pierre Bourdon 2014-07-17 23:27:33 +0200
  • 06a60814cc frontend: show continuous cells for versions with no diffs Pierre Bourdon 2014-07-14 00:58:50 +0200
  • b84e4db718 frontend: show a separator between different rendering types on the version view Pierre Bourdon 2014-07-14 00:53:33 +0200
  • d67f01985d frontend views: s/colspan/rowspan/ to match reality Pierre Bourdon 2014-07-14 00:46:32 +0200
  • a550def403 frontend: fix the colspan calculation for single-version view Pierre Bourdon 2014-07-14 00:41:51 +0200
  • 595e6e6e68 frontend: show a diff icon pointing to a single-result view when comparing with a missing result Pierre Bourdon 2014-07-14 00:39:42 +0200
  • 9da97eabbe frontend: change the recent_results function to avoid showing missing in case of no diff Pierre Bourdon 2014-07-14 00:31:45 +0200
  • dfb8c39f7e frontend/runner: don't reupload images that already exist Pierre Bourdon 2014-07-14 00:28:06 +0200
  • b8793de49f frontend: fix the compare link when the current version is missing Pierre Bourdon 2014-07-13 23:24:09 +0200
  • 38da5a8916 runner: rename the default config directory to match the buildbot-side rename Pierre Bourdon 2014-07-13 21:50:55 +0200
  • 971202fc54 runner: fix typo (missing string formatter) Pierre Bourdon 2014-07-13 21:49:23 +0200
  • 362169b651 runner: add distinction between system/driver and allow the use of a local xorg.conf Pierre Bourdon 2014-07-13 21:48:16 +0200
  • 4b285ae4c1 Add licensing information to the project (2BSD) Pierre Bourdon 2014-07-13 16:07:54 +0200
  • 9d357995cf Add a README.md file to make GitHub happy Pierre Bourdon 2014-07-13 16:05:02 +0200
  • c7cfc2d762 frontend: only show the Failure text if we are actually comparing Pierre Bourdon 2014-07-13 16:02:36 +0200
  • 9981dcd0c0 frontend: fix a bug in diff detection in the 'recent changes' tables Pierre Bourdon 2014-07-13 16:02:20 +0200
  • 1f467d2e49 frontend: add a basic About page Pierre Bourdon 2014-07-13 16:01:31 +0200
  • 711d125987 frontend: implement a basic side-by-side diff view Pierre Bourdon 2014-07-13 15:41:35 +0200
  • 50c76a1007 frontend: vertical-align the results diff table Pierre Bourdon 2014-07-13 15:21:14 +0200
  • 71542a6c92 frontend diff_utils: rewrite the hashes zipping function to tolerate current being non-existing Pierre Bourdon 2014-07-13 15:20:55 +0200
  • 307c3cb926 frontend: refactor the results view to use a common table with the future diff view Pierre Bourdon 2014-07-13 15:17:31 +0200
  • e671247312 frontend: add a basic one-result view Pierre Bourdon 2014-07-13 14:53:12 +0200
  • a42564e448 frontend: populate the sidebar versions list with real data Pierre Bourdon 2014-07-13 06:18:22 +0200
  • 280f0d2805 frontend: add a version-centric view to the UI Pierre Bourdon 2014-07-13 06:09:45 +0200
  • 7fca873e70 frontend: add a dff-centric view showing all results for a given dff Pierre Bourdon 2014-07-13 05:29:51 +0200
  • 1e2dd5d4d0 requirements: add the python-markdown library Pierre Bourdon 2014-07-13 05:02:55 +0200
  • e2aa3c0db6 fabfile: install requirements when deploying Pierre Bourdon 2014-07-13 05:02:41 +0200
  • 0f19d8fb4d frontend: key on the version object, not on the version hash Pierre Bourdon 2014-07-13 04:32:59 +0200
  • 9f6d02ad5a Add a fabfile for Fabric-based deployment Pierre Bourdon 2014-07-13 04:19:11 +0200
  • a305d4b003 frontend/home: right-align tests name in the results tables Pierre Bourdon 2014-07-13 04:09:51 +0200
  • 3cfb41a4c4 frontend: start showing real results on the homepage. Design TBD. Pierre Bourdon 2014-07-13 03:39:32 +0200
  • a2c0254109 linux runner: add an environment variable to disable timeouts Pierre Bourdon 2014-07-13 00:52:20 +0200
  • 7dc205f270 nginx configuration: increase the maximum request body size Pierre Bourdon 2014-07-13 00:32:41 +0200
  • c81cfe402f frontend: start work on a design, restructure the DB Pierre Bourdon 2014-07-13 00:14:30 +0200
  • b33c5fdc2c results importer: Python 3 uses 0o as octal prefix, not 0 Pierre Bourdon 2014-07-10 03:04:29 +0200
  • 2abf2746cf runner: default to using FFV1 (lossless) video dumping Pierre Bourdon 2014-07-10 02:56:24 +0200
  • b2e20fd2a7 results importer: set image files as group readable after import Pierre Bourdon 2014-07-10 02:22:40 +0200
  • a9d22154d5 etc: add nginx vhost configuration for fifoci Pierre Bourdon 2014-07-10 01:26:36 +0200
  • da2235560d settings: add a default path to the static files directory Pierre Bourdon 2014-07-10 01:25:08 +0200
  • 661c0f5122 Add a requirements.txt file with our Python library dependencies. Pierre Bourdon 2014-07-10 00:48:32 +0200
  • 0e9ece4713 Initial commit of fifoci v2.0. Pierre Bourdon 2014-07-09 03:55:57 +0200