summaryrefslogtreecommitdiffstats
path: root/gitautodeploy
Commit message (Collapse)AuthorAgeFilesLines
* Support embedded credentials in repository URLsOliver Poignant2016-05-091-7/+6
|
* Improved loggingOliver Poignant2016-05-091-1/+1
|
* Improved loggingOliver Poignant2016-05-091-10/+1
|
* Revert "Improved log messsages"Oliver Poignant2016-05-091-26/+24
| | | | This reverts commit 9d67d2789f0fbd7f3fa8963186cd80d3f608feb9.
* Improved log messsagesOliver Poignant2016-05-091-24/+26
|
* Added support for verifying GitHub secret tokenOliver Poignant2016-05-081-2/+20
|
* Improved test case generationOliver Poignant2016-05-082-30/+50
|
* Updated docsOliver Poignant2016-05-081-5/+2
|
* Ability to log incoming request in a way usable for test casesOliver Poignant2016-05-083-7/+44
|
* Check git pull status code when cloning all reposOliver Poignant2016-05-071-2/+2
|
* Config option to set a custom logging levelOliver Poignant2016-05-072-2/+7
|
* Support for detailed HTTP responses. Improved error handling.Oliver Poignant2016-05-073-29/+82
|
* Fixed issue with keybaord interruptOliver Poignant2016-05-071-5/+3
|
* Ability to start GAD in a mode where it serves only one incoming request and ↵Oliver Poignant2016-05-052-5/+27
| | | | then quits
* Handle invalid web hook requests better. Fixed issue with shutdown.Oliver Poignant2016-05-052-3/+18
|
* Option to disable stdout and stderr interceptionOliver Poignant2016-05-042-6/+9
|
* Separating setup from blocking HTTP server callOliver Poignant2016-05-041-13/+59
|
* Allow for non defined pid and log filesOliver Poignant2016-05-041-2/+2
|
* Separating config parsing from main applicationOliver Poignant2016-05-042-297/+362
|
* 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
|
* Pass repo urls from request parsersOliver Poignant2016-04-145-6/+6
|
* 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
|/
* Added missing config file for debian packageOliver Poignant2016-03-231-0/+34
|
* Fixed bug due to missing importOliver Poignant2016-03-181-1/+2
|
* Merge with stuff from masterOliver Poignant2016-03-131-30/+14
|
* MergeOliver Poignant2016-03-122-5/+38
|
* Debian packaging setupOliver Poignant2016-03-111-3/+18
|
* Fix issue when running without config fileOliver Poignant2016-03-081-0/+3
|
* Added structure for config generating script (needed when installing using ↵Oliver Poignant2016-03-063-0/+6
| | | | setup.py or pip)
* Renamed start scriptOliver Poignant2016-03-061-1/+0
|
* Added default config values and the ability to start the server without a ↵Oliver Poignant2016-03-063-198/+204
| | | | config file. Moved HTTP server implementation to separate file.
* Store parent in common.pyOliver Poignant2016-03-066-5/+5
|
* MergeOliver Poignant2016-03-061-6/+1
|
* Cleanup.Oliver Poignant2016-03-061-2/+2
|
* Moved files around into new project structureOliver Poignant2016-03-0615-0/+1097