summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make dropdowns on new issue page consistentwinh-issue-form-dropdownswinh2017-09-042-2/+8
* Merge branch 'replace_spinach_star.feature' into 'master'Robert Speicher2017-08-304-76/+43
|\
| * Replace 'project/star.feature' spinach test with an rspec analogblackst0ne2017-08-304-76/+43
* | Merge branch 'rs-fix-style_guide_js-docs' into 'master'Clement Ho2017-08-291-63/+58
|\ \
| * | Fix broken Frontend JS guideRobert Speicher2017-08-291-63/+58
|/ /
* | Merge branch 'fix-sidebar' into 'master'Annabel Dunstone Gray2017-08-291-1/+0
|\ \
| * | Adds position fixed to right sidebarPhil Hughes2017-08-291-1/+0
|/ /
* | Merge branch 'issue-boards-breadcrumbs-container' into 'master'Annabel Dunstone Gray2017-08-293-1/+8
|\ \
| * | Fixes the breadcrumb container when in issue boardsissue-boards-breadcrumbs-containerPhil Hughes2017-08-183-1/+8
* | | Merge branch '31362_decrease_cyclomatic_complexity_threshold_step2' into 'mas...Robert Speicher2017-08-291-1/+1
|\ \ \
| * | | Decrease Metrics/CyclomaticComplexity threshold to 15Maxim Rydkin2017-08-291-1/+1
* | | | Merge branch '35793_fix_predicate_names' into 'master'Robert Speicher2017-08-2961-127/+136
|\ \ \ \
| * | | | exclude spec/ and features/ from `Style/PredicateName` copMaxim Rydkin2017-08-294-21/+23
| * | | | add changelogMaxim Rydkin2017-08-292-3/+5
| * | | | replace `is_ancestor` with `ancestor?`Maxim Rydkin2017-08-293-3/+3
| * | | | replace `is_member_of` with `member_of?`Maxim Rydkin2017-08-292-10/+10
| * | | | replace `has_n_stars` with `has_n_stars?`Maxim Rydkin2017-08-291-4/+4
| * | | | replace `has_matching_label` with `has_matching_label?`Maxim Rydkin2017-08-292-2/+5
| * | | | replace `is_team_member?` with `team_member?`Maxim Rydkin2017-08-291-3/+3
| * | | | replace `is_spam?` with `spam?`Maxim Rydkin2017-08-2913-26/+26
| * | | | replace `is_default_branch?` with `default_branch?`Maxim Rydkin2017-08-292-7/+7
| * | | | replace `is_successful?` with `successful?`Maxim Rydkin2017-08-296-9/+9
| * | | | replace `is_multi_check?` with `multi_check?`Maxim Rydkin2017-08-292-2/+2
| * | | | replace `is_gitlab_user?` with `gitlab_user?`Maxim Rydkin2017-08-292-3/+3
| * | | | replace `is_dashboard_milestone?` with `dashboard_milestone?`Maxim Rydkin2017-08-293-3/+3
| * | | | replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin2017-08-292-2/+2
| * | | | replace `is_update?` with `update?`Maxim Rydkin2017-08-292-6/+6
| * | | | replace `is_overlap?` with `overlap?`Maxim Rydkin2017-08-291-2/+2
| * | | | replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-296-12/+12
| * | | | replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin2017-08-297-8/+8
| * | | | replace `is_ancestor?` with `ancestor?`Maxim Rydkin2017-08-294-16/+16
| * | | | replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin2017-08-297-9/+9
| * | | | replace `is_edited?` with `edited?`Maxim Rydkin2017-08-296-8/+10
* | | | | Merge branch 'changes-bar-sticky-fix' into 'master'Filipa Lacerda2017-08-294-1/+18
|\ \ \ \ \
| * | | | | Fixes the diff changes buttons from toggling when scrollingchanges-bar-sticky-fixPhil Hughes2017-08-294-1/+18
* | | | | | Merge branch '35048-empty-badges' into 'master'Phil Hughes2017-08-294-20/+170
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Prevents rendering empty badge when pipeline request fails35048-empty-badgesFilipa Lacerda2017-08-294-20/+170
* | | | | | Merge branch 'winh-file-encoding-dropdown' into 'master'Phil Hughes2017-08-291-1/+3
|\ \ \ \ \ \
| * | | | | | Make file encoding dropdown consistentwinh-file-encoding-dropdownwinh2017-08-291-1/+3
* | | | | | | Merge branch 'winh-todos-dashboard-dropdowns' into 'master'Phil Hughes2017-08-291-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Make todos dashboard dropdowns consistentwinh-todos-dashboard-dropdownswinh2017-08-281-0/+4
* | | | | | | | Merge branch 'winh-merge-request-widget-dropdowns' into 'master'Phil Hughes2017-08-291-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Make download dropdown on merge request page consistentwinh-merge-request-widget-dropdownswinh2017-08-291-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'fix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500...Kamil TrzciƄski2017-08-294-16/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix specfix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500-internal-server-error-in-9-5-1Shinya Maeda2017-08-291-14/+10
| * | | | | | | | Fix changelogShinya Maeda2017-08-291-1/+1
| * | | | | | | | Fix specShinya Maeda2017-08-291-3/+3
| * | | | | | | | Add changelogShinya Maeda2017-08-291-0/+5
| * | | | | | | | Remove trigger_request.trigger.ownerShinya Maeda2017-08-292-13/+13
| * | | | | | | | Reproduced bugShinya Maeda2017-08-291-0/+16