summaryrefslogtreecommitdiffstats
path: root/gitautodeploy
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Added missing config file for debian packageOliver Poignant2016-03-231-0/+34
|
* Fixed bug due to missing importOliver Poignant2016-03-181-1/+2
|
* Merge with stuff from masterOliver Poignant2016-03-131-30/+14
|
* MergeOliver Poignant2016-03-122-5/+38
|
* Debian packaging setupOliver Poignant2016-03-111-3/+18
|
* Fix issue when running without config fileOliver Poignant2016-03-081-0/+3
|
* Added structure for config generating script (needed when installing using ↵Oliver Poignant2016-03-063-0/+6
| | | | setup.py or pip)
* Renamed start scriptOliver Poignant2016-03-061-1/+0
|
* 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
|
* MergeOliver Poignant2016-03-061-6/+1
|
* Cleanup.Oliver Poignant2016-03-061-2/+2
|
* Moved files around into new project structureOliver Poignant2016-03-0615-0/+1097