summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'letorbi-recursive-submodules'Oliver Poignant2016-06-091-2/+1
|\
| * Simplify submodule init and update callsTorben2016-05-301-3/+1
| |
| * Add recursive update call for submodules to git pull wrapperTorben2016-05-301-0/+1
|/
* Renamed and fixed bug in keyscan featureOliver Poignant2016-05-293-18/+18
|
* Instructions for WindowsOliver Poignant2016-05-291-4/+4
|
* Instructions for WindowsOliver Poignant2016-05-291-3/+3
|
* Instructions for WindowsOliver Poignant2016-05-291-0/+10
|
* Merge branch 'development'Oliver Poignant2016-05-291-3/+5
|\
| * Require bash.exe in PATH for windows usersOliver Poignant2016-05-291-3/+5
| |
| * Merge branch 'master' into developmentOliver Poignant2016-05-2937-455/+3711
| |\
| * \ Merge pull request #83 from olipo186/masterOliver Poignant2016-04-101-1/+0
| |\ \ | | | | | | | | Workflow fix
* | \ \ Merge branch 'master' of github.com:olipo186/Git-Auto-DeployOliver Poignant2016-05-291-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Instructions for installing dependenciesOliver Poignant2016-05-281-0/+9
| | | |
* | | | Fixed issue when running on *nix. RefactoringOliver Poignant2016-05-292-17/+22
| | | |
* | | | Merge branch 'vladionescu-windows-compat'Oliver Poignant2016-05-285-32/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Git wrapper was fixed to call bash.exe first if on Windows. It ...Vlad Ionescu2016-05-251-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 Ionescu2016-05-251-6/+6
| | | |
| * | | Pip module lockfile is required for Windows lock compat.Vlad Ionescu2016-05-251-0/+1
| | | |
| * | | Windows does not support all of *nix's signals, so check before...Vlad Ionescu2016-05-252-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 Ionescu2016-05-251-1/+1
|/ / /
* | | Updated docs with new config syntaxOliver Poignant2016-05-181-4/+7
| | |
* | | Updated docs with example for GitHub PROliver Poignant2016-05-181-0/+32
| | |
* | | New versionOliver Poignant2016-05-181-1/+1
| | |
* | | Tests for legacy GitHub PR filter syntaxOliver Poignant2016-05-183-2/+930
| | |
* | | Handle legacy filter config syntaxOliver Poignant2016-05-182-19/+25
| | |
* | | Do not add multiple console handlers during testsOliver Poignant2016-05-181-1/+10
| | |
* | | Test cases for GitHub PROliver Poignant2016-05-185-7/+1376
| | |
* | | Merge branch 'master' of github.com:olipo186/Git-Auto-DeployOliver Poignant2016-05-181-21/+21
|\ \ \
| * | | Updated docsv0.2.6Oliver Poignant2016-05-151-21/+21
| | | |
* | | | Support dot notation in filter attribute namesOliver Poignant2016-05-182-6/+47
|/ / /
* | | Updated docs and sample config with log-level optionOliver Poignant2016-05-122-0/+2
| | |
* | | Changing log levels and cleaning up console outputOliver Poignant2016-05-128-24/+34
| | |
* | | New versionOliver Poignant2016-05-111-1/+1
| | |
* | | Fix for #98Oliver Poignant2016-05-111-2/+2
| | |
* | | New versionv0.2.5Oliver Poignant2016-05-091-1/+1
| | |
* | | Support embedded credentials in repository URLsOliver Poignant2016-05-091-7/+6
| | |
* | | Improved loggingOliver Poignant2016-05-091-1/+1
| | |
* | | Improved loggingOliver Poignant2016-05-091-10/+1
| | |
* | | Revert "Improved log messsages"Oliver Poignant2016-05-091-26/+24
| | | | | | | | | | | | This reverts commit 9d67d2789f0fbd7f3fa8963186cd80d3f608feb9.
* | | Improved log messsagesOliver Poignant2016-05-091-24/+26
| | |
* | | Updated docsOliver Poignant2016-05-081-1/+0
| | |
* | | Added support for verifying GitHub secret tokenOliver Poignant2016-05-082-2/+21
| | |
* | | Added build status imageOliver Poignant2016-05-081-0/+1
| | |
* | | Updated travis fileOliver Poignant2016-05-081-7/+7
| | |
* | | Updated versionOliver Poignant2016-05-081-1/+1
| | |
* | | Adding travis fileOliver Poignant2016-05-083-3/+23
| | |
* | | Automated testing of weebhook request handlingOliver Poignant2016-05-087-0/+507
| | |
* | | Improved test case generationOliver Poignant2016-05-083-31/+52
| | |
* | | Updated docsOliver Poignant2016-05-081-5/+2
| | |
* | | Ability to log incoming request in a way usable for test casesOliver Poignant2016-05-083-7/+44
| | |
* | | Check git pull status code when cloning all reposOliver Poignant2016-05-071-2/+2
| | |
* | | Config option to set a custom logging levelOliver Poignant2016-05-072-2/+7
| | |
* | | Support for detailed HTTP responses. Improved error handling.Oliver Poignant2016-05-073-29/+82
| | |
* | | Fixed issue with keybaord interruptOliver Poignant2016-05-071-5/+3
| | |
* | | Ability to start GAD in a mode where it serves only one incoming request and ↵Oliver Poignant2016-05-052-5/+27
| | | | | | | | | | | | then quits
* | | Handle invalid web hook requests better. Fixed issue with shutdown.Oliver Poignant2016-05-052-3/+18
| | |
* | | Option to disable stdout and stderr interceptionOliver Poignant2016-05-042-6/+9
| | |
* | | Separating setup from blocking HTTP server callOliver Poignant2016-05-041-13/+59
| | |
* | | Allow for non defined pid and log filesOliver Poignant2016-05-041-2/+2
| | |
* | | Separating config parsing from main applicationOliver Poignant2016-05-042-297/+362
| | |
* | | Lowering required version of setuptools to enable building for older ubuntu ↵Oliver Poignant2016-05-041-1/+1
| | | | | | | | | | | | versions
* | | New versionv0.2.4.1Oliver Poignant2016-04-271-1/+1
| | |
* | | Suppress output by default when in daemon mode. Write output to log file by ↵Oliver Poignant2016-04-272-2/+3
| | | | | | | | | | | | default when installing from debian package.
* | | New versionv0.2.4Oliver Poignant2016-04-251-1/+1
| | |
* | | Fixed bug that appeared when no logging options was setOliver Poignant2016-04-251-2/+2
| | |
* | | Whitespace fixOliver Poignant2016-04-241-2/+2
| | |
* | | Creation of separate packages for different ubuntu distrosOliver Poignant2016-04-243-16/+36
| | |
* | | Docs updateOliver Poignant2016-04-241-3/+1
| | |
* | | Updated docs with instructions for init scriptOliver Poignant2016-04-241-0/+4
| | |
* | | Merge branch 'master' of github.com:olipo186/Git-Auto-DeployOliver Poignant2016-04-241-0/+4
|\ \ \
| * \ \ Merge pull request #90 from toxxin/masterOliver Poignant2016-04-241-0/+4
| |\ \ \ | | | | | | | | | | Add gitlab example with git over ssh url
| | * | | Add gitlab example with git over ssh urlAnton Glukhov2016-04-191-0/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
* | | | Use of PIDFILE and LOGFILE variablesOliver Poignant2016-04-241-1/+2
|/ / /
* | | Pass repo urls from request parsersOliver Poignant2016-04-145-6/+6
| | |
* | | Merge branch 'master' of github.com:olipo186/Git-Auto-Deployv0.2.3Oliver Poignant2016-04-101-1/+1
|\ \ \
| * | | Updated docsv0.2.2Oliver Poignant2016-04-101-1/+1
| | | |
* | | | New pypi and deb packagesOliver Poignant2016-04-101-1/+1
|/ / /
* | | Fixed issue with config hierarchyOliver Poignant2016-04-101-9/+19
| |/ |/|
* | Merge pull request #82 from olipo186/developmentOliver Poignant2016-04-101-1/+19
|\ \ | |/ | | SSL support
| * Merge pull request #79 from DirectorX/ssl-http-serverOliver Poignant2016-04-1013-57/+190
| |\ | | | | | | Ssl http server
| | * added basic https supportsomeone2016-04-021-1/+19
| | | | | | | | | | | | key generation `openssl req -new -x509 -keyout ~/.gitautodeploy.pem -out ~/.gitautodeploy.pem -days 365 -nodes`
* | | Fix for issue #81GitLab Server2016-04-101-1/+0
| |/ |/|
* | Updated READMEOliver Poignant2016-03-251-2/+2
| |
* | Updated READMEOliver Poignant2016-03-251-1/+1
| |
* | Updated READMEOliver Poignant2016-03-251-5/+5
| |
* | Updated READMEOliver Poignant2016-03-251-6/+6
| |
* | Updated READMEOliver Poignant2016-03-251-3/+3
| |
* | Updated READMEOliver Poignant2016-03-251-9/+3
| |
* | Updated READMEOliver Poignant2016-03-251-4/+22
| |
* | Added git as dependency in debian packageOliver Poignant2016-03-251-1/+1
| |
* | Preparations for debian packageOliver Poignant2016-03-258-38/+107
| |
* | Added missing config file for debian packageOliver Poignant2016-03-231-0/+34
| |
* | Fixed broken linkOliver Poignant2016-03-191-2/+1
| |
* | New versionv0.2.1Oliver Poignant2016-03-181-1/+1
| |
* | Fixed bug due to missing importOliver Poignant2016-03-181-1/+2
| |
* | Merge pull request #77 from olipo186/developmentv0.2.0Oliver Poignant2016-03-1343-1030/+1718
|\ \ | |/ | | Development
| * Updated docs with pip packageOliver Poignant2016-03-131-1/+1
| |
| * Updated makefileOliver Poignant2016-03-131-6/+6
| |
| * Updated docsOliver Poignant2016-03-131-0/+5
| |
| * Updated docsOliver Poignant2016-03-132-3/+3
| |