summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RefactoringHEADorigin/masterorigin/HEADmasterOliver Poignant2017-01-0820-213/+258
* Warning when running as root. Improved logging.Oliver Poignant2017-01-087-102/+147
* Version bumpOliver Poignant2017-01-071-1/+1
* Fixing ImportError due to changed cwdOliver Poignant2017-01-072-3/+6
* Bug fixOliver Poignant2017-01-076-7/+7
* Auth key for web socket server accessOliver Poignant2017-01-0712-40/+181
* Basic auth for web UIOliver Poignant2017-01-074-48/+114
* Version bumpOliver Poignant2017-01-071-1/+1
* Bug fixOliver Poignant2017-01-071-0/+1
* Version bumpOliver Poignant2017-01-071-1/+1
* Bug fixesOliver Poignant2017-01-073-24/+20
* New UI buildOliver Poignant2017-01-074-6/+6
* Separating HTTPS server instanceOliver Poignant2017-01-0715-431/+771
* SSL for web socket connectionOliver Poignant2017-01-064-15/+36
* Changed to SSL config and setupOliver Poignant2017-01-065-39/+108
* Generate SSL cert on installOliver Poignant2017-01-051-7/+18
* Adding missing dependeicies. Version bump.Oliver Poignant2017-01-042-3/+5
* Bugfixes and version bumpOliver Poignant2017-01-049-22/+31
* Merge pull request #161 from olipo186/websocket-serverOliver Poignant2017-01-0417-325/+557
|\
| * Renamed config optionsOliver Poignant2017-01-0410-31/+22
| * Web UI buildOliver Poignant2017-01-045-9/+9
| * Recover websocket connection after server restartOliver Poignant2017-01-042-46/+58
| * Support for browser notificationsOliver Poignant2017-01-045-14/+14
| * Support for browser notificationsOliver Poignant2017-01-046-140/+256
| * Real time updates in web ui when webhooks are processedOliver Poignant2017-01-0414-171/+228
| * Web socket server implementationOliver Poignant2017-01-045-111/+167
|/
* Merge pull request #159 from olipo186/python3Oliver Poignant2017-01-0323-245/+242
|\
| * Compatibility with python >= 3.4Oliver Poignant2017-01-0320-84/+96
| * Web socket server preparationsOliver Poignant2017-01-032-15/+42
| * Refactoring. Removal of non essential functionalityOliver Poignant2017-01-025-166/+124
|/
* Mobile UIOliver Poignant2017-01-014-8/+50
* Include generated static content in package manifestOliver Poignant2017-01-011-2/+23
* Web UI buildOliver Poignant2017-01-0111-12/+38
* Web UI for event log auditingOliver Poignant2017-01-0131-0/+2424
* Merge branch 'master' of github.com:olipo186/Git-Auto-DeployOliver Poignant2017-01-011-1/+1
|\
| * Merge pull request #157 from Sunnyyoung/masterOliver Poignant2016-12-271-1/+1
| |\
| | * Update README.mdSunnyyoung2016-12-271-1/+1
| |/
* | API for event status (disabled by default). Enhanced event logging.Oliver Poignant2017-01-015-40/+143
* | new versionOliver Poignant2016-12-201-1/+1
|/
* Adding instructions for debian usersv0.8Oliver Poignant2016-12-201-0/+2
* Merge pull request #156 from gleber-diniz/patch-1Oliver Poignant2016-12-201-0/+3
|\
| * Need to close the connection after send_responseGleber Diniz2016-12-191-0/+3
|/
* Merge branch 'cmfcmf-patch-1'Oliver Poignant2016-12-121-2/+3
|\
| * MergeOliver Poignant2016-12-121-2/+3
| |\ |/ /
| * Correct url retrieval, fixes #142Christian Flach2016-12-121-2/+4
* | Refactoring and preparations for JSON APIOliver Poignant2016-12-1213-400/+496
|/
* Webhook request handler factoryOliver Poignant2016-12-112-279/+294
* New version numberOliver Poignant2016-12-091-1/+1
* Verify secret token in GitLab requestsOliver Poignant2016-12-098-10/+260
* New and updated test casesOliver Poignant2016-12-096-2/+926
* Merge branch 'master' of github.com:olipo186/Git-Auto-DeployOliver Poignant2016-12-091-1/+1
|\
| * Docs updateOliver Poignant2016-12-021-1/+1
* | Support for header filtersOliver Poignant2016-12-093-52/+189
|/
* Fixing typoOliver Poignant2016-11-291-1/+1
* New version numberOliver Poignant2016-11-291-1/+1
* Merge pull request #150 from hwhesselink/pidfileOliver Poignant2016-11-292-4/+6
|\
| * Fix missing quote in previous commithwhesselink2016-11-201-1/+1
| * Merge pull request #1 from hwhesselink/pidfilehwhesselink2016-11-202-4/+6
| |\
| | * Fix pidfile handling in Debian packagingHenk Hesselink2016-11-202-4/+6
| |/
* | Merge pull request #152 from olipo186/hwhesselink-multiple_gh_reposOliver Poignant2016-11-292-2/+3
|\ \ | |/ |/|
| * Modifying config option name and adding docsOliver Poignant2016-11-292-1/+2
| * Allow more than one GitHub repo from the same userHenk Hesselink2016-11-201-2/+2
|/
* Merge pull request #136 from realsby/patch-1Oliver Poignant2016-11-141-2/+2
|\
| * Default value detailed-response should be FalseYusuf Özer2016-09-191-2/+2
|/
* Improved error message on permission issuesOliver Poignant2016-09-031-0/+7
* Improved error messageOliver Poignant2016-08-271-0/+8
* New version with support for Coding repository management service. Bug fixes....Oliver Poignant2016-08-261-1/+1
* Resolves issue #122 and #125Oliver Poignant2016-08-262-8/+5
* Merge branch 'xohozu-master' into developmentorigin/developmentOliver Poignant2016-08-263-2/+61
|\
| * Merge branch 'master' of git://github.com/xohozu/Git-Auto-Deploy into xohozu-...Oliver Poignant2016-08-263-2/+61
| |\
| | * Supports Coding repository managementxohozu2016-07-163-2/+61
| * | Merge branch 'development'Oliver Poignant2016-08-262-16/+75
| |\ \ | |/ / |/| |
* | | Merge branch 'letorbi-feature/update-branch-when-changed-in-config' into deve...Oliver Poignant2016-08-262-16/+75
|\ \ \ | |/ / |/| |
| * | Breaks when using logger in config moduleOliver Poignant2016-08-263-16/+25
| * | Merge branch 'feature/update-branch-when-changed-in-config' of git://github.c...Oliver Poignant2016-08-263-36/+86
| |\ \ |/ / /
| * | Initialize repo on start; Use 'reset --hard' for update againTorben2016-07-082-6/+43
| * | Move config checks into cli/config moduleTorben2016-07-083-25/+16
| * | Add logging and unset GIT_DIR to git clone methodTorben2016-07-082-9/+33
| * | Fix double result messages after pullTorben2016-07-081-5/+1
| * | Update existing repositories after startTorben2016-07-081-11/+14
| * | Use forced checkout instead of fetch+reset for 'pulling' repositoryTorben2016-07-081-2/+1
* | | Merge branch 'master' of github.com:olipo186/Git-Auto-DeployOliver Poignant2016-08-261-1/+12
|\ \ \ | | |/ | |/|
| * | Merge pull request #119 from isiargonauta/masterOliver Poignant2016-07-081-1/+12
| |\ \ | | |/ | |/|
| | * allows gitautodeploy to start with --quiet and/or --daemon-mode using python ...Richard Hidalgo2016-07-081-1/+12
| |/
* | New versionOliver Poignant2016-06-261-1/+1
|/
* Updating instructions for debianOliver Poignant2016-06-261-0/+1
* Merge pull request #109 from kiyanir/masterOliver Poignant2016-06-262-11/+18
|\
| * Fixing GitlabCi parserKiyan Shalileh2016-06-262-11/+18
|/
* Updated docsOliver Poignant2016-06-211-1/+1
* Updated docsOliver Poignant2016-06-211-11/+6
* Adding python-lockfile as dependency for debian package. New version.Oliver Poignant2016-06-132-2/+5
* Compatibility with older versions of lockfile moduleOliver Poignant2016-06-131-1/+7
* Added cli option for log levelOliver Poignant2016-06-131-0/+5
* Updated instructions for debianOliver Poignant2016-06-131-0/+10
* Import AlreadyLocked in method insteadOliver Poignant2016-06-131-1/+2
* Merge pull request #105 from rodolphopivetta/masterOliver Poignant2016-06-131-1/+1
|\
| * AlreadyLocked imported in lock.py lockfilerodolpho.pivetta2016-06-131-1/+1
|/
* Merge pull request #103 from aureliojargas/patch-1Oliver Poignant2016-06-131-1/+1
|\
| * Fix truncated command and optionsAurelio Jargas2016-06-101-1/+1
|/
* Updated install script for debianOliver Poignant2016-06-092-7/+9