Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RefactoringHEADorigin/masterorigin/HEADmaster | Oliver Poignant | 2017-01-08 | 1 | -19/+24 |
| | |||||
* | Warning when running as root. Improved logging. | Oliver Poignant | 2017-01-08 | 1 | -16/+30 |
| | |||||
* | Fixing ImportError due to changed cwd | Oliver Poignant | 2017-01-07 | 1 | -2/+4 |
| | |||||
* | Auth key for web socket server access | Oliver Poignant | 2017-01-07 | 1 | -4/+11 |
| | |||||
* | Basic auth for web UI | Oliver Poignant | 2017-01-07 | 1 | -47/+107 |
| | |||||
* | Separating HTTPS server instance | Oliver Poignant | 2017-01-07 | 1 | -266/+61 |
| | |||||
* | Renamed config options | Oliver Poignant | 2017-01-04 | 1 | -3/+3 |
| | |||||
* | Recover websocket connection after server restart | Oliver Poignant | 2017-01-04 | 1 | -1/+4 |
| | |||||
* | Support for browser notifications | Oliver Poignant | 2017-01-04 | 1 | -7/+4 |
| | |||||
* | Real time updates in web ui when webhooks are processed | Oliver Poignant | 2017-01-04 | 1 | -7/+6 |
| | |||||
* | Web socket server implementation | Oliver Poignant | 2017-01-04 | 1 | -3/+6 |
| | |||||
* | Compatibility with python >= 3.4 | Oliver Poignant | 2017-01-03 | 1 | -34/+34 |
| | |||||
* | Refactoring. Removal of non essential functionality | Oliver Poignant | 2017-01-02 | 1 | -3/+0 |
| | |||||
* | API for event status (disabled by default). Enhanced event logging. | Oliver Poignant | 2017-01-01 | 1 | -15/+38 |
| | |||||
* | Need to close the connection after send_response | Gleber Diniz | 2016-12-19 | 1 | -0/+3 |
| | | | If the connection is open, Gitlab keeps waiting, resulting in a timeout | ||||
* | Refactoring and preparations for JSON API | Oliver Poignant | 2016-12-12 | 1 | -257/+307 |
| | |||||
* | Webhook request handler factory | Oliver Poignant | 2016-12-11 | 1 | -277/+290 |
| | |||||
* | Verify secret token in GitLab requests | Oliver Poignant | 2016-12-09 | 1 | -0/+5 |
| | |||||
* | Support for header filters | Oliver Poignant | 2016-12-09 | 1 | -42/+79 |
| | |||||
* | Fixing typo | Oliver Poignant | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Improved error message on permission issues | Oliver Poignant | 2016-09-03 | 1 | -0/+7 |
| | |||||
* | Improved error message | Oliver Poignant | 2016-08-27 | 1 | -0/+8 |
| | |||||
* | Supports Coding repository management | xohozu | 2016-07-16 | 1 | -1/+5 |
| | | | | https://coding.net | ||||
* | Fixing GitlabCi parser | Kiyan Shalileh | 2016-06-26 | 1 | -7/+6 |
| | |||||
* | Fixed issue when running on *nix. Refactoring | Oliver Poignant | 2016-05-29 | 1 | -3/+4 |
| | |||||
* | Handle legacy filter config syntax | Oliver Poignant | 2016-05-18 | 1 | -19/+6 |
| | |||||
* | Support dot notation in filter attribute names | Oliver Poignant | 2016-05-18 | 1 | -6/+43 |
| | |||||
* | Changing log levels and cleaning up console output | Oliver Poignant | 2016-05-12 | 1 | -4/+3 |
| | |||||
* | 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 |
| | |||||
* | Improved test case generation | Oliver Poignant | 2016-05-08 | 1 | -30/+43 |
| | |||||
* | 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 | 1 | -7/+37 |
| | |||||
* | Support for detailed HTTP responses. Improved error handling. | Oliver Poignant | 2016-05-07 | 1 | -28/+73 |
| | |||||
* | Handle invalid web hook requests better. Fixed issue with shutdown. | Oliver Poignant | 2016-05-05 | 1 | -3/+17 |
| | |||||
* | Pass repo urls from request parsers | Oliver Poignant | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -5/+30 |
| | |||||
* | Added default config values and the ability to start the server without a ↵ | Oliver Poignant | 2016-03-06 | 1 | -0/+184 |
config file. Moved HTTP server implementation to separate file. |