summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update PROCESS.mdretro-kickoffVictor Wu2017-09-051-20/+2
|
* Merge branch 'cleanup-rspec_flaky-report-files' into 'master'Robert Speicher2017-09-051-1/+1
|\ | | | | | | | | Cleanup rspec_flaky report files in the update-tests-metadata job See merge request !14056
| * Cleanup rspec_flaky report files in the update-tests-metadata jobcleanup-rspec_flaky-report-filesRémy Coutable2017-09-051-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'feature/migrate-find-branch-to-gitaly' into 'master'Robert Speicher2017-09-056-25/+53
|\ \ | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Repository#find_branch to Gitaly Closes gitaly#502 See merge request !13873
| * | Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif2017-09-056-25/+53
|/ /
* | Merge branch 'api-gpg-key-management' into 'master'Sean McGivern2017-09-055-0/+696
|\ \ | | | | | | | | | | | | | | | | | | API: Add GPG key management Closes #36926 See merge request !13828
| * | Add documentationRobert Schilling2017-09-051-0/+211
| | |
| * | API: Add GPG key management for adminsRobert Schilling2017-09-052-0/+238
| | |
| * | API: Add GPG key managementRobert Schilling2017-09-054-0/+247
| | |
* | | 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
| | | | | | | | | | | |