Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RefactoringHEADorigin/masterorigin/HEADmaster | Oliver Poignant | 2017-01-08 | 2 | -0/+9 |
| | |||||
* | Warning when running as root. Improved logging. | Oliver Poignant | 2017-01-08 | 1 | -0/+9 |
| | |||||
* | Auth key for web socket server access | Oliver Poignant | 2017-01-07 | 1 | -0/+1 |
| | |||||
* | Basic auth for web UI | Oliver Poignant | 2017-01-07 | 1 | -0/+2 |
| | |||||
* | Bug fixes | Oliver Poignant | 2017-01-07 | 1 | -19/+8 |
| | |||||
* | Separating HTTPS server instance | Oliver Poignant | 2017-01-07 | 1 | -29/+121 |
| | |||||
* | Changed to SSL config and setup | Oliver Poignant | 2017-01-06 | 1 | -9/+62 |
| | |||||
* | Renamed config options | Oliver Poignant | 2017-01-04 | 1 | -6/+4 |
| | |||||
* | Web socket server implementation | Oliver Poignant | 2017-01-04 | 1 | -1/+3 |
| | |||||
* | Compatibility with python >= 3.4 | Oliver Poignant | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Refactoring. Removal of non essential functionality | Oliver Poignant | 2017-01-02 | 1 | -9/+0 |
| | |||||
* | API for event status (disabled by default). Enhanced event logging. | Oliver Poignant | 2017-01-01 | 1 | -1/+4 |
| | |||||
* | Refactoring and preparations for JSON API | Oliver Poignant | 2016-12-12 | 1 | -0/+2 |
| | |||||
* | Support for header filters | Oliver Poignant | 2016-12-09 | 1 | -3/+11 |
| | |||||
* | Default value detailed-response should be False | Yusuf Özer | 2016-09-19 | 1 | -2/+2 |
| | | | | | | | It was so hard to realize why auto-deploy works again and again until I read Gitlab WebHook documantation tips: "Your endpoint should send its HTTP response as fast as possible." and find this config here. Gitlab WebHook documantation : https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/web_hooks/web_hooks.md | ||||
* | Added cli option for log level | Oliver Poignant | 2016-06-13 | 1 | -0/+5 |
| | |||||
* | Renamed and fixed bug in keyscan feature | Oliver Poignant | 2016-05-29 | 1 | -5/+5 |
| | |||||
* | Handle legacy filter config syntax | Oliver Poignant | 2016-05-18 | 1 | -0/+19 |
| | |||||
* | Fix for #98 | Oliver Poignant | 2016-05-11 | 1 | -2/+2 |
| | |||||
* | Support embedded credentials in repository URLs | Oliver Poignant | 2016-05-09 | 1 | -7/+6 |
| | |||||
* | Ability to log incoming request in a way usable for test cases | Oliver Poignant | 2016-05-08 | 1 | -0/+4 |
| | |||||
* | Config option to set a custom logging level | Oliver Poignant | 2016-05-07 | 1 | -0/+3 |
| | |||||
* | Support for detailed HTTP responses. Improved error handling. | Oliver Poignant | 2016-05-07 | 1 | -0/+5 |
| | |||||
* | Option to disable stdout and stderr interception | Oliver Poignant | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -2/+297 |
| | |||||
* | Added structure for config generating script (needed when installing using ↵ | Oliver Poignant | 2016-03-06 | 2 | -0/+5 |
setup.py or pip) |