summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* improve email templatestemplatesValery Sizov2015-04-223-10/+11
|
* Merge branch 'improve_test_coverage' into 'master'Valery Sizov2015-04-229-17/+98
|\ | | | | | | | | | | | | | | Improved test coverage https://dev.gitlab.org/gitlab/gitlab-ci/issues/203 See merge request !68
| * Improved test coverageimprove_test_coverageValery Sizov2015-04-179-17/+98
| |
* | Merge branch 'project_search' into 'master'Valery Sizov2015-04-2211-15/+74
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Projects search on dashboard https://dev.gitlab.org/gitlab/gitlab-ci/issues/173 ![Screenshot_2015-04-21_16.36.58](https://gitlab.com/gitlab-org/gitlab-ci/uploads/d7b6c3d82f71fc920aa484a950ac48a2/Screenshot_2015-04-21_16.36.58.png) See merge request !73
| * | update changelogproject_searchValery Sizov2015-04-211-0/+3
| | |
| * | projects search on dashboardValery Sizov2015-04-2110-15/+73
| | |
* | | Merge branch 'deploy_job_api' into 'master'Valery Sizov2015-04-225-7/+120
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | API for deploy jobs https://dev.gitlab.org/gitlab/gitlab-ci/issues/192 See merge request !69
| * | update changelogdeploy_job_apiValery Sizov2015-04-211-0/+3
| | |
| * | API for deploy jobsValery Sizov2015-04-214-7/+117
|/ /
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciValery Sizov2015-04-211-0/+1
|\ \
| * \ Merge branch 'runners-on-index-doc' into 'master'Valery Sizov2015-04-211-0/+1
| |\ \ | | |/ | |/| | | | | | | | | | add runners to documentation index See merge request !72
| | * add runners to documentation indexJob van der Voort2015-04-211-0/+1
| |/
* | Merge branch 'api_security_fix' into 'master'Dmitriy Zaporozhets2015-04-201-5/+5
|\ \ | |/ |/| | | | | | | | | | | Only who has manage access can manage project https://dev.gitlab.org/gitlab/gitlab-ci/issues/205 See merge request !151
| * only who has manage access can manage projectValery Sizov2015-04-171-5/+5
|/
* Merge branch 'cleanup' into 'master'Valery Sizov2015-04-179-40/+17
|\ | | | | | | | | | | | | | | Cleanup the build model https://dev.gitlab.org/gitlab/gitlab-ci/issues/202 See merge request !67
| * fix build status jsonValery Sizov2015-04-171-1/+1
| |
| * annotatecleanupValery Sizov2015-04-175-18/+5
| |
| * cleanup build modelValery Sizov2015-04-174-21/+11
|/
* Merge branch 'job_soft_deletion' into 'master'Dmitriy Zaporozhets2015-04-156-3/+19
|\ | | | | | | | | | | | | | | Job soft deletion Fixes https://dev.gitlab.org/gitlab/gitlab-ci/issues/200 See merge request !66
| * Job soft deletionValery Sizov2015-04-156-2/+18
| |
| * prevent 500 error when job is deletedValery Sizov2015-04-151-1/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciValery Sizov2015-04-152-13/+13
|\ \
| * \ Merge branch 'more-rubocop-rules' into 'master'Valery Sizov2015-04-152-13/+13
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | Enable more rubocop rules Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !65
| | * Enable more rubocop rulesDmitriy Zaporozhets2015-04-152-13/+13
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | deploy job creation fixValery Sizov2015-04-151-3/+2
|/ /
* | fix rubocopValery Sizov2015-04-151-1/+1
| |
* | job deletion fixValery Sizov2015-04-151-1/+1
| |
* | Merge branch 'fix_job_creation' into 'master'Valery Sizov2015-04-151-3/+4
|\ \ | | | | | | | | | | | | | | | Fix jobs creation See merge request !64
| * | fix jobs creationfix_job_creationValery Sizov2015-04-151-3/+4
|/ /
* | Merge branch 'runner-documenation' into 'master'Sytse Sijbrandij2015-04-134-0/+160
|\ \ | | | | | | | | | | | | | | | | | | | | | Runner documentation Fixes #186 See merge request !150
| * | address line commentsJob van der Voort2015-04-131-2/+3
| | |
| * | add information about creating and registering runnersJob van der Voort2015-04-103-7/+52
| | |
| * | creating runnersJob van der Voort2015-04-102-0/+47
| | |
| * | start with runner documenationJob van der Voort2015-04-101-0/+67
| |/
* | specs: move describe block outValery Sizov2015-04-101-18/+18
| |
* | Merge branch 'smart_commit_creation' into 'master'Dmitriy Zaporozhets2015-04-106-3/+57
|\ \ | | | | | | | | | | | | | | | | | | | | | Skip commit creation if there is no appropriate job https://dev.gitlab.org/gitlab/gitlab-ci/issues/175 See merge request !62
| * | skip commit creation if there is no appropriate jobValery Sizov2015-04-106-3/+57
| |/
* | Merge branch 'fix_adding_projects' into 'master'Dmitriy Zaporozhets2015-04-102-1/+26
|\ \ | |/ |/| | | | | | | Fix projects creation See merge request !63
| * fix adding projectsValery Sizov2015-04-102-1/+26
|/
* Merge branch 'protected_attributes' into 'master'Dmitriy Zaporozhets2015-04-0917-53/+18
|\ | | | | | | | | | | | | | | Remove protected attributes https://dev.gitlab.org/gitlab/gitlab-ci/issues/165 See merge request !60
| * update changelogValery Sizov2015-04-091-0/+1
| |
| * remove protected attributesValery Sizov2015-04-0916-53/+17
| |
* | Merge branch 'runners_sorting' into 'master'Dmitriy Zaporozhets2015-04-092-1/+2
|\ \ | | | | | | | | | | | | | | | Runners sorting in admin area See merge request !59
| * | Runners sortingValery Sizov2015-04-092-1/+2
| |/
* | Fix title in admin areaDmitriy Zaporozhets2015-04-091-7/+6
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove duplicate in GemfileDmitriy Zaporozhets2015-04-091-1/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'developers_can_cancel_job' into 'master'Dmitriy Zaporozhets2015-04-098-8/+105
|\ \ | |/ |/| | | | | | | | | | | | | | | Developers can cancel and retry jobs https://github.com/gitlabhq/gitlab-ci/issues/563 and https://dev.gitlab.org/gitlab/gitlab-ci/issues/170 See merge request !52
| * developers can cancel and retry jobdevelopers_can_cancel_jobValery Sizov2015-04-078-8/+105
| |
* | Merge branch 'improve_docs' into 'master'Job van der Voort2015-04-094-0/+61
|\ \ | | | | | | | | | | | | | | | Jobs documentation See merge request !149
| * | improve wordingJob van der Voort2015-04-091-16/+30
| | |