Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring network related coderefactoring_user_url | Valery Sizov | 2015-04-22 | 5 | -6/+6 |
| | |||||
* | Merge branch 'improve_test_coverage' into 'master' | Valery Sizov | 2015-04-22 | 4 | -5/+84 |
|\ | | | | | | | | | | | | | | | Improved test coverage https://dev.gitlab.org/gitlab/gitlab-ci/issues/203 See merge request !68 | ||||
| * | Improved test coverageimprove_test_coverage | Valery Sizov | 2015-04-17 | 4 | -5/+84 |
| | | |||||
* | | Merge branch 'project_search' into 'master' | Valery Sizov | 2015-04-22 | 2 | -1/+26 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Projects search on dashboard https://dev.gitlab.org/gitlab/gitlab-ci/issues/173  See merge request !73 | ||||
| * | | projects search on dashboard | Valery Sizov | 2015-04-21 | 2 | -1/+26 |
| |/ | |||||
* | | API for deploy jobs | Valery Sizov | 2015-04-21 | 1 | -0/+48 |
|/ | |||||
* | annotatecleanup | Valery Sizov | 2015-04-17 | 3 | -12/+3 |
| | |||||
* | specs: move describe block out | Valery Sizov | 2015-04-10 | 1 | -18/+18 |
| | |||||
* | Merge branch 'smart_commit_creation' into 'master' | Dmitriy Zaporozhets | 2015-04-10 | 2 | -2/+46 |
|\ | | | | | | | | | | | | | | | Skip commit creation if there is no appropriate job https://dev.gitlab.org/gitlab/gitlab-ci/issues/175 See merge request !62 | ||||
| * | skip commit creation if there is no appropriate job | Valery Sizov | 2015-04-10 | 2 | -2/+46 |
| | | |||||
* | | fix adding projects | Valery Sizov | 2015-04-10 | 1 | -0/+25 |
|/ | |||||
* | 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 | 2 | -0/+64 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | 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 | 2 | -0/+64 |
| | | |||||
* | | Merge branch 'fork_support' into 'master' | Dmitriy Zaporozhets | 2015-04-08 | 4 | -0/+96 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -0/+96 |
| | | | |||||
* | | | remove admin show page | Valery Sizov | 2015-04-08 | 1 | -9/+0 |
| |/ |/| | |||||
* | | webhook spec improvement | Valery Sizov | 2015-04-07 | 1 | -1/+14 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ci | Valery Sizov | 2015-04-07 | 1 | -0/+13 |
|\ \ | |||||
| * \ | Merge branch 'search-runners' into 'master' | Valery Sizov | 2015-04-03 | 1 | -0/+13 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | 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/+13 |
| | | | |||||
* | | | 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 | 2 | -27/+14 |
| | | |||||
* | | Deploy without tests | Valery Sizov | 2015-03-31 | 1 | -3/+24 |
|/ | |||||
* | Merge pull request #559 from jvanbaarsen/remove-deprecated-api-point | Valeriy Sizov | 2015-03-31 | 1 | -36/+0 |
|\ | | | | | Removed deprecated API behaviour | ||||
| * | Removed deprecated API behaviour | Jeroen van Baarsen | 2015-03-05 | 1 | -36/+0 |
| | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | annotate event | Valery Sizov | 2015-03-26 | 1 | -1/+14 |
| | | |||||
* | | specs for events | Valery Sizov | 2015-03-26 | 4 | -0/+85 |
| | | |||||
* | | Include test coverage in tests | Dmitriy Zaporozhets | 2015-03-25 | 1 | -1/+10 |
| | | |||||
* | | Convert shared runner to specific when assing to project | Dmitriy Zaporozhets | 2015-03-25 | 1 | -0/+11 |
| | | |||||
* | | More tests for register build service | Dmitriy Zaporozhets | 2015-03-25 | 1 | -14/+38 |
| | | |||||
* | | Repect project shared runners setting | Dmitriy Zaporozhets | 2015-03-25 | 1 | -0/+35 |
| | | |||||
* | | Annotate models | Dmitriy Zaporozhets | 2015-03-25 | 6 | -11/+50 |
| | | |||||
* | | Add project search at runner page | Dmitriy Zaporozhets | 2015-03-24 | 2 | -2/+28 |
| | | |||||
* | | improve commit routing | Valery Sizov | 2015-03-20 | 2 | -3/+3 |
| | | |||||
* | | 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 | 3 | -5/+28 |
| | | |||||
* | | Merge branch 'notify_based_on_pusher_email' into 'master' | Dmitriy Zaporozhets | 2015-03-10 | 5 | -32/+31 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notify only pusher instead of commiter Fixes #161 !!! Dependent MR on GitLab - https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1630 See merge request !126 | ||||
| * | | rename committer to pusher | Valery Sizov | 2015-03-10 | 4 | -20/+20 |
| | | | |||||
| * | | notifications: fix spec | Valery Sizov | 2015-03-10 | 2 | -3/+4 |
| | | | |||||
| * | | Notify only pusher instead of commiter | Valery Sizov | 2015-03-10 | 1 | -9/+7 |
| | | | |||||
* | | | Merge branch 'deploy_integration_tests' into 'master' | Valery Sizov | 2015-03-10 | 1 | -0/+10 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | Feature test for deploy job Fixes #164 See merge request !135 | ||||
| * | | feature test for deploy job | Valery Sizov | 2015-03-10 | 1 | -0/+10 |
| |/ | |||||
* | | rename method run_deploy_job to create_deploy_builds | Valery Sizov | 2015-03-10 | 1 | -2/+2 |
|/ | |||||
* | Write test for 500 error on runners page | Dmitriy Zaporozhets | 2015-03-04 | 1 | -0/+3 |
| | |||||
* | 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 |