summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/cli
Commit message (Collapse)AuthorAgeFilesLines
* RefactoringHEADorigin/masterorigin/HEADmasterOliver Poignant2017-01-082-0/+9
|
* Warning when running as root. Improved logging.Oliver Poignant2017-01-081-0/+9
|
* Auth key for web socket server accessOliver Poignant2017-01-071-0/+1
|
* Basic auth for web UIOliver Poignant2017-01-071-0/+2
|
* Bug fixesOliver Poignant2017-01-071-19/+8
|
* Separating HTTPS server instanceOliver Poignant2017-01-071-29/+121
|
* Changed to SSL config and setupOliver Poignant2017-01-061-9/+62
|
* Renamed config optionsOliver Poignant2017-01-041-6/+4
|
* Web socket server implementationOliver Poignant2017-01-041-1/+3
|
* Compatibility with python >= 3.4Oliver Poignant2017-01-031-1/+1
|
* Refactoring. Removal of non essential functionalityOliver Poignant2017-01-021-9/+0
|
* API for event status (disabled by default). Enhanced event logging.Oliver Poignant2017-01-011-1/+4
|
* Refactoring and preparations for JSON APIOliver Poignant2016-12-121-0/+2
|
* Support for header filtersOliver Poignant2016-12-091-3/+11
|
* Default value detailed-response should be FalseYusuf Özer2016-09-191-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 levelOliver Poignant2016-06-131-0/+5
|
* Renamed and fixed bug in keyscan featureOliver Poignant2016-05-291-5/+5
|
* Handle legacy filter config syntaxOliver Poignant2016-05-181-0/+19
|
* Fix for #98Oliver Poignant2016-05-111-2/+2
|
* Support embedded credentials in repository URLsOliver Poignant2016-05-091-7/+6
|
* Ability to log incoming request in a way usable for test casesOliver Poignant2016-05-081-0/+4
|
* Config option to set a custom logging levelOliver Poignant2016-05-071-0/+3
|
* Support for detailed HTTP responses. Improved error handling.Oliver Poignant2016-05-071-0/+5
|
* Option to disable stdout and stderr interceptionOliver Poignant2016-05-041-0/+1
|
* Allow for non defined pid and log filesOliver Poignant2016-05-041-2/+2
|
* Separating config parsing from main applicationOliver Poignant2016-05-041-2/+297
|
* Added structure for config generating script (needed when installing using ↵Oliver Poignant2016-03-062-0/+5
setup.py or pip)