Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed issue with enter key selecting wrong option in dropdowndropdown-enter-select | Phil Hughes | 2016-05-20 | 1 | -1/+1 |
| | | | | | | If you search for a label and press enter the dropdown will select the last element rather than the first. This is because the currentIndex is -1 rather than 0 Closes #17630 | ||||
* | Merge branch 'feature/runner-config-untagged-jobs' into 'master' | Robert Speicher | 2016-05-19 | 22 | -98/+314 |
|\ | | | | | | | | | | | | | Add config for CI Runner that prevents it from picking untagged jobs Closes #3456 See merge request !4039 | ||||
| * | Use migration helper to prevent downtime migrationfeature/runner-config-untagged-jobs | Grzegorz Bizon | 2016-05-19 | 1 | -8/+10 |
| | | |||||
| * | Minor runner-related code refactorings | Grzegorz Bizon | 2016-05-19 | 4 | -21/+22 |
| | | |||||
| * | Rename method that validates runner tag constrains | Grzegorz Bizon | 2016-05-19 | 1 | -2/+2 |
| | | |||||
| * | Display validation errors when admin edits a runner | Grzegorz Bizon | 2016-05-19 | 2 | -11/+17 |
| | | |||||
| * | Add minor corrections related to config of runner | Grzegorz Bizon | 2016-05-19 | 4 | -7/+6 |
| | | |||||
| * | Improve setting default runner attrs when using API | Grzegorz Bizon | 2016-05-19 | 1 | -2/+5 |
| | | |||||
| * | Move runner validator to separate private method | Grzegorz Bizon | 2016-05-19 | 1 | -6/+10 |
| | | |||||
| * | Use form errors helper in CI runner edit form | Grzegorz Bizon | 2016-05-19 | 1 | -4/+1 |
| | | |||||
| * | Add not null constraint to run untagged runner option | Grzegorz Bizon | 2016-05-19 | 2 | -2/+2 |
| | | |||||
| * | Set run untagged option when registering a runner | Grzegorz Bizon | 2016-05-19 | 2 | -12/+38 |
| | | |||||
| * | Refactor CI API specs for creating runner | Grzegorz Bizon | 2016-05-19 | 1 | -17/+29 |
| | | |||||
| * | Add docs for a new configuration setting for runner | Grzegorz Bizon | 2016-05-19 | 1 | -1/+7 |
| | | |||||
| * | Extend runner options that are configurable via API | Grzegorz Bizon | 2016-05-19 | 3 | -5/+13 |
| | | |||||
| * | Add Changelog entry for new runner configuration | Grzegorz Bizon | 2016-05-19 | 1 | -0/+1 |
| | | |||||
| * | Add method that check if build has tags | Grzegorz Bizon | 2016-05-19 | 2 | -3/+17 |
| | | |||||
| * | Extend CI runners specs | Grzegorz Bizon | 2016-05-19 | 1 | -1/+31 |
| | | |||||
| * | Improve displaying validation messages for runner | Grzegorz Bizon | 2016-05-19 | 3 | -4/+13 |
| | | |||||
| * | Update specs to be valid only for tagged runner | Grzegorz Bizon | 2016-05-19 | 1 | -9/+13 |
| | | |||||
| * | Add custom validator to runner model | Grzegorz Bizon | 2016-05-19 | 2 | -1/+9 |
| | | |||||
| * | Add CI API tests for runner config and untagged jobs | Grzegorz Bizon | 2016-05-19 | 1 | -0/+32 |
| | | |||||
| * | Disallow runner to pick untagged build if configured | Grzegorz Bizon | 2016-05-19 | 2 | -11/+31 |
| | | |||||
| * | Extend runner config options for untagged jobs | Grzegorz Bizon | 2016-05-19 | 5 | -35/+51 |
| | | |||||
| * | Add form for runner config to run untagged jobs | Grzegorz Bizon | 2016-05-19 | 1 | -0/+6 |
| | | |||||
| * | Add runner db field for ability to run untagged jobs | Grzegorz Bizon | 2016-05-19 | 2 | -0/+12 |
| | | |||||
* | | Merge branch 'fix-ci-commit-creation' into 'master' | Rémy Coutable | 2016-05-19 | 3 | -10/+24 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix creation of Ci::Commit object which can lead to pending, failed in some scenarios ## What does this MR do? If we use a new `project.ci_commits` it will add it to array, and some other services which can do a save on a project can lead to a scenario when `ci_commit` will be saved, where it should not be. ## What are the relevant issue numbers? https://gitlab.com/gitlab-com/support-forum/issues/717 https://gitlab.com/gitlab-com/support-forum/issues/715 https://gitlab.com/gitlab-org/gitlab-ce/issues/17596 https://gitlab.com/gitlab-com/support-forum/issues/714 https://gitlab.com/gitlab-org/gitlab-ce/issues/13402 cc @rymai See merge request !4214 | ||||
| * | | Fix creation of Ci::Commit object which can lead to pending, failed in some ↵ | Kamil Trzcinski | 2016-05-19 | 3 | -10/+24 |
| | | | | | | | | | | | | scenarios | ||||
* | | | Merge branch 'fix-generator-templates-directory' into 'master' | Jeroen van Baarsen | 2016-05-19 | 4 | -2/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Move generator templates to generator_templates/ See merge request !4217 | ||||
| * | | | Updated Rubocop for generator_templates/fix-generator-templates-directory | Yorick Peterse | 2016-05-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Move generator templates to generator_templates/ | Yorick Peterse | 2016-05-19 | 3 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Since we eager load everything in lib/ putting ERB code in .rb files will result in syntax errors. By moving the templates to ./generator_templates we can work around this. | ||||
* | | | | Merge branch 'create-todo-on-failing-build' into 'master' | Douwe Maan | 2016-05-19 | 15 | -33/+237 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a todo on failing MR build Implements #14067. I worked on this with @DouweM (any mistakes are mine). When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit. - I haven't tested this with a working CI setup, just with the unit tests below and by modifying my DB directly. See merge request !3177 | ||||
| * | | | | Create a todo on failing MR build | Sean McGivern | 2016-05-17 | 15 | -33/+237 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit. | ||||
* | | | | | Merge branch '17464-backport-email-syntax-highlighting' into 'master' | Douwe Maan | 2016-05-19 | 13 | -63/+135 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax-highlight diffs in push emails  Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !4147 | ||||
| * | | | | | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlighting | Sean McGivern | 2016-05-17 | 13 | -63/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 | ||||
* | | | | | | Merge branch 'fix/after-script-documentation-update' into 'master' | Jeroen van Baarsen | 2016-05-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update 'after_script' introduction note Related to gitlab-org/gitlab-ci-multi-runner#1321 See merge request !4205 | ||||
| * | | | | | | Update 'after_script' introduction notefix/after-script-documentation-update | Tomasz Maczukin | 2016-05-18 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'with-pipeline-view' into 'master' | Douwe Maan | 2016-05-19 | 32 | -100/+671 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pipeline view This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3653 cc @DouweM @grzesiek Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17551 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15625 See merge request !3703 | ||||
| * | | | | | | | Create pipeline objects with parameterswith-pipeline-view | Kamil Trzcinski | 2016-05-18 | 4 | -11/+9 |
| | | | | | | | | |||||
| * | | | | | | | Use pipelines.errors when communicating the error | Kamil Trzcinski | 2016-05-18 | 4 | -31/+41 |
| | | | | | | | | |||||
| * | | | | | | | Wrap text | Kamil Trzcinski | 2016-05-16 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | Improve the pipeline box | Kamil Trzcinski | 2016-05-16 | 3 | -12/+39 |
| | | | | | | | | |||||
| * | | | | | | | Fix spinach tests | Kamil Trzcinski | 2016-05-16 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into with-pipeline-view | Kamil Trzcinski | 2016-05-16 | 118 | -749/+1814 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Improve design of commit_box with status of builds and pipelines | Kamil Trzcinski | 2016-05-16 | 3 | -29/+37 |
| | | | | | | | | | |||||
| * | | | | | | | | Improve the pipelines design | Kamil Trzcinski | 2016-05-16 | 8 | -17/+21 |
| | | | | | | | | | |||||
| * | | | | | | | | Add method new_pipeline | Kamil Trzcinski | 2016-05-14 | 1 | -4/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove testing delegate | Kamil Trzcinski | 2016-05-14 | 2 | -3/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix spinach tests | Kamil Trzcinski | 2016-05-14 | 2 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix specs for MySQL | Kamil Trzcinski | 2016-05-14 | 2 | -4/+3 |
| | | | | | | | | |