summaryrefslogtreecommitdiff
path: root/app/models/build.rb
Commit message (Expand)AuthorAgeFilesLines
* refactoring of deploy job creationdeploy_without_testsValery Sizov2015-04-011-1/+4
* Repect project shared runners settingDmitriy Zaporozhets2015-03-251-0/+1
* rename method run_deploy_job to create_deploy_buildsValery Sizov2015-03-101-1/+1
* Deploy jobsValery Sizov2015-03-021-0/+1
* rubocop installValery Sizov2015-02-251-1/+1
* Migrate E-mail notification to ServicesKamil Trzcinski2015-01-291-6/+0
* Fix Build#traceDmitriy Zaporozhets2015-01-231-1/+1
* Dont expose CI project token in build traceDmitriy Zaporozhets2015-01-231-0/+6
* Merge branch 'topic/settings' into 'master'Valery Sizov2015-01-221-0/+2
|\
| * Added Slack notification serviceKamil Trzcinski2015-01-121-0/+2
* | Fix retry build featureDmitriy Zaporozhets2015-01-161-6/+15
* | Fix build refDmitriy Zaporozhets2015-01-151-1/+7
* | Register builds depend on runner tagsDmitriy Zaporozhets2015-01-121-23/+28
|/
* Write tag name into buildDmitriy Zaporozhets2015-01-121-1/+5
* Allow adding builds to existing commitsDmitriy Zaporozhets2015-01-121-0/+8
* Improve build page with tabs for parallel buildsDmitriy Zaporozhets2014-11-071-0/+6
* Refactor commits/builds logicDmitriy Zaporozhets2014-11-051-24/+9
* ReannotateDmitriy Zaporozhets2014-11-051-0/+8
* Replace project scripts textarea with jobsDmitriy Zaporozhets2014-11-041-2/+7
* Link build with jobDmitriy Zaporozhets2014-11-031-0/+1
* Commit creates multiple builds nowDmitriy Zaporozhets2014-11-031-5/+2
* Fix retry featureDmitriy Zaporozhets2014-10-311-0/+4
* Fix syntax for pgDmitriy Zaporozhets2014-10-311-1/+1
* Improve app performanceDmitriy Zaporozhets2014-10-311-0/+11
* Merge branch 'enhancement/separate-commits-from-builds' of https://gitlab.com...Dmitriy Zaporozhets2014-10-311-81/+38
|\
| * Separate Commit model and logic from Build model|etc...Kestred2014-08-231-81/+38
* | Implement parsing and set coverage after build finishedDmitriy Zaporozhets2014-10-011-1/+28
|/
* Remove public key from runner modelDmitriy Zaporozhets2014-05-061-2/+2
* Fix WebHook executionDmitriy Zaporozhets2014-05-051-1/+2
* create web hookVõ Anh Duy2014-02-251-0/+3
* Use build id for url. Use trace_html for renderingDmitriy Zaporozhets2014-02-071-4/+0
* Refactor build page logicDmitriy Zaporozhets2014-01-311-0/+4
* Fix public scope, use new project field nameDmitriy Zaporozhets2014-01-301-1/+1
* AnnotateDmitriy Zaporozhets2014-01-291-1/+1
* CreateBuildService for build creation and more validation to build modelDmitriy Zaporozhets2014-01-291-0/+8
* Fix build duration for in-progress buildsDmitriy Zaporozhets2014-01-161-0/+2
* Refactor charts resource. Improved charts codeDmitriy Zaporozhets2014-01-111-0/+6
* Fix notification for success buildsDmitriy Zaporozhets2013-12-181-1/+1
* Rewrite notifications to work without observersDmitriy Zaporozhets2013-12-181-2/+8
* Send email notification on change of build status from success to failed and ...Jeroen Knoops2013-11-301-3/+1
* Merge remote-tracking branch 'upstream/master' into emailJeroen Knoops2013-11-201-0/+1
|\
| * Reset runner id for Build.create_fromDmitriy Zaporozhets2013-11-201-0/+1
* | Email notification settings can now be managed in settings dialog.Jeroen Knoops2013-11-201-0/+9
* | Add email notification to committerJeroen Knoops2013-11-121-0/+4
|/
* expose project namegdunkle2013-10-291-1/+5
* Build basic auth for Build#repo_urlDmitriy Zaporozhets2013-10-241-1/+7
* Remove old controllersDmitriy Zaporozhets2013-10-241-1/+1
* Runner is shared between all projects now unless it is assigned to any of themDmitriy Zaporozhets2013-10-241-0/+4
* Allow selecting git fetch or git clone for builds. Send build timeout with APIDmitriy Zaporozhets2013-10-231-1/+7
* You should add runners to project. WHen runner added -> deploy key for runner...Dmitriy Zaporozhets2013-06-031-20/+21