summaryrefslogtreecommitdiff
path: root/app/services/create_commit_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add committed_at to commits to properly order last commit (the force push issue)Kamil Trzcinski2015-08-211-0/+1
* Allow to specify flexible list of types in yamlKamil Trzcinski2015-07-101-4/+0
* warning when .gitlab-ci.yml not foundValery Sizov2015-06-241-2/+1
* yaml refactoringValery Sizov2015-06-191-12/+1
* New syntax of gitlab-ci.ymlValery Sizov2015-06-121-9/+1
* Do not retry build for the same commit and refValery Sizov2015-06-051-1/+1
* improve migrator of deprecated jobsValery Sizov2015-06-031-2/+3
* Implementation of configuration CI with gitlab-ci.ymlValery Sizov2015-06-031-3/+11
* proof of concept yml configurationValery Sizov2015-06-031-6/+3
* Fix 'ci skip' tagValery Sizov2015-04-281-0/+4
* skip commit creation if there is no appropriate jobValery Sizov2015-04-101-0/+4
* refactoring of deploy job creationdeploy_without_testsValery Sizov2015-04-011-1/+3
* Deploy without testsValery Sizov2015-03-311-0/+2
* Url to commit contain ref nameValery Sizov2015-03-201-1/+1
* Notify only pusher instead of commiterValery Sizov2015-03-101-0/+1
* Accept checkout_sha from GitLabDmitriy Zaporozhets2015-01-151-2/+2
* Register builds depend on runner tagsDmitriy Zaporozhets2015-01-121-0/+1
* Write tag name into buildDmitriy Zaporozhets2015-01-121-1/+1
* Allow adding builds to existing commitsDmitriy Zaporozhets2015-01-121-22/+17
* Job can serve branches or tags or bothDmitriy Zaporozhets2015-01-101-4/+12
* Refactor commit shaDmitriy Zaporozhets2014-11-061-1/+1
* Refactor commits/builds logicDmitriy Zaporozhets2014-11-051-2/+20
* Merge branch 'enhancement/separate-commits-from-builds' of https://gitlab.com...Dmitriy Zaporozhets2014-10-311-0/+2
* Separate Commit model and logic from Build model|etc...Kestred2014-08-231-0/+28