summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Updated docsOliver Poignant2016-03-135-25/+45
| |
| * Updated docsOliver Poignant2016-03-132-14/+26
| |
| * Updated docsOliver Poignant2016-03-132-23/+8
| |
| * Updated docsOliver Poignant2016-03-132-5/+39
| |
| * Updated docsOliver Poignant2016-03-133-28/+32
| |
| * Updated readmeOliver Poignant2016-03-131-7/+1
| |
| * Updated docsOliver Poignant2016-03-133-58/+58
| |
| * Merge with stuff from masterOliver Poignant2016-03-133-39/+60
| |\ | |/ |/|
* | Post PR editsOliver Poignant2016-03-131-8/+3
| |
* | Merge branch 'etlweather-master'Oliver Poignant2016-03-132-35/+61
|\ \
| * | Changes to a more versatile filter mechanism.ETL2016-03-122-35/+61
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | I found myself needing to filter the build events using the build status (GitLab sends web hook events on build status changes so you get "running" events which aren't very useful in deploy context). Instead of building a whole lot of variable, parsing all possible options I or others may want in the future, I coded the changes so that any element from the web hook data is simply available for filtering. I put in some code so that the earlier functionality works too - specifically the action filter option which isn't an attribute in GitLab's web hook data.
| * Updated docsOliver Poignant2016-03-122-5/+37
| |
| * Updated docsGitLab Server2016-03-121-15/+2
| |
| * Updated docsGitLab Server2016-03-121-5/+10
| |
| * Updated docsGitLab Server2016-03-121-36/+36
| |
| * Updated docsGitLab Server2016-03-121-22/+25
| |
| * Updated docsGitLab Server2016-03-121-7/+38
| |
| * Instructions for installation using pipGitLab Server2016-03-121-11/+76
| |
| * MergeOliver Poignant2016-03-125-5/+135
| |\ | |/ |/|
* | Modified event filtering implementation (same behavior)Oliver Poignant2016-03-121-11/+33
| |
* | Merge branch 'etlweather-master'Oliver Poignant2016-03-123-3/+110
|\ \
| * | Adds event filtering support for GitLab and documentation.ETL2016-03-113-3/+110
|/ / | | | | | | | | | | | | Filtering is now possible with GitLab events using the action and ref values. Documentation for the configuration file also added. Fixes #74 and relates to #43
* | Merge pull request #72 from olipo186/developmentv0.1.1Oliver Poignant2016-03-061-7/+1
|\ \ | | | | | | Fixed issue with GitWrapper
* \ \ Merge pull request #71 from olipo186/developmentOliver Poignant2016-03-062-159/+326
|\ \ \ | | | | | | | | New features and simplified code structure
* \ \ \ Merge pull request #70 from olipo186/developmentOliver Poignant2016-03-054-21/+25
|\ \ \ \ | | | | | | | | | | Updated docs
* \ \ \ \ Merge pull request #69 from olipo186/developmentOliver Poignant2016-03-055-88/+139
|\ \ \ \ \ | | | | | | | | | | | | Refactoring. Fixed some imminent issues.
| | | | | * RenameOliver Poignant2016-03-121-0/+0
| | | | | |
| | | | | * RenameOliver Poignant2016-03-121-0/+0
| | | | | |
| | | | | * Moved init filesOliver Poignant2016-03-124-7/+7
| | | | | |
| | | | | * Moved platform specific config fileOliver Poignant2016-03-112-1/+1
| | | | | |
| | | | | * Debian packaging setupOliver Poignant2016-03-1120-51/+293
| | | | | |
| | | | | * Added skeleton for debian packagingOliver Poignant2016-03-087-0/+63
| | | | | |
| | | | | * Added setup.py entry for config generating scriptOliver Poignant2016-03-081-2/+2
| | | | | |
| | | | | * Updated gitignoreOliver Poignant2016-03-081-0/+4
| | | | | |