summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/verify_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Rename unused variables to _Lars Wirzenius1-2/+2
2015-08-29Let logging functions to string formattingLars Wirzenius1-6/+6
2015-08-29Fix indentation problemsLars Wirzenius1-2/+2
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-5/+5
2015-04-03Update copyright yearsLars Wirzenius1-1/+1
2015-03-06Verify that live data hasn't been appended toLars Wirzenius1-0/+4
2014-09-02Format long linesDavid Fries1-5/+6
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-03-05Show verify progress based on file size as wellLars Wirzenius1-1/+8
2014-02-15Convert another obnamlib.Error instance in verifyLars Wirzenius1-2/+1
2014-02-15Convert verify_plugin.py to StructuredErrorLars Wirzenius1-11/+13
2013-12-28Add RepositoryInterface.walk_generation methodLars Wirzenius1-26/+1
2013-12-28Remove now-unused construct_metadata_objectLars Wirzenius1-29/+0
2013-12-28Stop returning constructed metadata in walkLars Wirzenius1-6/+13
2013-12-28Remove now-pointless metadata constructionLars Wirzenius1-1/+0
2013-12-28Remove now-unused argument from verify_metadataLars Wirzenius1-3/+3
2013-12-28Remove one use of obnamlib.MetadataLars Wirzenius1-5/+24
2013-12-28Remove unused argument from verify_regular_fileLars Wirzenius1-4/+3
2013-12-28Convert verify plugin to RepositoryInterfaceLars Wirzenius1-20/+77
2013-08-12Add elapsed time to "obnam verify"Lars Wirzenius1-0/+1
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-6/+6
2013-02-08Change the ls subcommand to take list of filesLars Wirzenius1-1/+4
2012-07-17obnam synopsis : temporarily replace FILE by DIRECTORYDamien Couroussé1-1/+1
2012-05-21Fix "obnam verify" to not stop at the firs terrorLars Wirzenius1-7/+21
2012-05-08Make verify obey --quietLars Wirzenius1-3/+5
2011-12-17make verify's walker use Repository.walkLars Wirzenius1-10/+2
2011-12-11add progress reporing to verifyLars Wirzenius1-0/+16
2011-12-11fix error reporting and fix verify-randomly < backed up filesLars Wirzenius1-1/+4
2011-12-11fix --verify-randomly so it actually worksLars Wirzenius1-1/+2
2011-12-11implement --verify-randomlyLars Wirzenius1-12/+22
2011-12-11change explicit recursion into a generatorLars Wirzenius1-34/+38
2011-12-10add synopsis to every subcommand that's missing itLars Wirzenius1-1/+2
2011-09-17Report the actual values when verify finds a problem.Lars Wirzenius1-2/+5
2011-08-25Fix further use of terminal status plugin.Lars Wirzenius1-3/+1
2011-08-20Fix all plugins to close live data and repository filesystems properly.Lars Wirzenius1-0/+3
2011-08-08Only use obnamlib.Error, get rid of obnamlib.AppException.Lars Wirzenius1-1/+1
2011-07-29Handle sftp URLs in verify plugin.Lars Wirzenius1-2/+8
2011-07-27Remove our require and just use cliapp.Settings.require directly.Lars Wirzenius1-4/+4
2011-07-25Make all exceptions be based on obnamlib.AppException or obnamlib.Error.Lars Wirzenius1-1/+1
2011-07-18Add descriptions to all subcommands.Lars Wirzenius1-0/+1
2011-07-18Make use of cliapp's subcommand support.Lars Wirzenius1-1/+1
2011-07-17Change app.config to app.settings (the cliapp way).Lars Wirzenius1-4/+4
2011-07-17Start using cliapp's settings, instead of our own.Lars Wirzenius1-4/+4
2011-07-17Normalize paths so .../foo/ works as .../foo, for verify.Lars Wirzenius1-0/+1
2011-04-05Use open_repository in verify plugin.Lars Wirzenius1-5/+1
2011-02-20Accept both non-option arguments and --root with verify.Lars Wirzenius1-4/+6
2011-02-20Make verify report success explicitly.Lars Wirzenius1-0/+1
2011-02-20Rename Store to Repository.Lars Wirzenius1-14/+14
2010-11-22Remove chunk groups from code.Lars Wirzenius1-9/+2
2010-11-15Call clients clients, instead of hosts.Lars Wirzenius1-2/+2