summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer_tests.py
Commit message (Expand)AuthorAgeFilesLines
* unittests: Make the unittests use morphloaderAdam Coldrick2014-08-141-63/+55
* unittests: Test that the description field is ignored for chunksAdam Coldrick2014-07-221-3/+6
* CacheKeyComputer Tests: Update to explicitly test for memoisationbaserock/danielsilverstone/memoise-cache-keys-betterDaniel Silverstone2014-03-281-0/+13
* unit tests: Fix invalid morphologiesRichard Maw2014-01-151-7/+9
* One 'arch' to rule them allSam Thursfield2013-03-151-4/+3
* Add 'prefix' property for chunks within strataSam Thursfield2013-03-131-1/+0
* Set environment variables defining target for build-essentialSam Thursfield2013-03-131-6/+6
* Refactor build processSam Thursfield2013-03-131-8/+3
* Test source pool having duplicates addedRichard Maw2012-12-031-0/+9
* Amend test to not add the same source to the pool twiceRichard Maw2012-12-031-2/+7
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-2/+2
* Strata should be referred to with full repo/ref/morph tripletsSam Thursfield2012-08-301-2/+10
* Strata contain "chunks", not "sources"Sam Thursfield2012-08-291-2/+2
* python scripts: pep8ize codebaseRichard Maw2012-08-011-25/+26
* Have MorphologyFactory set Morphology.builds_artifactsLars Wirzenius2012-07-181-0/+8
* tests: fix up for change in artifact nameRichard Maw2012-07-031-4/+4
* CacheKeyComputer: re-use dict hash logic for morphology hashingRichard Maw2012-05-181-13/+0
* Fix stringifying morphologies to be deterministicLars Wirzenius2012-05-111-0/+14
* Change cache keys for strata, systems to use sha of morphology, instead of co...Lars Wirzenius2012-05-091-0/+18
* Remove BuildGraph, compute cache keys based on Artifacts.Jannis Pohlmann2012-04-181-11/+24
* Add a repo_name to Source, use that instead of repo in most places.Jannis Pohlmann2012-04-181-2/+1
* Add original_name member to CachedRepo. Use it for SourcePool lookups.Jannis Pohlmann2012-04-171-1/+2
* cachekeycomputer: rename get_cache_key compute_keyRichard Maw2012-04-161-9/+41
* cachekeycomputer tests: clean up different_keyRichard Maw2012-04-121-16/+24
* cachekeycomputer: prepare build environment changeRichard Maw2012-04-121-15/+17
* morphlib: add cachekeycomputer classRichard Maw2012-04-121-0/+95