summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/gitautodeploy.py
Commit message (Collapse)AuthorAgeFilesLines
* Option to disable stdout and stderr interceptionOliver Poignant2016-05-041-6/+8
|
* Separating setup from blocking HTTP server callOliver Poignant2016-05-041-13/+59
|
* Separating config parsing from main applicationOliver Poignant2016-05-041-295/+65
|
* Suppress output by default when in daemon mode. Write output to log file by ↵Oliver Poignant2016-04-271-1/+1
| | | | default when installing from debian package.
* Fixed bug that appeared when no logging options was setOliver Poignant2016-04-251-2/+2
|
* Fixed issue with config hierarchyOliver Poignant2016-04-101-9/+19
|
* Merge pull request #82 from olipo186/developmentOliver Poignant2016-04-101-1/+19
|\ | | | | SSL support
| * added basic https supportsomeone2016-04-021-1/+19
| | | | | | | | key generation `openssl req -new -x509 -keyout ~/.gitautodeploy.pem -out ~/.gitautodeploy.pem -days 365 -nodes`
* | Fix for issue #81GitLab Server2016-04-101-1/+0
|/
* Debian packaging setupOliver Poignant2016-03-111-3/+18
|
* Fix issue when running without config fileOliver Poignant2016-03-081-0/+3
|
* Added default config values and the ability to start the server without a ↵Oliver Poignant2016-03-061-195/+20
| | | | config file. Moved HTTP server implementation to separate file.
* Cleanup.Oliver Poignant2016-03-061-2/+2
|
* Moved files around into new project structureOliver Poignant2016-03-061-0/+730