summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix note resolution specsAshleyDumaine/gitlab-ce-36994-toggle-for-automatically-collapsing-outdated-diff-commentsSean McGivern2017-09-053-10/+15
|
* Merge branch 'master' into ↵Sean McGivern2017-09-05137-615/+3232
|\ | | | | | | | | | | 'AshleyDumaine/gitlab-ce-36994-toggle-for-automatically-collapsing-outdated-diff-comments' # Conflicts: # db/schema.rb
| * Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-059-26/+211
| |\ | | | | | | | | | | | | | | | | | | Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
| | * Fix typoHiroyuki Sato2017-09-051-1/+1
| | |
| | * Update search documentHiroyuki Sato2017-09-052-4/+6
| | |
| | * Add `Searching for specific terms` sectionHiroyuki Sato2017-09-031-0/+12
| | | | | | | | | | | | [ci skip]
| | * Add changelog entryHiroyuki Sato2017-08-311-0/+5
| | |
| | * Fix MySQL spec errorsHiroyuki Sato2017-08-311-5/+5
| | |
| | * Fix broken feature specsHiroyuki Sato2017-08-312-11/+11
| | |
| | * Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-314-15/+181
| | |
| * | Merge branch '35010-remove-goto-project-from-breadcrumb' into 'master'Filipa Lacerda2017-09-058-164/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove project select dropdown from breadcrumb Closes #35010 See merge request !14010
| | * | Fix flaky behaviour of `getSearchedProjects` due to missing ↵kushalpandya2017-09-051-1/+2
| | | | | | | | | | | | | | | | `gon.current_user_id`
| | * | Remove spec as no longer necessarykushalpandya2017-09-052-103/+0
| | | |
| | * | Add changelog entrykushalpandya2017-09-051-0/+5
| | | |
| | * | Remove project select dropdown from breadcrumbkushalpandya2017-09-054-60/+0
| | | |
| * | | Merge branch 'feature/dependency-status-badge' into 'master'Rémy Coutable2017-09-052-0/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add badge for dependency status See merge request !13588
| | * | | Add badge for dependency statusMarkus Koller2017-08-162-0/+6
| | | | |
| * | | | Merge branch '36821-fix-new-nav-wrapping-caret-and-increasing-height' into ↵Annabel Dunstone Gray2017-09-052-2/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix new navigation wrapping caret and increasing height Closes #36821 See merge request !13967
| | * | | | Fix new nav wrapping caret and increasing height36821-fix-new-nav-wrapping-caret-and-increasing-heightEric Eastwood2017-08-312-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/36821
| * | | | | Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-0513-11/+244
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-use issue/MR counts for the pagination system Closes #27168 See merge request !13805
| | * | | | | Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-0513-11/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
| * | | | | | Merge branch 'note-pull-code' into 'master'Rémy Coutable2017-09-051-23/+22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve permission table on permissions.md See merge request !13179
| | * | | | | | Improve permission table on permissions.mdRaniere Silva2017-09-051-23/+22
| |/ / / / / /
| * | | | | | Merge branch 'update-gitignore-9-5' into 'master'Rémy Coutable2017-09-0511-48/+58
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update gitignores and licenses See merge request !13423
| | * | | | | | update gitignores and licenses - generated by bin/rake gitlab:update_templatesupdate-gitignore-9-5Simon Knox2017-08-0911-48/+58
| | | | | | | |
| * | | | | | | Merge branch 'docs/no-flaky' into 'master'Rémy Coutable2017-09-051-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix flaky-examples-test job to not run for docs See merge request !14039
| | * | | | | | | Fix flaky-examples-test job to not run for docsdocs/no-flakyAchilleas Pipinellis2017-09-041-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch '37331-button-MR-widget' into 'master'Clement Ho2017-09-052-4/+11
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix buttons with different height in merge request widget Closes #37331 See merge request !14000
| | * | | | | | | | Fix buttons with different height in merge request widget37331-button-MR-widgetFilipa Lacerda2017-09-012-4/+11
| | | | | | | | | |
| * | | | | | | | | Merge branch 'winh-ajax-users-dropdown' into 'master'Phil Hughes2017-09-051-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make .ajax-users-select dropdown consistent See merge request !13599
| | * | | | | | | | | Make .ajax-users-select dropdown consistentwinh-ajax-users-dropdownwinh2017-09-051-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'po-lint-require' into 'master'Marin Jankovski2017-09-051-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not require the simple_po_parser in the gettext rake task when in a Closes #37379 See merge request !14044
| | * | | | | | | | | | Do not require the simple_po_parser in the gettext rake task when in aDJ Mountney2017-09-051-1/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'winh-admin-group-role-dropdown' into 'master'Phil Hughes2017-09-051-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make role dropdown on group admin area consistent See merge request !14049
| | * | | | | | | | | | Make role dropdown on group admin area consistentwinh-admin-group-role-dropdownwinh2017-09-051-0/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'winh-issuable-actions-dropdowns' into 'master'Phil Hughes2017-09-051-0/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make issuable action dropdowns style consistent See merge request !13455
| | * | | | | | | | | Make issuable action dropdowns style consistentwinh-issuable-actions-dropdownswinh2017-09-051-0/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'docs-add-assign-runner' into 'master'Achilleas Pipinellis2017-09-051-1/+18
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'Assigning a Runner to another project' Closes #35377 See merge request !13952
| | * | | | | | | | | | Add 'Assigning a Runner to another project'Fabio Busatto2017-09-051-1/+18
| |/ / / / / / / / / /
| * | | | | | | | | | Merge branch '35010-projects-nav-dropdown' into 'master'Filipa Lacerda2017-09-0533-17/+1920
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dropdown to Projects nav item Closes #35010 See merge request !13866
| | * | | | | | | | | | Add changelog entry35010-projects-nav-dropdownkushalpandya2017-09-051-0/+5
| | | | | | | | | | | |
| | * | | | | | | | | | Restore support for short-cut to Projects pagekushalpandya2017-09-051-1/+6
| | | | | | | | | | | |
| | * | | | | | | | | | Fix project metadata accessorkushalpandya2017-09-051-1/+2
| | | | | | | | | | | |
| | * | | | | | | | | | Add Projects Dropdown App i18n stringskushalpandya2017-09-051-2/+32
| | | | | | | | | | | |
| | * | | | | | | | | | Projects Dropdown Spec Mock Datakushalpandya2017-09-051-0/+96
| | | | | | | | | | | |
| | * | | | | | | | | | Projects Dropdown App Store Speckushalpandya2017-09-051-0/+41
| | | | | | | | | | | |
| | * | | | | | | | | | Projects Dropdown App Service Speckushalpandya2017-09-051-0/+178
| | | | | | | | | | | |
| | * | | | | | | | | | Projects Dropdown Frequent Projects Item Component Speckushalpandya2017-09-051-0/+65
| | | | | | | | | | | |
| | * | | | | | | | | | Projects Dropdown Searched Projects List Component Speckushalpandya2017-09-051-0/+84
| | | | | | | | | | | |
| | * | | | | | | | | | Projects Dropdown Frequent Projects List Component Speckushalpandya2017-09-051-0/+72
| | | | | | | | | | | |