summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tidy up artifact resolvingRichard Ipsum2014-10-092-34/+24
* Merge branch 'sam/handle-missing-version-label'Sam Thursfield2014-10-082-2/+7
|\
| * deploy: Make ssh-rsync upgrade extension handle unset VERSION_LABELSam Thursfield2014-10-082-2/+7
* | Merge branch 'baserock/richardmaw/fix-distbuild-v3'Richard Maw2014-10-0874-2431/+1436
|\ \ | |/ |/|
| * distbuild: serialize dependent sources of graphRichard Maw2014-10-082-24/+46
| * Allow distbuilds to choose where to put logsRichard Maw2014-10-083-1/+14
| * Only attempt to run distbuild yarns if possibleRichard Maw2014-10-082-0/+4
| * distbuild: yaml-encode messages before json encodingRichard Maw2014-10-081-2/+8
| * Allow distbuilding morphologies with binary data embeddedRichard Maw2014-10-081-9/+10
| * Test that morph can handle binary garbage output in buildsRichard Maw2014-10-081-1/+11
| * Add echo to the test shellRichard Maw2014-10-081-0/+6
| * Fix issues with distbuild caused by moving to building per-sourceRichard Maw2014-10-086-25/+31
| * Add distbuilding yarnRichard Maw2014-10-023-7/+192
| * Allow morph-cache-server to be bound to an ephemeral portRichard Maw2014-10-022-5/+31
| * Allow ephemeral ports for distbuild servicesRichard Maw2014-10-022-2/+2
| * Merge in morph cache serverRichard Maw2014-10-014-6/+527
| |\
| | * Merge branch 'baserock/richardipsum/post_artifacts5'Richard Ipsum2014-04-151-3/+31
| | |\
| | | * Add post request for /artifactsRichard 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 requestsJannis Pohlmann2013-01-021-0/+53
| | |/
| | * Fix misspelled variable nameSam Thursfield2012-12-131-1/+1
| | * Log exceptions instead of ignoring themSam 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 artifactsDaniel 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
| | * Add /trees which serves the contents of a git tree using ls-tree.Jannis Pohlmann2012-04-202-0/+45
| | * Use the desired artifact filename as the download filename.Jannis Pohlmann2012-04-181-0/+1
| | * Add support for /artifacts.Jannis Pohlmann2012-04-181-0/+17
| | * Fix various small issues preventing bundles from working.Jannis Pohlmann2012-04-182-3/+6
| | * Add untested support for bundles.Jannis Pohlmann2012-04-182-6/+25
| | * Use "Cache-Control: no-cache" to avoid caching of /sha1s results.Jannis Pohlmann2012-04-181-0/+1
| | * Raise a RepositoryNotFoundError if a repo does not exist in the cache.Jannis Pohlmann2012-04-182-2/+12
| | * Initial import implementing /files and /sha1s.Jannis Pohlmann2012-04-175-0/+259
| * distbuild: allow daemons to bind to ephemeral portsRichard Maw2014-10-012-3/+28