Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'letorbi-recursive-submodules' | Oliver Poignant | 2016-06-09 | 1 | -2/+1 | |
|\ | ||||||
| * | Simplify submodule init and update calls | Torben | 2016-05-30 | 1 | -3/+1 | |
| | | ||||||
| * | Add recursive update call for submodules to git pull wrapper | Torben | 2016-05-30 | 1 | -0/+1 | |
|/ | ||||||
* | Renamed and fixed bug in keyscan feature | Oliver Poignant | 2016-05-29 | 3 | -18/+18 | |
| | ||||||
* | Instructions for Windows | Oliver Poignant | 2016-05-29 | 1 | -4/+4 | |
| | ||||||
* | Instructions for Windows | Oliver Poignant | 2016-05-29 | 1 | -3/+3 | |
| | ||||||
* | Instructions for Windows | Oliver Poignant | 2016-05-29 | 1 | -0/+10 | |
| | ||||||
* | Merge branch 'development' | Oliver Poignant | 2016-05-29 | 1 | -3/+5 | |
|\ | ||||||
| * | Require bash.exe in PATH for windows users | Oliver Poignant | 2016-05-29 | 1 | -3/+5 | |
| | | ||||||
| * | Merge branch 'master' into development | Oliver Poignant | 2016-05-29 | 37 | -455/+3711 | |
| |\ | ||||||
| * \ | Merge pull request #83 from olipo186/master | Oliver Poignant | 2016-04-10 | 1 | -1/+0 | |
| |\ \ | | | | | | | | | Workflow fix | |||||
* | \ \ | Merge branch 'master' of github.com:olipo186/Git-Auto-Deploy | Oliver Poignant | 2016-05-29 | 1 | -0/+9 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Instructions for installing dependencies | Oliver Poignant | 2016-05-28 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | Fixed issue when running on *nix. Refactoring | Oliver Poignant | 2016-05-29 | 2 | -17/+22 | |
| | | | | ||||||
* | | | | Merge branch 'vladionescu-windows-compat' | Oliver Poignant | 2016-05-28 | 5 | -32/+47 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Git wrapper was fixed to call bash.exe first if on Windows. It ... | Vlad Ionescu | 2016-05-25 | 1 | -6/+15 | |
| | | | | | | | | | | | | | | | | | | | | assumes Git for Windows is installed, which puts bash.exe at \Program Files\Git\usr\bin\bash.exe. | |||||
| * | | | Signal names must be quoted in hasattr() | Vlad Ionescu | 2016-05-25 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Pip module lockfile is required for Windows lock compat. | Vlad Ionescu | 2016-05-25 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Windows does not support all of *nix's signals, so check before... | Vlad Ionescu | 2016-05-25 | 2 | -25/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | GitLab supports Webhook secret keys now, changed docs to reflect. | Vlad Ionescu | 2016-05-25 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Updated docs with new config syntax | Oliver Poignant | 2016-05-18 | 1 | -4/+7 | |
| | | | ||||||
* | | | Updated docs with example for GitHub PR | Oliver Poignant | 2016-05-18 | 1 | -0/+32 | |
| | | | ||||||
* | | | New version | Oliver Poignant | 2016-05-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Tests for legacy GitHub PR filter syntax | Oliver Poignant | 2016-05-18 | 3 | -2/+930 | |
| | | | ||||||
* | | | Handle legacy filter config syntax | Oliver Poignant | 2016-05-18 | 2 | -19/+25 | |
| | | | ||||||
* | | | Do not add multiple console handlers during tests | Oliver Poignant | 2016-05-18 | 1 | -1/+10 | |
| | | | ||||||
* | | | Test cases for GitHub PR | Oliver Poignant | 2016-05-18 | 5 | -7/+1376 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:olipo186/Git-Auto-Deploy | Oliver Poignant | 2016-05-18 | 1 | -21/+21 | |
|\ \ \ | ||||||
| * | | | Updated docsv0.2.6 | Oliver Poignant | 2016-05-15 | 1 | -21/+21 | |
| | | | | ||||||
* | | | | Support dot notation in filter attribute names | Oliver Poignant | 2016-05-18 | 2 | -6/+47 | |
|/ / / | ||||||
* | | | Updated docs and sample config with log-level option | Oliver Poignant | 2016-05-12 | 2 | -0/+2 | |
| | | | ||||||
* | | | Changing log levels and cleaning up console output | Oliver Poignant | 2016-05-12 | 8 | -24/+34 | |
| | | | ||||||
* | | | New version | Oliver Poignant | 2016-05-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix for #98 | Oliver Poignant | 2016-05-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | New versionv0.2.5 | Oliver Poignant | 2016-05-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Updated docs | Oliver Poignant | 2016-05-08 | 1 | -1/+0 | |
| | | | ||||||
* | | | Added support for verifying GitHub secret token | Oliver Poignant | 2016-05-08 | 2 | -2/+21 | |
| | | | ||||||
* | | | Added build status image | Oliver Poignant | 2016-05-08 | 1 | -0/+1 | |
| | | | ||||||
* | | | Updated travis file | Oliver Poignant | 2016-05-08 | 1 | -7/+7 | |
| | | | ||||||
* | | | Updated version | Oliver Poignant | 2016-05-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Adding travis file | Oliver Poignant | 2016-05-08 | 3 | -3/+23 | |
| | | | ||||||
* | | | Automated testing of weebhook request handling | Oliver Poignant | 2016-05-08 | 7 | -0/+507 | |
| | | | ||||||
* | | | Improved test case generation | Oliver Poignant | 2016-05-08 | 3 | -31/+52 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Lowering required version of setuptools to enable building for older ubuntu ↵ | Oliver Poignant | 2016-05-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | versions | |||||
* | | | New versionv0.2.4.1 | Oliver Poignant | 2016-04-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Suppress output by default when in daemon mode. Write output to log file by ↵ | Oliver Poignant | 2016-04-27 | 2 | -2/+3 | |
| | | | | | | | | | | | | default when installing from debian package. | |||||
* | | | New versionv0.2.4 | Oliver Poignant | 2016-04-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed bug that appeared when no logging options was set | Oliver Poignant | 2016-04-25 | 1 | -2/+2 | |
| | | | ||||||
* | | | Whitespace fix | Oliver Poignant | 2016-04-24 | 1 | -2/+2 | |
| | | | ||||||
* | | | Creation of separate packages for different ubuntu distros | Oliver Poignant | 2016-04-24 | 3 | -16/+36 | |
| | | | ||||||
* | | | Docs update | Oliver Poignant | 2016-04-24 | 1 | -3/+1 | |
| | | | ||||||
* | | | Updated docs with instructions for init script | Oliver Poignant | 2016-04-24 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:olipo186/Git-Auto-Deploy | Oliver Poignant | 2016-04-24 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #90 from toxxin/master | Oliver Poignant | 2016-04-24 | 1 | -0/+4 | |
| |\ \ \ | | | | | | | | | | | Add gitlab example with git over ssh url | |||||
| | * | | | Add gitlab example with git over ssh url | Anton Glukhov | 2016-04-19 | 1 | -0/+4 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com> | |||||
* | | | | Use of PIDFILE and LOGFILE variables | Oliver Poignant | 2016-04-24 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | Pass repo urls from request parsers | Oliver Poignant | 2016-04-14 | 5 | -6/+6 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:olipo186/Git-Auto-Deployv0.2.3 | Oliver Poignant | 2016-04-10 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Updated docsv0.2.2 | Oliver Poignant | 2016-04-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | New pypi and deb packages | Oliver Poignant | 2016-04-10 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | 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 | |||||
| * | Merge pull request #79 from DirectorX/ssl-http-server | Oliver Poignant | 2016-04-10 | 13 | -57/+190 | |
| |\ | | | | | | | Ssl http server | |||||
| | * | 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 | |
| |/ |/| | ||||||
* | | Updated README | Oliver Poignant | 2016-03-25 | 1 | -2/+2 | |
| | | ||||||
* | | Updated README | Oliver Poignant | 2016-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Updated README | Oliver Poignant | 2016-03-25 | 1 | -5/+5 | |
| | | ||||||
* | | Updated README | Oliver Poignant | 2016-03-25 | 1 | -6/+6 | |
| | | ||||||
* | | Updated README | Oliver Poignant | 2016-03-25 | 1 | -3/+3 | |
| | | ||||||
* | | Updated README | Oliver Poignant | 2016-03-25 | 1 | -9/+3 | |
| | | ||||||
* | | Updated README | Oliver Poignant | 2016-03-25 | 1 | -4/+22 | |
| | | ||||||
* | | Added git as dependency in debian package | Oliver Poignant | 2016-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | Preparations for debian package | Oliver Poignant | 2016-03-25 | 8 | -38/+107 | |
| | | ||||||
* | | Added missing config file for debian package | Oliver Poignant | 2016-03-23 | 1 | -0/+34 | |
| | | ||||||
* | | Fixed broken link | Oliver Poignant | 2016-03-19 | 1 | -2/+1 | |
| | | ||||||
* | | New versionv0.2.1 | Oliver Poignant | 2016-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed bug due to missing import | Oliver Poignant | 2016-03-18 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #77 from olipo186/developmentv0.2.0 | Oliver Poignant | 2016-03-13 | 43 | -1030/+1718 | |
|\ \ | |/ | | | Development | |||||
| * | Updated docs with pip package | Oliver Poignant | 2016-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | Updated makefile | Oliver Poignant | 2016-03-13 | 1 | -6/+6 | |
| | | ||||||
| * | Updated docs | Oliver Poignant | 2016-03-13 | 1 | -0/+5 | |
| | | ||||||
| * | Updated docs | Oliver Poignant | 2016-03-13 | 2 | -3/+3 | |
| | |