Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add specs for image_for_build_service | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | CreateProjectService tests | Dmitriy Zaporozhets | 2014-01-29 | 1 | -7/+17 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Annotate | Dmitriy Zaporozhets | 2014-01-29 | 2 | -19/+19 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | CreateBuildService for build creation and more validation to build model | Dmitriy Zaporozhets | 2014-01-29 | 2 | -11/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Show commit sha for build duration. Fixed tests | Dmitriy Zaporozhets | 2014-01-11 | 1 | -28/+25 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix notification for success builds | Dmitriy Zaporozhets | 2013-12-18 | 1 | -28/+18 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Send email notification on change of build status from success to failed and ↵ | Jeroen Knoops | 2013-11-30 | 2 | -42/+39 |
| | | | | failed to success | ||||
* | Email notification settings can now be managed in settings dialog. | Jeroen Knoops | 2013-11-20 | 2 | -28/+152 |
| | |||||
* | Annotate! | Dmitriy Zaporozhets | 2013-10-29 | 1 | -0/+1 |
| | |||||
* | Add display name to runner model | Chris Stephan | 2013-08-28 | 1 | -6/+22 |
| | | | | | | | | | | | This commit adds a method to the runner model that will return a display name for the runner. It will return the runner's token if a runner doesn't have a description or if it's empty. It will return the description otherwise. This is in order to give each particular runner a more friendly name when viewing them on a particular project. This commit also updates the runner_projects index to use this display name instead of using the token. And finally it adds spec tests to cover the new method added. |