summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use setdefaultwip-overlapsDan Firth2016-02-272-10/+7
* Update readme with pyfilesystem dependencyPaul Sherwood2016-02-271-2/+3
* Merge pull request #179 from locallycompact/lc/osfs-brokePaul Sherwood2016-02-263-12/+23
|\
| * Revert "Use setdefault"Dan Firth2016-02-262-7/+10
| * Revert "Use OSFS in set_mtime_recursively"Dan Firth2016-02-251-5/+13
|/
* Missed bracketPaul Sherwood2016-02-251-1/+1
* Merge pull request #178 from locallycompact/lc/osfsPaul Sherwood2016-02-255-128/+82
|\
| * 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
| * Use MultiFS in find_extensionsDan Firth2016-02-231-15/+7
| * Use OSFS in detect_formatDan Firth2016-02-231-11/+6
| * Use OSFS in set_mtime_recursivelyDan Firth2016-02-231-13/+6
| * Use setdefaultDan Firth2016-02-232-10/+7
| * Code reduction in load_schemasDan Firth2016-02-231-4/+2
|/
* Report which meta files contain overlapsPaul Sherwood2016-02-221-2/+13
* Report overlapping files when creating systemsPaul Sherwood2016-02-221-0/+2
* Log schema-validation mode16.08Paul Sherwood2016-02-211-0/+2
* Udpate readme on schema valuesPaul Sherwood2016-02-211-0/+2
* Add schema validation - off by defaultPaul Sherwood2016-02-212-17/+35
* c03a482e0f7657f07241a441fd637fb5a2e29f06 was double-counting :/Paul Sherwood2016-02-201-1/+1
* Support upgrade-location as well as locationPaul Sherwood2016-02-202-5/+6
* Hack fix for #175Paul Sherwood2016-02-181-1/+7
* Files => ArtifactsPaul Sherwood2016-02-181-1/+1
* Partial fix for #170Paul Sherwood2016-02-181-1/+2
* Brute force fix for #164Paul Sherwood2016-02-181-1/+2
* Remove unused importPaul Sherwood2016-02-181-1/+1
* Add defaults into the cache-key calculationPaul Sherwood2016-02-181-0/+1
* Lose a linePaul Sherwood2016-02-181-1/+0
* Merge pull request #166 from benjamb/benbrown/fix-fetchPaul Sherwood2016-02-161-8/+4
|\
| * Revert "Revert "Call update_mirror() from get_tree() and mirror()""Ben Brown2016-02-161-7/+2
| * Prune stale branches while fetching to prevent conflictsBen Brown2016-02-161-1/+2
|/
* Revert "Call update_mirror() from get_tree() and mirror()"Paul Sherwood2016-02-151-2/+7
* Allow for log-verbose missing entirelyPaul Sherwood2016-02-141-1/+1
* Tider list16.07Paul Sherwood2016-02-131-1/+2
* Print list of reproduced itemsPaul Sherwood2016-02-133-3/+6
* Remove spurious print, fixes #165Paul Sherwood2016-02-131-1/+0
* Eek - medata => metadataPaul Sherwood2016-02-131-1/+1
* Trap and report exceptions in single-instance claimPaul Sherwood2016-02-131-0/+5
* Strip / from any definitions namePaul Sherwood2016-02-131-1/+2
* Shuffle metadata logic a bitPaul Sherwood2016-02-133-11/+19
* Move splitting.load_metafile() => cache.get_metadata()Paul Sherwood2016-02-132-23/+25
* Remove a few linesPaul Sherwood2016-02-131-18/+5
* No need for chdir in write_stratum_metafilesPaul Sherwood2016-02-131-1/+2
* Merge pull request #160 from benjamb/benbrown/non-bare-reposPaul Sherwood2016-02-111-9/+4
|\
| * Call update_mirror() from get_tree() and mirror()Ben Brown2016-02-111-7/+2
| * update_mirror() no longer requires sensible config to updateBen Brown2016-02-111-2/+2
|/