Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | annotatecleanup | Valery Sizov | 2015-04-17 | 2 | -6/+2 |
| | |||||
* | Merge branch 'protected_attributes' into 'master' | Dmitriy Zaporozhets | 2015-04-09 | 3 | -19/+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 | 3 | -19/+0 |
| | | |||||
* | | Merge branch 'developers_can_cancel_job' into 'master' | Dmitriy Zaporozhets | 2015-04-09 | 1 | -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_job | Valery Sizov | 2015-04-07 | 1 | -0/+54 |
| | | |||||
* | | Merge branch 'fork_support' into 'master' | Dmitriy Zaporozhets | 2015-04-08 | 1 | -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: specs | Valery Sizov | 2015-04-06 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #573 from pixel-shock/deploy-jobs-with-regex | Valeriy Sizov | 2015-04-07 | 1 | -2/+7 |
|\ \ | |/ |/| | Jobs checking "run_for_ref" by glob pattern | ||||
| * | Changed RegExp to glob pattern like in project settings | Tino Wehe | 2015-04-01 | 1 | -7/+6 |
| | | |||||
| * | Jobs checking "run_for_ref" by RegExp now | Tino Wehe | 2015-04-01 | 1 | -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_tests | Valery Sizov | 2015-04-01 | 1 | -27/+1 |
| | | |||||
* | | Deploy without tests | Valery Sizov | 2015-03-31 | 1 | -3/+24 |
|/ | |||||
* | Convert shared runner to specific when assing to project | Dmitriy Zaporozhets | 2015-03-25 | 1 | -0/+11 |
| | |||||
* | Annotate models | Dmitriy Zaporozhets | 2015-03-25 | 4 | -5/+40 |
| | |||||
* | Add project search at runner page | Dmitriy Zaporozhets | 2015-03-24 | 1 | -1/+8 |
| | |||||
* | projects sorting by last_commit_date | Valery Sizov | 2015-03-19 | 1 | -0/+13 |
| | |||||
* | rename committer to pusher | Valery Sizov | 2015-03-10 | 3 | -19/+19 |
| | |||||
* | notifications: fix spec | Valery Sizov | 2015-03-10 | 1 | -3/+3 |
| | |||||
* | Notify only pusher instead of commiter | Valery Sizov | 2015-03-10 | 1 | -9/+7 |
| | |||||
* | rename method run_deploy_job to create_deploy_builds | Valery Sizov | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | fix random failing spec | Valery Sizov | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'jobs_tabs' into 'master' | Dmitriy Zaporozhets | 2015-03-04 | 2 | -1/+40 |
|\ | | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153  See merge request !124 | ||||
| * | remove binding | Valery Sizov | 2015-03-04 | 1 | -2/+0 |
| | | |||||
| * | Deploy jobs | Valery Sizov | 2015-03-02 | 2 | -1/+42 |
| | | |||||
* | | Upgrade to rails 4.1.9 | Jeroen van Baarsen | 2015-02-28 | 2 | -4/+4 |
|/ | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Fix skip_refs parameter, glob pattern implementationbranch_wildcard_fix | Valery Sizov | 2015-02-11 | 1 | -3/+2 |
| | |||||
* | Merge branch 'topic/settings-email' into 'master' | Valery Sizov | 2015-02-04 | 1 | -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 tests | Kamil Trzcinski | 2015-01-29 | 1 | -10/+112 |
| | | |||||
| * | Migrate E-mail notification to Services | Kamil Trzcinski | 2015-01-29 | 1 | -0/+90 |
| | | |||||
* | | Allow Project#skip_refs to accept & match regexallow_regex_for_project_skip_ref | Andrew Ang | 2015-02-04 | 1 | -0/+17 |
|/ | | | | | | * Added rspec tests for #skip_ref? * Allow regex matching * Added hints on Project form | ||||
* | Fixed typo in slack message specs | Kamil Trzcinski | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | Added Service and SlackService specs | Kamil Trzcinski | 2015-01-12 | 3 | -0/+186 |
| | |||||
* | Merge branch 'last_build_fix' into 'master' | Dmitriy Zaporozhets | 2015-01-08 | 1 | -0/+13 |
|\ | | | | | | | | | | | Last_build fix See merge request !99 | ||||
| * | Fix scheduled retrying | Valery Sizov | 2015-01-07 | 1 | -0/+13 |
| | | |||||
* | | Re-annotate | Dmitriy Zaporozhets | 2015-01-07 | 1 | -1/+0 |
|/ | |||||
* | remove script field from project | Valery Sizov | 2014-12-01 | 1 | -2/+1 |
| | |||||
* | Fix spec files | Dmitriy Zaporozhets | 2014-11-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor commits/builds logic | Dmitriy Zaporozhets | 2014-11-05 | 3 | -52/+16 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Reannotate | Dmitriy Zaporozhets | 2014-11-05 | 3 | -8/+18 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-04 | 2 | -6/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'enhancement/separate-commits-from-builds' of ↵ | Dmitriy Zaporozhets | 2014-10-31 | 3 | -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... | Kestred | 2014-08-23 | 3 | -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 finished | Dmitriy Zaporozhets | 2014-10-01 | 1 | -0/+26 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tests for Network model. | Gabor Nagy | 2014-07-09 | 1 | -0/+54 |
| | |||||
* | Fix tests | Dmitriy Zaporozhets | 2014-07-09 | 1 | -1/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve coverage of app/models/build.rb. | Gabor Nagy | 2014-06-26 | 1 | -3/+217 |
| | |||||
* | Remove public key from runner model | Dmitriy Zaporozhets | 2014-05-06 | 5 | -24/+34 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix web hook specs | Dmitriy Zaporozhets | 2014-05-05 | 1 | -2/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | create web hook | Võ Anh Duy | 2014-02-25 | 1 | -0/+58 |
| | |||||
* | Fix public scope, use new project field name | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 |
| |