Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | annotatecleanup | Valery Sizov | 2015-04-17 | 2 | -6/+2 |
| | |||||
* | cleanup build model | Valery Sizov | 2015-04-17 | 2 | -13/+1 |
| | |||||
* | Job soft deletion | Valery Sizov | 2015-04-15 | 2 | -1/+3 |
| | |||||
* | prevent 500 error when job is deleted | Valery Sizov | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | skip commit creation if there is no appropriate job | Valery Sizov | 2015-04-10 | 2 | -1/+6 |
| | |||||
* | Merge branch 'protected_attributes' into 'master' | Dmitriy Zaporozhets | 2015-04-09 | 4 | -13/+0 |
|\ | | | | | | | | | | | | | | | Remove protected attributes https://dev.gitlab.org/gitlab/gitlab-ci/issues/165 See merge request !60 | ||||
| * | remove protected attributes | Valery Sizov | 2015-04-09 | 4 | -13/+0 |
| | | |||||
* | | Merge branch 'developers_can_cancel_job' into 'master' | Dmitriy Zaporozhets | 2015-04-09 | 1 | -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_job | Valery Sizov | 2015-04-07 | 1 | -5/+30 |
| | | |||||
* | | Merge branch 'fork_support' into 'master' | Dmitriy Zaporozhets | 2015-04-08 | 1 | -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: specs | Valery Sizov | 2015-04-06 | 1 | -5/+5 |
| | | |||||
| * | support for forks | Valery Sizov | 2015-04-06 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ci | Valery Sizov | 2015-04-07 | 1 | -0/+5 |
|\ \ | |||||
| * \ | Merge branch 'search-runners' into 'master' | Valery Sizov | 2015-04-03 | 1 | -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-runners | Dmitriy Zaporozhets | 2015-04-02 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #573 from pixel-shock/deploy-jobs-with-regex | Valeriy Sizov | 2015-04-07 | 1 | -3/+11 |
|\ \ \ | |/ / |/| | | Jobs checking "run_for_ref" by glob pattern | ||||
| * | | fixed camelCase style | Tino Wehe | 2015-04-01 | 1 | -2/+2 |
| | | | |||||
| * | | Changed RegExp to glob pattern like in project settings | Tino Wehe | 2015-04-01 | 1 | -15/+6 |
| | | | |||||
| * | | fixed houndci messages | Tino Wehe | 2015-04-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - "Redundant return detected." - "Pass &:strip as an argument to map instead of a block." | ||||
| * | | Jobs checking "run_for_ref" by RegExp now | Tino Wehe | 2015-04-01 | 1 | -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 Zaporozhets | 2015-04-01 | 2 | -6/+7 |
|\ \ | |/ |/| | | | | | | | | | | | Deploy without tests Fixes #127 See merge request !51 | ||||
| * | refactoring of deploy job creationdeploy_without_tests | Valery Sizov | 2015-04-01 | 2 | -6/+7 |
| | | |||||
| * | Deploy without tests | Valery Sizov | 2015-03-31 | 1 | -1/+1 |
| | | |||||
* | | GitLab project consistency | Valery Sizov | 2015-03-30 | 1 | -1/+1 |
|/ | |||||
* | annotate event | Valery Sizov | 2015-03-26 | 1 | -0/+13 |
| | |||||
* | events for admin | Valery Sizov | 2015-03-26 | 1 | -0/+3 |
| | |||||
* | events | Valery Sizov | 2015-03-26 | 2 | -0/+8 |
| | |||||
* | Convert shared runner to specific when assing to project | Dmitriy Zaporozhets | 2015-03-25 | 1 | -0/+6 |
| | |||||
* | More tests for register build service | Dmitriy Zaporozhets | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | Repect project shared runners setting | Dmitriy Zaporozhets | 2015-03-25 | 1 | -0/+1 |
| | |||||
* | Annotate models | Dmitriy Zaporozhets | 2015-03-25 | 3 | -1/+6 |
| | |||||
* | Merge branch 'security_fix' into 'master' | Dmitriy Zaporozhets | 2015-03-25 | 2 | -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:  See merge request !143 | ||||
| * | Security fix: added is_shared parameter | Valery Sizov | 2015-03-25 | 2 | -6/+4 |
| | | |||||
* | | Add project search at runner page | Dmitriy Zaporozhets | 2015-03-24 | 1 | -0/+5 |
|/ | |||||
* | improve commit routing | Valery Sizov | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | Url to commit contain ref name | Valery Sizov | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | projects sorting by last_commit_date | Valery Sizov | 2015-03-19 | 1 | -0/+6 |
| | |||||
* | rename committer to pusher | Valery Sizov | 2015-03-10 | 3 | -7/+7 |
| | |||||
* | Notify only pusher instead of commiter | Valery Sizov | 2015-03-10 | 1 | -1/+5 |
| | |||||
* | rename method run_deploy_job to create_deploy_builds | Valery Sizov | 2015-03-10 | 2 | -2/+2 |
| | |||||
* | Allow to pause runners - when paused runner will not receive any new build | Kamil Trzcinski | 2015-03-06 | 1 | -1/+3 |
| | |||||
* | Added runner last contact | Kamil Trzcinski | 2015-03-06 | 1 | -6/+7 |
| | |||||
* | Merge branch 'jobs_tabs' into 'master' | Dmitriy Zaporozhets | 2015-03-04 | 3 | -3/+26 |
|\ | | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153  See merge request !124 | ||||
| * | Deploy jobs | Valery Sizov | 2015-03-02 | 3 | -3/+26 |
| | | |||||
* | | Fix coverage for a commit having more than one build | Hanfei Shen | 2015-03-02 | 1 | -2/+2 |
|/ | |||||
* | rubocop install | Valery Sizov | 2015-02-25 | 6 | -39/+39 |
| | |||||
* | reset user session if token is invalid | Valery Sizov | 2015-02-24 | 1 | -27/+21 |
| | |||||
* | Fix skip_refs parameter, glob pattern implementationbranch_wildcard_fix | Valery Sizov | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'topic/settings-email' into 'master' | Valery Sizov | 2015-02-04 | 5 | -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 tests | Kamil Trzcinski | 2015-01-29 | 1 | -3/+3 |
| | |