summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Collapse)AuthorAgeFilesLines
* annotatecleanupValery Sizov2015-04-172-6/+2
|
* 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-091-0/+54
|\ \ | |/ |/| | | | | | | | | | | | | | | 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-071-0/+54
| |
* | Merge branch 'fork_support' into 'master'Dmitriy Zaporozhets2015-04-081-0/+5
|\ \ | |/ |/| | | | | | | | | | | | | | | 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-061-0/+5
| |
* | 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-011-27/+1
| |
* | Deploy without testsValery Sizov2015-03-311-3/+24
|/
* Convert shared runner to specific when assing to projectDmitriy Zaporozhets2015-03-251-0/+11
|
* Annotate modelsDmitriy Zaporozhets2015-03-254-5/+40
|
* Add project search at runner pageDmitriy Zaporozhets2015-03-241-1/+8
|
* projects sorting by last_commit_dateValery Sizov2015-03-191-0/+13
|
* rename committer to pusherValery Sizov2015-03-103-19/+19
|
* notifications: fix specValery Sizov2015-03-101-3/+3
|
* Notify only pusher instead of commiterValery Sizov2015-03-101-9/+7
|
* rename method run_deploy_job to create_deploy_buildsValery Sizov2015-03-101-2/+2
|
* 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
| * remove bindingValery Sizov2015-03-041-2/+0
| |
| * Deploy jobsValery Sizov2015-03-022-1/+42
| |
* | Upgrade to rails 4.1.9Jeroen van Baarsen2015-02-282-4/+4
|/ | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix skip_refs parameter, glob pattern implementationbranch_wildcard_fixValery Sizov2015-02-111-3/+2
|
* Merge branch 'topic/settings-email' into 'master'Valery Sizov2015-02-041-0/+192
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate E-mail notification to Services menu As discussed earlier e-mail notifications lives now under Services menu. Let me know if this is right direction. I think now that maybe I shouldn't migrate email_add_committer and email_recipients to MailService and instead use parameters from Project. What guys do you think? Tests results are here: https://semaphoreapp.com/ayufan/gitlab-ci/branches/topic-settings-email See merge request !30
| * Fixed testsKamil Trzcinski2015-01-291-10/+112
| |
| * Migrate E-mail notification to ServicesKamil Trzcinski2015-01-291-0/+90
| |
* | Allow Project#skip_refs to accept & match regexallow_regex_for_project_skip_refAndrew Ang2015-02-041-0/+17
|/ | | | | | * Added rspec tests for #skip_ref? * Allow regex matching * Added hints on Project form
* Fixed typo in slack message specsKamil Trzcinski2015-01-231-1/+1
|
* Added Service and SlackService specsKamil Trzcinski2015-01-123-0/+186
|
* Merge branch 'last_build_fix' into 'master'Dmitriy Zaporozhets2015-01-081-0/+13
|\ | | | | | | | | | | Last_build fix See merge request !99
| * Fix scheduled retryingValery Sizov2015-01-071-0/+13
| |
* | Re-annotateDmitriy Zaporozhets2015-01-071-1/+0
|/
* remove script field from projectValery Sizov2014-12-011-2/+1
|
* Fix spec filesDmitriy Zaporozhets2014-11-061-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor commits/builds logicDmitriy Zaporozhets2014-11-053-52/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* ReannotateDmitriy Zaporozhets2014-11-053-8/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2014-11-042-6/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'enhancement/separate-commits-from-builds' of ↵Dmitriy Zaporozhets2014-10-313-158/+243
|\ | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/kestred/gitlab-ci into kestred/gitlab-ci-enhancement/separate-commits-from-builds Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/models/build.rb app/services/create_build_service.rb db/schema.rb
| * Separate Commit model and logic from Build model|etc...Kestred2014-08-233-158/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an entirely non-user facing change which prepares GitLab CI for future support of Parallel Builds. See https://about.gitlab.com/2013/12/19/gitlab-ci-with-parallel-builds-and-deployments/. These changes specifically avoid changing the supported API or changing any of the website views. Changes to the website views will come in tandem with future features like "Multiple build scripts". The supported API won't change as part of any future changes on this vein, to maintain support for the unofficial GitLab CI runners. This closes the following implementation step: 1. A commit has many builds Signed-off-by: Kestred <kestred@riotcave.com>
* | Implement parsing and set coverage after build finishedDmitriy Zaporozhets2014-10-011-0/+26
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests for Network model.Gabor Nagy2014-07-091-0/+54
|
* Fix testsDmitriy Zaporozhets2014-07-091-1/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve coverage of app/models/build.rb.Gabor Nagy2014-06-261-3/+217
|
* Remove public key from runner modelDmitriy Zaporozhets2014-05-065-24/+34
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix web hook specsDmitriy Zaporozhets2014-05-051-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* create web hookVõ Anh Duy2014-02-251-0/+58
|
* Fix public scope, use new project field nameDmitriy Zaporozhets2014-01-301-1/+1
|