summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/cli/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Added cli option for log levelOliver Poignant2016-06-131-0/+5
|
* Renamed and fixed bug in keyscan featureOliver Poignant2016-05-291-5/+5
|
* Handle legacy filter config syntaxOliver Poignant2016-05-181-0/+19
|
* Fix for #98Oliver Poignant2016-05-111-2/+2
|
* Support embedded credentials in repository URLsOliver Poignant2016-05-091-7/+6
|
* Ability to log incoming request in a way usable for test casesOliver Poignant2016-05-081-0/+4
|
* Config option to set a custom logging levelOliver Poignant2016-05-071-0/+3
|
* Support for detailed HTTP responses. Improved error handling.Oliver Poignant2016-05-071-0/+5
|
* Option to disable stdout and stderr interceptionOliver Poignant2016-05-041-0/+1
|
* Allow for non defined pid and log filesOliver Poignant2016-05-041-2/+2
|
* Separating config parsing from main applicationOliver Poignant2016-05-041-2/+297
|
* Added structure for config generating script (needed when installing using ↵Oliver Poignant2016-03-061-0/+4
setup.py or pip)