summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/gitautodeploy.py
Commit message (Collapse)AuthorAgeFilesLines
* RefactoringHEADorigin/masterorigin/HEADmasterOliver Poignant2017-01-081-4/+11
|
* Warning when running as root. Improved logging.Oliver Poignant2017-01-081-0/+6
|
* Auth key for web socket server accessOliver Poignant2017-01-071-1/+5
|
* Bug fixOliver Poignant2017-01-071-0/+1
|
* Bug fixesOliver Poignant2017-01-071-5/+11
|
* Separating HTTPS server instanceOliver Poignant2017-01-071-70/+145
|
* SSL for web socket connectionOliver Poignant2017-01-061-4/+10
|
* Changed to SSL config and setupOliver Poignant2017-01-061-24/+33
|
* Bugfixes and version bumpOliver Poignant2017-01-041-0/+13
|
* Renamed config optionsOliver Poignant2017-01-041-6/+6
|
* Support for browser notificationsOliver Poignant2017-01-041-14/+12
|
* Real time updates in web ui when webhooks are processedOliver Poignant2017-01-041-23/+34
|
* Web socket server implementationOliver Poignant2017-01-041-85/+97
|
* Compatibility with python >= 3.4Oliver Poignant2017-01-031-19/+25
|
* Web socket server preparationsOliver Poignant2017-01-031-15/+21
|
* Refactoring. Removal of non essential functionalityOliver Poignant2017-01-021-153/+123
|
* API for event status (disabled by default). Enhanced event logging.Oliver Poignant2017-01-011-16/+43
|
* Refactoring and preparations for JSON APIOliver Poignant2016-12-121-2/+12
|
* Webhook request handler factoryOliver Poignant2016-12-111-2/+4
|
* Breaks when using logger in config moduleOliver Poignant2016-08-261-4/+13
| | | | | | Revert "Move config checks into cli/config module" This reverts commit 7720ec0cf45bb0b44e3e5b56116545237918d448.
* Merge branch 'feature/update-branch-when-changed-in-config' of ↵Oliver Poignant2016-08-261-24/+6
|\ | | | | | | git://github.com/letorbi/Git-Auto-Deploy into letorbi-feature/update-branch-when-changed-in-config
| * Initialize repo on start; Use 'reset --hard' for update againTorben2016-07-081-5/+1
| |
| * Move config checks into cli/config moduleTorben2016-07-081-13/+4
| |
| * Add logging and unset GIT_DIR to git clone methodTorben2016-07-081-5/+1
| |
| * Fix double result messages after pullTorben2016-07-081-5/+1
| |
| * Update existing repositories after startTorben2016-07-081-11/+14
| |
* | allows gitautodeploy to start with --quiet and/or --daemon-mode using python ↵Richard Hidalgo2016-07-081-1/+12
|/ | | | 2.6 and solves https://github.com/olipo186/Git-Auto-Deploy/issues/118
* Renamed and fixed bug in keyscan featureOliver Poignant2016-05-291-12/+12
|
* Signal names must be quoted in hasattr()Vlad Ionescu2016-05-251-6/+6
|
* Windows does not support all of *nix's signals, so check before...Vlad Ionescu2016-05-251-5/+15
| | | | | | | | 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
* Do not add multiple console handlers during testsOliver Poignant2016-05-181-1/+10
|
* Changing log levels and cleaning up console outputOliver Poignant2016-05-121-2/+4
|
* Improved test case generationOliver Poignant2016-05-081-0/+7
|
* Ability to log incoming request in a way usable for test casesOliver Poignant2016-05-081-0/+3
|
* Check git pull status code when cloning all reposOliver Poignant2016-05-071-2/+2
|
* Config option to set a custom logging levelOliver Poignant2016-05-071-2/+4
|
* 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-051-4/+25
| | | | then quits
* Handle invalid web hook requests better. Fixed issue with shutdown.Oliver Poignant2016-05-051-0/+1
|
* Option to disable stdout and stderr interceptionOliver Poignant2016-05-041-6/+8
|
* Separating setup from blocking HTTP server callOliver Poignant2016-05-041-13/+59
|
* Separating config parsing from main applicationOliver Poignant2016-05-041-295/+65
|
* Suppress output by default when in daemon mode. Write output to log file by ↵Oliver Poignant2016-04-271-1/+1
| | | | default when installing from debian package.
* Fixed bug that appeared when no logging options was setOliver Poignant2016-04-251-2/+2
|
* Fixed issue with config hierarchyOliver Poignant2016-04-101-9/+19
|
* Merge pull request #82 from olipo186/developmentOliver Poignant2016-04-101-1/+19
|\ | | | | SSL support
| * 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
|/
* Debian packaging setupOliver Poignant2016-03-111-3/+18
|
* Fix issue when running without config fileOliver Poignant2016-03-081-0/+3
|
* Added default config values and the ability to start the server without a ↵Oliver Poignant2016-03-061-195/+20
| | | | config file. Moved HTTP server implementation to separate file.
* Cleanup.Oliver Poignant2016-03-061-2/+2
|
* Moved files around into new project structureOliver Poignant2016-03-061-0/+730