summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | |
| | | | | * Fix issue when running without config fileOliver Poignant2016-03-081-0/+3
| | | | | |
| | | | | * Invoking package directly instead of .py fileOliver Poignant2016-03-081-2/+2
| | | | | |
| | | | | * Added structure for config generating script (needed when installing using ↵Oliver Poignant2016-03-067-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | setup.py or pip)
| | | | | * Created setup.py scriptOliver Poignant2016-03-061-0/+16
| | | | | |
| | | | | * Renamed start scriptOliver Poignant2016-03-063-2/+1
| | | | | |
| | | | | * Added default config values and the ability to start the server without a ↵Oliver Poignant2016-03-063-198/+204
| | | | | | | | | | | | | | | | | | | | | | | | config file. Moved HTTP server implementation to separate file.
| | | | | * Store parent in common.pyOliver Poignant2016-03-066-5/+5
| | | | | |
| | | | | * Merge pull request #73 from olipo186/development-twoOliver Poignant2016-03-0617-944/+1106
| | | | | |\ | | | | |/ / | | | | | | Moved files around into new project structure. Work in progress.
| | | | | * MergeOliver Poignant2016-03-061-6/+1
| | | | | |\ | | | | | |/ | | | | |/|
| | | | * | Fixed new issue with GitWrapperOliver Poignant2016-03-061-7/+1
| | | |/ /
| | | | * Cleanup.Oliver Poignant2016-03-061-2/+2
| | | | |
| | | | * Moved files around into new project structureOliver Poignant2016-03-0617-13/+35
| | | | |
| | | | * Module based file structure. Separated service specific implementations into ↵Oliver Poignant2016-03-0615-940/+1079
| | | |/ | | | | | | | | | | | | their own classes.
| | | * CleanupOliver Poignant2016-03-061-6/+15
| | | |
| | | * Fixed mistage. Cleanup.Oliver Poignant2016-03-061-17/+30
| | | |
| | | * Updated docs. Removed shortcuts.Oliver Poignant2016-03-062-8/+8
| | | |
| | | * Added more command line and environment variable optionsOliver Poignant2016-03-062-9/+50
| | | |
| | | * Updated docsOliver Poignant2016-03-061-1/+1
| | | |
| | | * Added the ability to configure one repository using environment variablesOliver Poignant2016-03-062-14/+55
| | | |
| | | * Support for basic configuration based on environment variablesOliver Poignant2016-03-051-1/+13
| | | |
| | | * Use of argparse module for argument parsing. Code cleanup.Oliver Poignant2016-03-051-30/+38
| | | |
| | | * Fixed issue with daemon mode due to new logging. Fixed issue that occurred ↵Oliver Poignant2016-03-051-50/+31
| | | | | | | | | | | | | | | | when no logging handler were present (nor terminal nor file). Simplified config handling.
| | | * Fixed issue with new logging implementation. Simplified config initialization.Oliver Poignant2016-03-051-49/+81
| | | |
| | | * Improved use of logging module. Refactoring.Oliver Poignant2016-03-051-58/+88
| | |/
| | * Updated docsOliver Poignant2016-03-051-2/+2
| | |
| | * Updated docsOliver Poignant2016-03-054-21/+25
| |/
| * Updated documentationOliver Poignant2016-03-053-9/+11
| |
| * Refactoring and cleanup after last PROliver Poignant2016-03-052-79/+128
|/
* PEP8 polishingOliver Poignant2016-03-041-21/+18
|
* Moved stuff aroundOliver Poignant2016-03-041-22/+22
|
* Merge pull request #66 from levabd/masterOliver Poignant2016-03-045-131/+251
|\ | | | | | | | | | | | | This is a very nice PR! Using the logging module is a big improvement as well, now we can close issue https://github.com/olipo186/Git-Auto-Deploy/issues/46. Thanks!
| * fix Typo(Oleg Levitsky2016-02-291-2/+3
| |
| * add documentationsOleg Levitsky2016-02-293-1/+26
| |
| * add Continious Delivery via Pull request workflowOleg Levitsky2016-02-281-0/+0
| |
| * now stdout from console command write in a log file tooOleg Levitsky2016-02-281-15/+38
| |
| * add get_base_config method to log initial eventsOleg Levitsky2016-02-271-21/+34
| |
| * Try to add loggingOleg Levitsky2016-02-272-58/+72
| |
| * now you can leave path key in config empty and repo will not cloneOleg Levisky2016-02-272-66/+82
| |
| * add reading parameters from pull requestOleg Levisky2016-02-271-11/+29
| |
| * add pull request configurationOleg Levisky2016-02-261-1/+11
|/