summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge branch '35010-make-identicon-shared' into 'master'Filipa Lacerda2017-08-303-12/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update spec initialization with it being a shared component35010-make-identicon-sharedkushalpandya2017-08-301-9/+5
| * | | | | | | | | | | | Update identicon path and selectorkushalpandya2017-08-301-3/+3
| * | | | | | | | | | | | Renamed to `identicon` and make shared componentkushalpandya2017-08-302-0/+0
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'winh-issuable-dashboard-dropdowns' into 'master'Phil Hughes2017-08-302-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Make issuable dashboard dropdowns consistentwinh-issuable-dashboard-dropdownswinh2017-08-292-0/+9
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan2017-08-3014-1869/+3674
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merge branch 'master-i18n' into 'master'Douwe Maan2017-08-3014-1869/+3674
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'add-filter-by-my-reaction' into 'master'Phil Hughes2017-08-3026-138/+693
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add filter by my reactionHiroyuki Sato2017-08-3026-138/+693
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'pawel/bump_prometheus_client_mmap_version_to_fix_performance_de...Douwe Maan2017-08-303-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update Prometheus Client MMAP gem to version that fixes performance degradati...pawel/bump_prometheus_client_mmap_version_to_fix_performance_degradationPawel Chojnacki2017-08-293-3/+6
* | | | | | | | | | | | Merge branch 'add-geo-label' into 'master'Douwe Maan2017-08-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add Geo to the list of team labelsNick Thomas2017-08-291-1/+1
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'mr-index-eager-load' into 'master'Douwe Maan2017-08-302-1/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Eager load head pipeline projects for MRs indexmr-index-eager-loadYorick Peterse2017-08-282-1/+16
* | | | | | | | | | | | 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