summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
* annotatecleanupValery Sizov2015-04-172-6/+2
|
* cleanup build modelValery Sizov2015-04-172-13/+1
|
* Job soft deletionValery Sizov2015-04-152-1/+3
|
* prevent 500 error when job is deletedValery Sizov2015-04-151-1/+1
|
* skip commit creation if there is no appropriate jobValery Sizov2015-04-102-1/+6
|
* Merge branch 'protected_attributes' into 'master'Dmitriy Zaporozhets2015-04-094-13/+0
|\ | | | | | | | | | | | | | | Remove protected attributes https://dev.gitlab.org/gitlab/gitlab-ci/issues/165 See merge request !60
| * remove protected attributesValery Sizov2015-04-094-13/+0
| |
* | Merge branch 'developers_can_cancel_job' into 'master'Dmitriy Zaporozhets2015-04-091-5/+30
|\ \ | |/ |/| | | | | | | | | | | | | | | 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-5/+30
| |
* | Merge branch 'fork_support' into 'master'Dmitriy Zaporozhets2015-04-081-2/+6
|\ \ | |/ |/| | | | | | | | | | | | | | | 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-5/+5
| |
| * support for forksValery Sizov2015-04-061-2/+6
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciValery Sizov2015-04-071-0/+5
|\ \
| * \ Merge branch 'search-runners' into 'master'Valery Sizov2015-04-031-0/+5
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | 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/+5
| | |
* | | Merge pull request #573 from pixel-shock/deploy-jobs-with-regexValeriy Sizov2015-04-071-3/+11
|\ \ \ | |/ / |/| | Jobs checking "run_for_ref" by glob pattern
| * | fixed camelCase styleTino Wehe2015-04-011-2/+2
| | |
| * | Changed RegExp to glob pattern like in project settingsTino Wehe2015-04-011-15/+6
| | |
| * | fixed houndci messagesTino Wehe2015-04-011-2/+2
| | | | | | | | | | | | | | | - "Redundant return detected." - "Pass &:strip as an argument to map instead of a block."
| * | Jobs checking "run_for_ref" by RegExp nowTino Wehe2015-04-011-3/+20
| |/ | | | | | | | | | | | | | | | | | | +- 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
* | Merge branch 'deploy_without_tests' into 'master'Dmitriy Zaporozhets2015-04-012-6/+7
|\ \ | |/ |/| | | | | | | | | | | Deploy without tests Fixes #127 See merge request !51
| * refactoring of deploy job creationdeploy_without_testsValery Sizov2015-04-012-6/+7
| |
| * Deploy without testsValery Sizov2015-03-311-1/+1
| |
* | GitLab project consistencyValery Sizov2015-03-301-1/+1
|/
* annotate eventValery Sizov2015-03-261-0/+13
|
* events for adminValery Sizov2015-03-261-0/+3
|
* eventsValery Sizov2015-03-262-0/+8
|
* Convert shared runner to specific when assing to projectDmitriy Zaporozhets2015-03-251-0/+6
|
* More tests for register build serviceDmitriy Zaporozhets2015-03-251-1/+1
|
* Repect project shared runners settingDmitriy Zaporozhets2015-03-251-0/+1
|
* Annotate modelsDmitriy Zaporozhets2015-03-253-1/+6
|
* Merge branch 'security_fix' into 'master'Dmitriy Zaporozhets2015-03-252-6/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fix: added is_shared parameter #176 This fix does not do anything with shared runners on gitlab.com. It means that we need to: * clear all temporary data on our shared runners * remove shared runner which are not ours Consider to put to the blog that some users might want to disable this option: ![joxi_screenshot_1427221433910](https://dev.gitlab.org/gitlab/gitlab-ci/uploads/6283b3e293d898511a3ae5667cb71774/joxi_screenshot_1427221433910.png) See merge request !143
| * Security fix: added is_shared parameterValery Sizov2015-03-252-6/+4
| |
* | Add project search at runner pageDmitriy Zaporozhets2015-03-241-0/+5
|/
* improve commit routingValery Sizov2015-03-201-1/+1
|
* Url to commit contain ref nameValery Sizov2015-03-201-1/+1
|
* projects sorting by last_commit_dateValery Sizov2015-03-191-0/+6
|
* rename committer to pusherValery Sizov2015-03-103-7/+7
|
* Notify only pusher instead of commiterValery Sizov2015-03-101-1/+5
|
* rename method run_deploy_job to create_deploy_buildsValery Sizov2015-03-102-2/+2
|
* Allow to pause runners - when paused runner will not receive any new buildKamil Trzcinski2015-03-061-1/+3
|
* Added runner last contactKamil Trzcinski2015-03-061-6/+7
|
* Merge branch 'jobs_tabs' into 'master'Dmitriy Zaporozhets2015-03-043-3/+26
|\ | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153 ![joxi_screenshot_1425465268516](https://dev.gitlab.org/gitlab/gitlab-ci/uploads/23960cfff46ac6c7d1d0ded528917306/joxi_screenshot_1425465268516.png) See merge request !124
| * Deploy jobsValery Sizov2015-03-023-3/+26
| |
* | Fix coverage for a commit having more than one buildHanfei Shen2015-03-021-2/+2
|/
* rubocop installValery Sizov2015-02-256-39/+39
|
* reset user session if token is invalidValery Sizov2015-02-241-27/+21
|
* Fix skip_refs parameter, glob pattern implementationbranch_wildcard_fixValery Sizov2015-02-111-1/+1
|
* Merge branch 'topic/settings-email' into 'master'Valery Sizov2015-02-045-15/+104
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+3
| |