summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer_tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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