Commits on Source 11
-
This patch partially resolves #700
-
Due to the changed Exception message, this patch also changes the test_parse_size_over_1024T test in misc.py
-
Javier Jardón authored
Add local cache expiry documentation and fix misleading error message when specifying a percentage cache quota Closes #700 See merge request !939
-
Daniel Silverstone authored
Previously, debug messages from `Plugin.__del__()` went to stdout which was a problem for the test suite in extremely rare and hard to predict circumstances. This corrects that by sending the message to stderr where all the rest of the messages tend to go. Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-
Valentin David authored
plugin.py: Redirect DEBUG from `__del__` to `sys.stderr` See merge request !944
-
Jim MacArthur authored
Fixes issue #574.
-
Jim MacArthur authored
This will now return paths in the same order as list_relative_paths.
-
Jim MacArthur authored
-
Jim MacArthur authored
Direct CAS-to-CAS import Closes #574 See merge request !911
-
Phillip Smyth authored
_project.py: Added validate_nodes() helper function to prevent duplicate lists element-path was being used before node validation resulting in uncaught errors
-
Phillip Smyth authored