summaryrefslogtreecommitdiff
path: root/obnamlib/app.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-25Fix: Hide Python stack trace on SSH problemsLars Wirzenius1-0/+10
2017-01-08Update copyright yearsLars Wirzenius1-1/+1
2017-01-08Break long linesLars Wirzenius1-2/+6
2017-01-08Log multiline StructuredError messages in fullLars Wirzenius1-1/+5
2016-07-18Version the format id for green albatrossLars Wirzenius1-3/+4
2016-03-17Remove md5 from --checksum-algorithm choicesLars Wirzenius1-1/+2
2016-03-17Add --checksum-algorithm settingLars Wirzenius1-0/+13
2016-01-15Update copyright yearsLars Wirzenius1-1/+1
2016-01-15Reorder importsLars Wirzenius1-2/+3
2015-12-06Add green-albatross cache settingsLars Wirzenius1-1/+5
2015-07-19Drop the simple formatLars Wirzenius1-3/+2
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-1/+0
2015-06-09Log IOError, OSError traceback before raising other exceptionLars Wirzenius1-1/+3
2015-05-17Set max size for bags, allowing more than one chunk/bagLars Wirzenius1-0/+1
2015-05-16Add Green Albatross repository formatLars Wirzenius1-1/+2
2015-03-22fix typosThomas Waldmann1-1/+1
2015-03-22add missing imports, remove unused importsThomas Waldmann1-2/+0
2015-01-30Update copyright yearsLars Wirzenius1-1/+1
2015-01-30Add --silent as an alias for --quietLars Wirzenius1-1/+1
2014-12-29Log exceptions for errorsLars Wirzenius1-1/+1
2014-12-29Add --repository-format optionLars Wirzenius1-1/+16
2014-12-28Print full error to stderrLars Wirzenius1-1/+1
2014-08-18Improve backup root documentationLars Wirzenius1-1/+1
2014-04-15Format code to add settings in app.pyLars Wirzenius1-70/+96
2014-04-13More copyright nitpick fixesLars Wirzenius1-1/+1
2014-04-10Use cliapp's plugin managerLars Wirzenius1-11/+2
2014-04-07Stop generated manpage from showing dev settingsLars Wirzenius1-10/+8
2014-03-05Remove now-unnecessary override of log file modeLars Wirzenius1-7/+0
2014-02-27Convert IOError, OSError into obnamlib.ObnamErrorsLars Wirzenius1-9/+26
2014-02-25Remove old Repository classLars Wirzenius1-8/+0
2014-02-25Remove app.open_repositoryLars Wirzenius1-23/+0
2014-02-15Handle StructuredError in main programLars Wirzenius1-0/+4
2014-01-11Document --quiet and --verbose betterLars Wirzenius1-2/+13
2013-12-28Improve FIXME commentLars Wirzenius1-1/+1
2013-12-28Setup hooks from RepositoryInterface implemenationsLars Wirzenius1-2/+5
2013-12-28Implement --pretend-time for new repo ifaceLars Wirzenius1-0/+1
2013-12-28Fix how repo factory is calledLars Wirzenius1-1/+2
2013-12-28Have RepositoryFactory call init_repoLars Wirzenius1-1/+1
2013-12-28Add repo factory to application objectLars Wirzenius1-0/+33
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-9/+9
2013-04-24Reduce progress reporting frequencyLars Wirzenius1-1/+1
2012-12-19Change default log level to INFOLars Wirzenius1-0/+2
2012-12-07Remove unnecessary info level loggingLars Wirzenius1-1/+0
2012-11-03Remove logging if configurationLars Wirzenius1-7/+0
2012-11-03Make backup setup phase progress reporting more detailedLars Wirzenius1-1/+1
2012-07-07Add a --verbose settingLars Wirzenius1-0/+1
2012-07-05Add "affects new trees only" to --node-size descriptionLars Wirzenius1-1/+4
2012-06-17Add option groups to --help outputLars Wirzenius1-9/+21
2012-05-07Re-use the sftp connection when re-opening repository after checkpointLars Wirzenius1-5/+9
2012-05-05Handle all larch exceptions, not just a single oneLars Wirzenius1-2/+2