summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* refactoring network related coderefactoring_user_urlValery Sizov2015-04-225-6/+6
|
* Merge branch 'improve_test_coverage' into 'master'Valery Sizov2015-04-224-5/+84
|\ | | | | | | | | | | | | | | Improved test coverage https://dev.gitlab.org/gitlab/gitlab-ci/issues/203 See merge request !68
| * Improved test coverageimprove_test_coverageValery Sizov2015-04-174-5/+84
| |
* | Merge branch 'project_search' into 'master'Valery Sizov2015-04-222-1/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | projects search on dashboardValery Sizov2015-04-212-1/+26
| |/
* | API for deploy jobsValery Sizov2015-04-211-0/+48
|/
* annotatecleanupValery Sizov2015-04-173-12/+3
|
* specs: move describe block outValery Sizov2015-04-101-18/+18
|
* Merge branch 'smart_commit_creation' into 'master'Dmitriy Zaporozhets2015-04-102-2/+46
|\ | | | | | | | | | | | | | | 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-102-2/+46
| |
* | fix adding projectsValery Sizov2015-04-101-0/+25
|/
* Merge branch 'protected_attributes' into 'master'Dmitriy Zaporozhets2015-04-093-19/+0
|\ | | | | | | | | | | | | | | Remove protected attributes https://dev.gitlab.org/gitlab/gitlab-ci/issues/165 See merge request !60
| * remove protected attributesValery Sizov2015-04-093-19/+0
| |
* | Merge branch 'developers_can_cancel_job' into 'master'Dmitriy Zaporozhets2015-04-092-0/+64
|\ \ | |/ |/| | | | | | | | | | | | | | | 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-072-0/+64
| |
* | Merge branch 'fork_support' into 'master'Dmitriy Zaporozhets2015-04-084-0/+96
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for forks https://dev.gitlab.org/gitlab/gitlab-ci/issues/187 !!! GitLab side MR - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/499 See merge request !56
| * | project forking: specsValery Sizov2015-04-064-0/+96
| | |
* | | remove admin show pageValery Sizov2015-04-081-9/+0
| |/ |/|
* | webhook spec improvementValery Sizov2015-04-071-1/+14
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciValery Sizov2015-04-071-0/+13
|\ \
| * \ Merge branch 'search-runners' into 'master'Valery Sizov2015-04-031-0/+13
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Search runners in admin area Should be reviewed after !54 because based on that branch Fixes https://dev.gitlab.org/gitlab/gitlab-ci/issues/172 See merge request !55
| | * Search runners by token or description on admin/runners pagesearch-runnersDmitriy Zaporozhets2015-04-021-0/+13
| | |
* | | Merge pull request #573 from pixel-shock/deploy-jobs-with-regexValeriy Sizov2015-04-071-2/+7
|\ \ \ | |/ / |/| | Jobs checking "run_for_ref" by glob pattern
| * | Changed RegExp to glob pattern like in project settingsTino Wehe2015-04-011-7/+6
| | |
| * | Jobs checking "run_for_ref" by RegExp nowTino Wehe2015-04-011-2/+8
| |/ | | | | | | | | | | | | | | | | | | +- increased max length of refs in db +- changed ref-check to RegExp + added method to distinguish between RegExp given or normal string + added more tests +- changed "refs" description in FrontEnd
* | refactoring of deploy job creationdeploy_without_testsValery Sizov2015-04-012-27/+14
| |
* | Deploy without testsValery Sizov2015-03-311-3/+24
|/
* Merge pull request #559 from jvanbaarsen/remove-deprecated-api-pointValeriy Sizov2015-03-311-36/+0
|\ | | | | Removed deprecated API behaviour
| * Removed deprecated API behaviourJeroen van Baarsen2015-03-051-36/+0
| | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | annotate eventValery Sizov2015-03-261-1/+14
| |
* | specs for eventsValery Sizov2015-03-264-0/+85
| |
* | Include test coverage in testsDmitriy Zaporozhets2015-03-251-1/+10
| |
* | Convert shared runner to specific when assing to projectDmitriy Zaporozhets2015-03-251-0/+11
| |
* | More tests for register build serviceDmitriy Zaporozhets2015-03-251-14/+38
| |
* | Repect project shared runners settingDmitriy Zaporozhets2015-03-251-0/+35
| |
* | Annotate modelsDmitriy Zaporozhets2015-03-256-11/+50
| |
* | Add project search at runner pageDmitriy Zaporozhets2015-03-242-2/+28
| |
* | improve commit routingValery Sizov2015-03-202-3/+3
| |
* | Url to commit contain ref nameValery Sizov2015-03-201-1/+1
| |
* | projects sorting by last_commit_dateValery Sizov2015-03-193-5/+28
| |
* | Merge branch 'notify_based_on_pusher_email' into 'master'Dmitriy Zaporozhets2015-03-105-32/+31
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Notify only pusher instead of commiter Fixes #161 !!! Dependent MR on GitLab - https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1630 See merge request !126
| * | rename committer to pusherValery Sizov2015-03-104-20/+20
| | |
| * | notifications: fix specValery Sizov2015-03-102-3/+4
| | |
| * | Notify only pusher instead of commiterValery Sizov2015-03-101-9/+7
| | |
* | | Merge branch 'deploy_integration_tests' into 'master'Valery Sizov2015-03-101-0/+10
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Feature test for deploy job Fixes #164 See merge request !135
| * | feature test for deploy jobValery Sizov2015-03-101-0/+10
| |/
* | rename method run_deploy_job to create_deploy_buildsValery Sizov2015-03-101-2/+2
|/
* Write test for 500 error on runners pageDmitriy Zaporozhets2015-03-041-0/+3
|
* fix random failing specValery Sizov2015-03-041-1/+1
|
* Merge branch 'jobs_tabs' into 'master'Dmitriy Zaporozhets2015-03-042-1/+40
|\ | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153 ![joxi_screenshot_1425465268516](https://dev.gitlab.org/gitlab/gitlab-ci/uploads/23960cfff46ac6c7d1d0ded528917306/joxi_screenshot_1425465268516.png) See merge request !124