summaryrefslogtreecommitdiff
path: root/ybd/splitting.py
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage in b46abb3, and artifact-version: 216.15.1Paul Sherwood2016-04-111-6/+6
* Partial fix for #202 - add cache-key to .metaPaul Sherwood2016-04-091-4/+8
* Fix pep8 issues16.11Paul Sherwood2016-03-131-5/+6
* Fix artifact splitting regressionsRichard Dale2016-03-041-17/+21
* Fix copyright yearPaul Sherwood2016-02-271-1/+1
* Split out write_metafile functionPaul Sherwood2016-02-271-11/+15
* No need for chdirPaul Sherwood2016-02-271-1/+1
* Rename regexps => rules, and move logic to compile_rulesPaul Sherwood2016-02-271-24/+16
* Split out compile_regexps functionPaul Sherwood2016-02-271-17/+14
* Pep8Paul Sherwood2016-02-271-17/+17
* get_metadata requires definition, not pathPaul Sherwood2016-02-271-2/+2
* WIP - report where the overlaps arePaul Sherwood2016-02-271-4/+11
* Only report overlaps oncePaul Sherwood2016-02-271-0/+15
* Missed bracketPaul Sherwood2016-02-251-1/+1
* Dictionary notationDan Firth2016-02-241-18/+12
* Replace mark_used_path with lambda expressionDan Firth2016-02-241-10/+2
* Use OSFS to walkdirsDan Firth2016-02-241-19/+16
* Use OrderedDict comprehensionDan Firth2016-02-241-24/+19
* Use OrderedDict for regexpsDan Firth2016-02-241-9/+10
* Chunk products is an array, not a dictDan Firth2016-02-241-22/+22
* Remove unused importPaul Sherwood2016-02-181-1/+1
* Eek - medata => metadataPaul Sherwood2016-02-131-1/+1
* Shuffle metadata logic a bitPaul Sherwood2016-02-131-1/+9
* Move splitting.load_metafile() => cache.get_metadata()Paul Sherwood2016-02-131-23/+3
* Remove a few linesPaul Sherwood2016-02-131-18/+5
* No need for chdir in write_stratum_metafilesPaul Sherwood2016-02-131-1/+2
* Call get_cache to ensure unpacked directory existsPaul Sherwood2016-02-081-3/+2
* pep8Paul Sherwood2016-02-061-21/+31
* Change artifact splitting rules matchingrdale/150-master-splittingRichard Dale2016-02-041-27/+19
* Implement chunk artifacts functionalityRichard Dale2016-02-041-0/+4
* Add artifact splittingRichard Dale2016-02-031-0/+256