Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RefactoringHEADorigin/masterorigin/HEADmaster | Oliver Poignant | 2017-01-08 | 8 | -23/+74 |
| | |||||
* | Compatibility with python >= 3.4 | Oliver Poignant | 2017-01-03 | 7 | -12/+12 |
| | |||||
* | Merge | Oliver Poignant | 2016-12-12 | 1 | -2/+3 |
|\ | |||||
| * | Correct url retrieval, fixes #142 | Christian Flach | 2016-12-12 | 1 | -2/+4 |
| | | |||||
* | | Refactoring and preparations for JSON API | Oliver Poignant | 2016-12-12 | 8 | -136/+69 |
|/ | |||||
* | Verify secret token in GitLab requests | Oliver Poignant | 2016-12-09 | 4 | -9/+33 |
| | |||||
* | Modifying config option name and adding docs | Oliver Poignant | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Allow more than one GitHub repo from the same user | Henk Hesselink | 2016-11-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | GitHub does not allow the same SSH key to be used for multiple repositories on the same server belonging to the same user, see: http://snipe.net/2013/04/multiple-github-deploy-keys-single-server The fix there doesn't work because the "url" field is used both to get the repo and to identify it when a push comes in. Using a local SSH name for the repo works for getting the repo but then the name in the push doesn't match. This patch adds a 'repo' option that that can be set to the name of the repo as given in the push. If 'repo' is not set the behaviour is unchanged. Example: "url": "git@repo-a-shortname/somerepo.git" "repo": "git@github.com/somerepo.git" | ||||
* | Supports Coding repository management | xohozu | 2016-07-16 | 2 | -1/+56 |
| | | | | https://coding.net | ||||
* | Fixing GitlabCi parser | Kiyan Shalileh | 2016-06-26 | 1 | -4/+12 |
| | |||||
* | Changing log levels and cleaning up console output | Oliver Poignant | 2016-05-12 | 4 | -8/+8 |
| | |||||
* | Added support for verifying GitHub secret token | Oliver Poignant | 2016-05-08 | 1 | -2/+20 |
| | |||||
* | Pass repo urls from request parsers | Oliver Poignant | 2016-04-14 | 4 | -5/+5 |
| | |||||
* | Merge | Oliver Poignant | 2016-03-12 | 1 | -0/+8 |
| | |||||
* | Store parent in common.py | Oliver Poignant | 2016-03-06 | 6 | -5/+5 |
| | |||||
* | Moved files around into new project structure | Oliver Poignant | 2016-03-06 | 7 | -0/+207 |