Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed and fixed bug in keyscan feature | Oliver Poignant | 2016-05-29 | 1 | -12/+12 |
| | |||||
* | Signal names must be quoted in hasattr() | Vlad Ionescu | 2016-05-25 | 1 | -6/+6 |
| | |||||
* | Windows does not support all of *nix's signals, so check before... | Vlad Ionescu | 2016-05-25 | 1 | -5/+15 |
| | | | | | | | | Relying on them. The Python documentation mentions which signals are supported (emulated, really) on Windows. "On Windows, signal() can only be called with SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, or SIGTERM. A ValueError will be raised in any other case." From https://docs.python.org/3/library/signal.html#signal.signal | ||||
* | Do not add multiple console handlers during tests | Oliver Poignant | 2016-05-18 | 1 | -1/+10 |
| | |||||
* | Changing log levels and cleaning up console output | Oliver Poignant | 2016-05-12 | 1 | -2/+4 |
| | |||||
* | Improved test case generation | Oliver Poignant | 2016-05-08 | 1 | -0/+7 |
| | |||||
* | Ability to log incoming request in a way usable for test cases | Oliver Poignant | 2016-05-08 | 1 | -0/+3 |
| | |||||
* | 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 | 1 | -2/+4 |
| | |||||
* | 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 | 1 | -4/+25 |
| | | | | then quits | ||||
* | Handle invalid web hook requests better. Fixed issue with shutdown. | Oliver Poignant | 2016-05-05 | 1 | -0/+1 |
| | |||||
* | Option to disable stdout and stderr interception | Oliver Poignant | 2016-05-04 | 1 | -6/+8 |
| | |||||
* | Separating setup from blocking HTTP server call | Oliver Poignant | 2016-05-04 | 1 | -13/+59 |
| | |||||
* | Separating config parsing from main application | Oliver Poignant | 2016-05-04 | 1 | -295/+65 |
| | |||||
* | 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 |
| | |||||
* | 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 |
|/ | |||||
* | 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 default config values and the ability to start the server without a ↵ | Oliver Poignant | 2016-03-06 | 1 | -195/+20 |
| | | | | config file. Moved HTTP server implementation to separate file. | ||||
* | Cleanup. | Oliver Poignant | 2016-03-06 | 1 | -2/+2 |
| | |||||
* | Moved files around into new project structure | Oliver Poignant | 2016-03-06 | 1 | -0/+730 |