Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support embedded credentials in repository URLs | Oliver Poignant | 2016-05-09 | 1 | -7/+6 |
| | |||||
* | Improved logging | Oliver Poignant | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | Improved logging | Oliver Poignant | 2016-05-09 | 1 | -10/+1 |
| | |||||
* | Revert "Improved log messsages" | Oliver Poignant | 2016-05-09 | 1 | -26/+24 |
| | | | | This reverts commit 9d67d2789f0fbd7f3fa8963186cd80d3f608feb9. | ||||
* | Improved log messsages | Oliver Poignant | 2016-05-09 | 1 | -24/+26 |
| | |||||
* | Added support for verifying GitHub secret token | Oliver Poignant | 2016-05-08 | 1 | -2/+20 |
| | |||||
* | Improved test case generation | Oliver Poignant | 2016-05-08 | 2 | -30/+50 |
| | |||||
* | Updated docs | Oliver Poignant | 2016-05-08 | 1 | -5/+2 |
| | |||||
* | Ability to log incoming request in a way usable for test cases | Oliver Poignant | 2016-05-08 | 3 | -7/+44 |
| | |||||
* | Check git pull status code when cloning all repos | Oliver Poignant | 2016-05-07 | 1 | -2/+2 |
| | |||||
* | Config option to set a custom logging level | Oliver Poignant | 2016-05-07 | 2 | -2/+7 |
| | |||||
* | Support for detailed HTTP responses. Improved error handling. | Oliver Poignant | 2016-05-07 | 3 | -29/+82 |
| | |||||
* | Fixed issue with keybaord interrupt | Oliver Poignant | 2016-05-07 | 1 | -5/+3 |
| | |||||
* | Ability to start GAD in a mode where it serves only one incoming request and ↵ | Oliver Poignant | 2016-05-05 | 2 | -5/+27 |
| | | | | then quits | ||||
* | Handle invalid web hook requests better. Fixed issue with shutdown. | Oliver Poignant | 2016-05-05 | 2 | -3/+18 |
| | |||||
* | Option to disable stdout and stderr interception | Oliver Poignant | 2016-05-04 | 2 | -6/+9 |
| | |||||
* | Separating setup from blocking HTTP server call | Oliver Poignant | 2016-05-04 | 1 | -13/+59 |
| | |||||
* | Allow for non defined pid and log files | Oliver Poignant | 2016-05-04 | 1 | -2/+2 |
| | |||||
* | Separating config parsing from main application | Oliver Poignant | 2016-05-04 | 2 | -297/+362 |
| | |||||
* | Suppress output by default when in daemon mode. Write output to log file by ↵ | Oliver Poignant | 2016-04-27 | 1 | -1/+1 |
| | | | | default when installing from debian package. | ||||
* | Fixed bug that appeared when no logging options was set | Oliver Poignant | 2016-04-25 | 1 | -2/+2 |
| | |||||
* | Pass repo urls from request parsers | Oliver Poignant | 2016-04-14 | 5 | -6/+6 |
| | |||||
* | Fixed issue with config hierarchy | Oliver Poignant | 2016-04-10 | 1 | -9/+19 |
| | |||||
* | Merge pull request #82 from olipo186/development | Oliver Poignant | 2016-04-10 | 1 | -1/+19 |
|\ | | | | | SSL support | ||||
| * | added basic https support | someone | 2016-04-02 | 1 | -1/+19 |
| | | | | | | | | key generation `openssl req -new -x509 -keyout ~/.gitautodeploy.pem -out ~/.gitautodeploy.pem -days 365 -nodes` | ||||
* | | Fix for issue #81 | GitLab Server | 2016-04-10 | 1 | -1/+0 |
|/ | |||||
* | Added missing config file for debian package | Oliver Poignant | 2016-03-23 | 1 | -0/+34 |
| | |||||
* | Fixed bug due to missing import | Oliver Poignant | 2016-03-18 | 1 | -1/+2 |
| | |||||
* | Merge with stuff from master | Oliver Poignant | 2016-03-13 | 1 | -30/+14 |
| | |||||
* | Merge | Oliver Poignant | 2016-03-12 | 2 | -5/+38 |
| | |||||
* | Debian packaging setup | Oliver Poignant | 2016-03-11 | 1 | -3/+18 |
| | |||||
* | Fix issue when running without config file | Oliver Poignant | 2016-03-08 | 1 | -0/+3 |
| | |||||
* | Added structure for config generating script (needed when installing using ↵ | Oliver Poignant | 2016-03-06 | 3 | -0/+6 |
| | | | | setup.py or pip) | ||||
* | Renamed start script | Oliver Poignant | 2016-03-06 | 1 | -1/+0 |
| | |||||
* | Added default config values and the ability to start the server without a ↵ | Oliver Poignant | 2016-03-06 | 3 | -198/+204 |
| | | | | config file. Moved HTTP server implementation to separate file. | ||||
* | Store parent in common.py | Oliver Poignant | 2016-03-06 | 6 | -5/+5 |
| | |||||
* | Merge | Oliver Poignant | 2016-03-06 | 1 | -6/+1 |
| | |||||
* | Cleanup. | Oliver Poignant | 2016-03-06 | 1 | -2/+2 |
| | |||||
* | Moved files around into new project structure | Oliver Poignant | 2016-03-06 | 15 | -0/+1097 |