summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Insert at most 1,000 rows at once in MR diff background migrationSean McGivern2017-09-292-5/+39
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | We were hitting the statement timeout for very large MR diffs. Now we insert at most 1,000 rows to `merge_request_diff_commits` in a single statement, or 100 rows to `merge_request_diff_files`.
* | | | | Merge branch 'icons-update-nav-bars' into 'master'Phil Hughes2017-09-2921-3366/+67
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Updated All Navigation Icons to Sprite_Icons See merge request gitlab-org/gitlab-ce!14559
| * | | | | FIxed the clearing icon + jumping of fluid nav baricons-update-nav-barsTim Zallmann2017-09-292-1/+2
| | | | | |
| * | | | | Fixed another linting error this time HAMLTim Zallmann2017-09-281-1/+1
| | | | | |
| * | | | | Fixed CSS Lint ErrorTim Zallmann2017-09-281-1/+1
| | | | | |
| * | | | | Updated All Navigation Icons to Sprite_IconsTim Zallmann2017-09-2820-3365/+65
| | | | | |
* | | | | | Merge branch 'dm-json-page-title' into 'master'Jacob Schatz2017-09-297-6/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use backend-provided page title in repo editor Closes #36029 See merge request gitlab-org/gitlab-ce!13763
| * | | | | | Title has now its own testdm-json-page-titleTim Zallmann2017-09-291-4/+11
| | | | | | |
| * | | | | | Not the Test will also work with other tests beforeTim Zallmann2017-09-292-4/+4
| | | | | | |
| * | | | | | Added Test for PageTitle / Removed Gitlab Part from TItleTim Zallmann2017-09-292-1/+6
| | | | | | |
| * | | | | | Encode Page-Title header as ISO-8859-1Douwe Maan2017-09-261-1/+2
| | | | | | |
| * | | | | | Added Page Title setting for files + directoriesTim Zallmann2017-09-262-4/+6
| | | | | | |
| * | | | | | Add Page-Title header to tree and blob JSON endpointsDouwe Maan2017-09-264-1/+11
| | | | | | |
* | | | | | | Merge branch 'accepting-merge-requests-ux' into 'master'Victor Wu2017-09-291-4/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tell community members to ping PM when working on an issue See merge request gitlab-org/gitlab-ce!14571
| * | | | | | | Update CONTRIBUTING.mdaccepting-merge-requests-uxVictor Wu2017-09-281-4/+10
| | | | | | | |
* | | | | | | | Merge branch 'make-has-visible-commit-more-efficient' into 'master'Rémy Coutable2017-09-296-22/+91
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Repository#has_visible_content more efficient See merge request gitlab-org/gitlab-ce!14554
| * | | | | | | | Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-296-22/+91
|/ / / / / / / /
* | | | | | | | Merge branch '38432-fix-notes-type-for-import' into 'master'Rémy Coutable2017-09-2912-37/+155
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix notes type created from import Closes #38432 See merge request gitlab-org/gitlab-ce!14524
| * | | | | | | Fix notes type created from importLin Jen-Shin (godfat)2017-09-2912-37/+155
|/ / / / / / /
* | | | | | | Merge branch 'add-composite-index-on-merge-requests-merge-commit-sha' into ↵Sean McGivern2017-09-293-1/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add index for merge_requests.merge_commit_sha Closes #38507 See merge request gitlab-org/gitlab-ce!14549
| * | | | | | | Add index for merge_requests.merge_commit_shaadd-composite-index-on-merge-requests-merge-commit-shaYorick Peterse2017-09-283-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a composite index on (target_project_id, merge_commit_sha, id) that allows queries such as the following to use a full backwards index scan: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = 13083 AND "merge_requests"."merge_commit_sha" = 'e80a893ff0ea8466099f6478183631af55933db2' ORDER BY "merge_requests"."id" DESC LIMIT 1; Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38507
* | | | | | | | Merge branch 'first-time-contributor-tooltip-text' into 'master'Filipa Lacerda2017-09-292-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweaked the first time contributor tooltip text See merge request gitlab-org/gitlab-ce!14565
| * | | | | | | | Tweaked the first time contributor tooltip textfirst-time-contributor-tooltip-textPhil Hughes2017-09-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes the text `Handle with care` as it sounds condescending.
* | | | | | | | | Merge branch 'docs-fix-auto-devops-banner-feature-flag' into 'master'Grzegorz Bizon2017-09-291-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Auto DevOps banner feature flag Closes #38576 See merge request gitlab-org/gitlab-ce!14576
| * | | | | | | | | Fix Auto DevOps banner feature flagFabio Busatto2017-09-291-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'breadcrumb-item-links' into 'master'Tim Zallmann2017-09-296-9/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed breadcrumb title not linking Closes #38059 See merge request gitlab-org/gitlab-ce!14532
| * | | | | | | | | spec fixesbreadcrumb-item-linksPhil Hughes2017-09-282-3/+3
| | | | | | | | | |
| * | | | | | | | | Fixed breadcrumb title not linkingPhil Hughes2017-09-274-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the breadcrumb titles not having links. This was a regression in the updated breadcrumbs introduced in 10.0. This introduces the link for all pages rather than selectively doing it. This will cover issues, merge requests, pipelines, jobs etc. Closes #38059
* | | | | | | | | | Merge branch 'remove-target-dd' into 'master'Filipa Lacerda2017-09-297-39/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove target dd Closes #38485 See merge request gitlab-org/gitlab-ce!14558
| * | | | | | | | | Fix static analysis.remove-target-ddJacob Schatz2017-09-281-1/+0
| | | | | | | | | |
| * | | | | | | | | Fix karma testJacob Schatz2017-09-281-2/+0
| | | | | | | | | |
| * | | | | | | | | Removes the target branch and only uses the source branch.Jacob Schatz2017-09-284-16/+2
| | | | | | | | | |
| * | | | | | | | | Remove target ref switcher.Jacob Schatz2017-09-282-20/+0
| | | | | | | | | |
* | | | | | | | | | Merge branch '37335-counter-active-state' into 'master'Phil Hughes2017-09-292-3/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add active states to nav bar counters Closes #37335 See merge request gitlab-org/gitlab-ce!14569
| * | | | | | | | | | Add active states to nav bar counters37335-counter-active-stateAnnabel Dunstone Gray2017-09-282-3/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '38528-build-url' into 'master'Phil Hughes2017-09-293-1/+20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes data parameter not being sent in ajax request for jobs log Closes #38528 See merge request gitlab-org/gitlab-ce!14564
| * | | | | | | | | | | Fixes data parameter not being sent in ajax request for jobs log38528-build-urlFilipa Lacerda2017-09-283-1/+20
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '31113-add-guidelines-for-illustrations' into 'master'Mike Greiling2017-09-2915-0/+91
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guidelines for illustrations See merge request gitlab-org/gitlab-ce!13097
| * | | | | | | | | | | | Add illustration link to ux index pagetauriedavis2017-09-261-0/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix typo errorsHazel2017-09-221-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add the situation of illustration on mobileHazel2017-09-221-0/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add size part to the guidelineHazel2017-09-225-1/+30
| | | | | | | | | | | | |
| * | | | | | | | | | | | Illustration guidelines - Fix grammar error and update images.Hazel2017-09-223-13/+11
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update illustrations.mdHazel Yang2017-09-221-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update image size in illustrations.mdHazel Yang2017-09-221-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add some images to illustrations.mdHazel Yang2017-09-221-6/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add the images for illustration guidelinesHazel2017-09-229-0/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update illustrations.mdHazel Yang2017-09-221-4/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update illustrations.mdHazel Yang2017-09-221-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update illustrations.mdHazel Yang2017-09-221-0/+52
| | | | | | | | | | | | |