Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add changelog | Maxim Rydkin | 2017-08-29 | 2 | -3/+5 |
| | |||||
* | replace `is_ancestor` with `ancestor?` | Maxim Rydkin | 2017-08-29 | 3 | -3/+3 |
| | |||||
* | replace `is_member_of` with `member_of?` | Maxim Rydkin | 2017-08-29 | 2 | -10/+10 |
| | |||||
* | replace `has_n_stars` with `has_n_stars?` | Maxim Rydkin | 2017-08-29 | 1 | -4/+4 |
| | |||||
* | replace `has_matching_label` with `has_matching_label?` | Maxim Rydkin | 2017-08-29 | 2 | -2/+5 |
| | |||||
* | replace `is_team_member?` with `team_member?` | Maxim Rydkin | 2017-08-29 | 1 | -3/+3 |
| | |||||
* | replace `is_spam?` with `spam?` | Maxim Rydkin | 2017-08-29 | 13 | -26/+26 |
| | |||||
* | replace `is_default_branch?` with `default_branch?` | Maxim Rydkin | 2017-08-29 | 2 | -7/+7 |
| | |||||
* | replace `is_successful?` with `successful?` | Maxim Rydkin | 2017-08-29 | 6 | -9/+9 |
| | |||||
* | replace `is_multi_check?` with `multi_check?` | Maxim Rydkin | 2017-08-29 | 2 | -2/+2 |
| | |||||
* | replace `is_gitlab_user?` with `gitlab_user?` | Maxim Rydkin | 2017-08-29 | 2 | -3/+3 |
| | |||||
* | replace `is_dashboard_milestone?` with `dashboard_milestone?` | Maxim Rydkin | 2017-08-29 | 3 | -3/+3 |
| | |||||
* | replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?` | Maxim Rydkin | 2017-08-29 | 2 | -2/+2 |
| | |||||
* | replace `is_update?` with `update?` | Maxim Rydkin | 2017-08-29 | 2 | -6/+6 |
| | |||||
* | replace `is_overlap?` with `overlap?` | Maxim Rydkin | 2017-08-29 | 1 | -2/+2 |
| | |||||
* | replace `is_group_milestone?` with `group_milestone?` | Maxim Rydkin | 2017-08-29 | 6 | -12/+12 |
| | |||||
* | replace `is_project_milestone?` with `project_milestone?` | Maxim Rydkin | 2017-08-29 | 7 | -8/+8 |
| | |||||
* | replace `is_ancestor?` with `ancestor?` | Maxim Rydkin | 2017-08-29 | 4 | -16/+16 |
| | |||||
* | replace `is_legacy_group_milestone?` with `legacy_group_milestone?` | Maxim Rydkin | 2017-08-29 | 7 | -9/+9 |
| | |||||
* | replace `is_edited?` with `edited?` | Maxim Rydkin | 2017-08-29 | 6 | -8/+10 |
| | |||||
* | Merge branch 'short-code' into 'master' | Phil Hughes | 2017-08-29 | 1 | -0/+24 |
|\ | | | | | | | | | Add styles for shorter code See merge request !13612 | ||||
| * | Add styles for shorter code | Jacob Schatz | 2017-08-29 | 1 | -0/+24 |
|/ | |||||
* | Merge branch '34413-move-convdev-index-location-to-after-cohorts' into 'master' | Phil Hughes | 2017-08-29 | 4 | -8/+12 |
|\ | | | | | | | | | | | | | Move ConvDev Index location to after Cohorts Closes #34413 See merge request !13398 | ||||
| * | Move ConvDev index to Overview from Monitoring.34413-move-convdev-index-location-to-after-cohorts | Bryce Johnson | 2017-08-18 | 4 | -8/+12 |
| | | |||||
* | | Merge branch 'rs-update-rubocop-gitlab-security' into 'master' | Douwe Maan | 2017-08-29 | 4 | -5/+9 |
|\ \ | | | | | | | | | | | | | Update rubocop-gitlab-security to 0.1.0 See merge request !13879 | ||||
| * | | Update rubocop-gitlab-security to 0.1.0rs-update-rubocop-gitlab-security | Robert Speicher | 2017-08-28 | 4 | -5/+9 |
| | | | |||||
* | | | Merge branch '36582-fix-note-resolved-icon' into 'master'evn-fix-formatting-of-cla | Fatih Acet | 2017-08-28 | 6 | -6/+25 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update and fix resolvable note icons for easier recognition Closes #36582 See merge request !13821 | ||||
| * | | | Update and fix resolvable note icons for easier recognition36582-fix-note-resolved-icon | Eric Eastwood | 2017-08-25 | 6 | -6/+25 |
| | | | | |||||
* | | | | Merge branch 'zj-update-templates-with-warning-header' into 'master' | Stan Hu | 2017-08-28 | 3 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update templates to include header in the README Closes #36904 See merge request !13785 | ||||
| * | | | | Update templates to include header in the README | Zeger-Jan van de Weg | 2017-08-23 | 3 | -0/+0 |
| | | | | | |||||
* | | | | | Update CHANGELOG.md for 9.5.2 | Jose Ivan Vargas | 2017-08-28 | 7 | -32/+9 |
| | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | Merge branch 'rs-transient-mini-pipeline-graph-failure' into 'master' | Douwe Maan | 2017-08-28 | 1 | -14/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a transient failure in mini_pipeline_graph_spec Closes #34323 See merge request !13844 | ||||
| * | | | | | Fix a transient failure in mini_pipeline_graph_specrs-transient-mini-pipeline-graph-failure | Robert Speicher | 2017-08-28 | 1 | -14/+4 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This spec failed reliably with a specific run order (see issue), the reasons for which are still unknown. This simplification resolves the failure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34323 | ||||
* | | | | | Merge branch 'group-mr-search-bar' into 'master' | Clement Ho | 2017-08-28 | 4 | -3/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add filtered search to group merge requests dashboard Closes #36703 See merge request !13688 | ||||
| * | | | | | Add changelog entry | Hiroyuki Sato | 2017-08-28 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Add a simple spec that checks filtered search works at group merge request page | Hiroyuki Sato | 2017-08-27 | 1 | -0/+15 |
| | | | | | | |||||
| * | | | | | Add filtered search to group merge requests dashboard | Hiroyuki Sato | 2017-08-19 | 2 | -3/+7 |
| | | | | | | |||||
* | | | | | | Merge branch 'sh-add-spec-to-protected-tags-deletion' into 'master' | Robert Speicher | 2017-08-28 | 1 | -0/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add spec for deleting protected tags See merge request !13693 | ||||
| * | | | | | | Add spec for deleting protected tagssh-add-spec-to-protected-tags-deletion | Stan Hu | 2017-08-20 | 1 | -0/+17 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'fix/import-events' into 'master' | Sean McGivern | 2017-08-28 | 4 | -1/+15 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix events error importing GitLab projects Closes #36965 See merge request !13868 | ||||
| * | | | | | fix typo | James Lopez | 2017-08-28 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | fix spec | James Lopez | 2017-08-28 | 2 | -1/+6 |
| | | | | | | |||||
| * | | | | | Fix events error importing GitLab projects | James Lopez | 2017-08-28 | 2 | -0/+9 |
| | | | | | | |||||
* | | | | | | Merge branch 'sh-improve-flaky-ace-editor-spec' into 'master' | Robert Speicher | 2017-08-28 | 1 | -2/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve flaky ACE editor spec See merge request !13854 | ||||
| * | | | | | | Improve flaky ACE editor specsh-improve-flaky-ace-editor-spec | Stan Hu | 2017-08-26 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ACE editor JavaScript may not be loaded when the spec runs evaluateScript. Wait for the editor to load before attempting to run ACE-specific JavaScript. | ||||
* | | | | | | | Merge branch 'fix-flakes' into 'master' | Robert Speicher | 2017-08-28 | 3 | -3/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix transient dropdown test failures Closes #37052 and #34436 See merge request !13862 | ||||
| * | | | | | | | fix transient test failures caused by wrong dropdown triggerfix-flakes | Simon Knox | 2017-08-28 | 3 | -3/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch '36061-mr-ref' into 'master' | Sean McGivern | 2017-08-28 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Instrument MergeRequest#ensure_ref_fetched See merge request !13876 | ||||
| * | | | | | | | Instrument MergeRequest#ensure_ref_fetched36061-mr-ref | Jarka Kadlecova | 2017-08-28 | 2 | -0/+8 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master' | Douwe Maan | 2017-08-28 | 2 | -19/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reenable MySQL tests on all CE and EE branches part 2 Closes #36384 See merge request !13840 |