summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing import (oops)sam/reproducible-buildsSam Thursfield2015-06-171-3/+5
* Add missing migration file (oops)Sam Thursfield2015-06-161-0/+31
* scripts/submit-build: Only put log on stdout if --debug is passedSam Thursfield2015-06-161-3/+6
* Split API out of the main morph-cache-server scriptSam Thursfield2015-06-164-359/+434
* Remove debugging and tweak commentSam Thursfield2015-06-161-4/+5
* Fix pagingSam Thursfield2015-06-151-5/+8
* Sort artifacts view by n_builds after n_different_buildsSam Thursfield2015-06-151-1/+2
* scripts/submit-build: Support reading metadata from Morph artifactsSam Thursfield2015-06-151-3/+18
* Add the templates I forgot to add before.Sam Thursfield2015-06-153-14/+80
* frontend: Show builds for each artifactSam Thursfield2015-06-152-2/+22
* Add example Ansible playbook for deploymentSam Thursfield2015-06-151-0/+28
* Tweak the awful workaround for bad metadata from YBDSam Thursfield2015-06-151-2/+2
* Add script to submit builds of artifacts to the serverSam Thursfield2015-06-151-0/+220
* Track source_repo and source_ref for a given artifactSam Thursfield2015-06-153-19/+77
* Fix table borderSam Thursfield2015-06-152-1/+4
* Colour in the rows.Sam Thursfield2015-06-152-6/+16
* Add basic stylingSam Thursfield2015-06-153-3/+143
* Add simple paging to artifacts pageSam Thursfield2015-06-152-2/+38
* Don't count the original build as mismatchedSam Thursfield2015-06-151-1/+1
* Add nicer headings to 'artifacts' tableSam Thursfield2015-06-151-7/+10
* Add basics of a web frontendSam Thursfield2015-06-154-3/+93
* Add methods for viewing stored buildsSam Thursfield2015-06-112-2/+40
* Tweak SQLite parameters to try and make writes fasterSam Thursfield2015-06-111-0/+12
* WIP: make morph-cache-server useful for reproducible builds testingSam Thursfield2015-06-114-64/+355
* Update to latest morph-cache-server code from morph.gitSam Thursfield2015-06-113-13/+36
* Merge branch 'baserock/richardipsum/post_artifacts5'Richard Ipsum2014-04-151-3/+31
|\
| * Add post request for /artifactsbaserock/richardipsum/post_artifacts5Richard Ipsum2014-04-151-3/+31
|/
* Update copyright noticeRichard Ipsum2013-12-164-24/+3
* Merge branch 'baserock/tiagogomes/lighttpd'Tiago Gomes2013-09-121-3/+11
|\
| * Allow to use flup as the backend server for bottle.Tiago Gomes2013-09-121-3/+11
|/
* Merge branch 'jonathan/fix-resolve-sha1-rebase'Jonathan Maw2013-06-041-3/+8
|\
| * Handle requesting a sha1 of a sha1Jonathan Maw2013-06-041-3/+8
|/
* Merge remote-tracking branch 'origin/jannispohlmann/add-batch-sha1-and-file-q...Lars Wirzenius2013-01-141-0/+53
|\
| * Handle batch sha1/file queries using POST requestsjannispohlmann/add-batch-sha1-and-file-queriesJannis Pohlmann2013-01-021-0/+53
|/
* Fix misspelled variable nameSam Thursfield2012-12-131-1/+1
* Log exceptions instead of ignoring themsamthursfield/ambiguous-refsSam Thursfield2012-12-131-1/+1
* Use 'git rev-parse --verify' to resolve refsSam Thursfield2012-12-131-22/+9
* Fix missing argument to rev_list(), breaking resolve_ref for SHA1sJannis Pohlmann2012-12-031-1/+1
* Trim leading slashes from URI element during direct-mode. rs=richardmawDaniel Silverstone2012-09-251-1/+4
* Update /fetch API to latest definitionDaniel Silverstone2012-09-171-20/+51
* Merge branch 'danielsilverstone/updates'Daniel Silverstone2012-09-113-14/+137
|\
| * Add facility to delete artifactsdanielsilverstone/updatesDaniel Silverstone2012-09-071-0/+13
| * Support for fetching artifacts to the cacheDaniel Silverstone2012-09-071-9/+41
| * Add a /list methodDaniel Silverstone2012-09-071-0/+22
| * Add ability to have 'writable' cache servers.Daniel Silverstone2012-09-071-0/+19
| * Support running on a different port from 8080Daniel Silverstone2012-09-071-1/+6
| * Return tree SHA1 when looking for ref resolution.Daniel Silverstone2012-09-072-4/+14
| * A direct-mode for git cache accessDaniel Silverstone2012-09-072-9/+30
| * Add a .gitignore to ignore *.pycDaniel Silverstone2012-09-071-0/+1
|/
* Revert "Use the desired artifact filename as the download filename."Jannis Pohlmann2012-05-011-1/+0