summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* moved fork checks into policiesfork-btn-enabled-user-groupsPhil Hughes2017-09-296-9/+61
|
* Fix fork button being disabled for users who can fork to groupPhil Hughes2017-09-298-24/+94
| | | | | | | | | | | Previously the fork button was disabled for all users if they have exceeded their project limit. This fixes that by changing the check to see if the user can fork to a group instead of their own namespace. This behaviour is already possible by visiting the new fork page directly, so this just fixes the button being disabled. Closes #38462
* 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
| | | | | | | |
| * | | | | | | Add new fileHazel Yang2017-09-221-0/+0
| | | | | | | |
* | | | | | | | Merge branch 'feature/migrate-repository-add-tag-to-gitaly' into 'master'Robert Speicher2017-09-297-53/+101
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Repository#add_tag to Gitaly Closes gitaly#601 See merge request gitlab-org/gitlab-ce!14500
| * | | | | | | | Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitalyAhmad Sherif2017-09-297-53/+101
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#601
* | | | | | | | Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher2017-09-289-16/+86
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Git::Repository#rm_tag to Gitaly Closes gitaly#562 See merge request gitlab-org/gitlab-ce!14388
| * | | | | | | | Migrate Git::Repository#rm_tag to GitalyAhmad Sherif2017-09-289-16/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#562
* | | | | | | | | Merge branch 'acet-repo-editor-prevent-extra-request' into 'master'Jacob Schatz2017-09-283-7/+32
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RepoEditor: Prevent extra network call for already opened files. Closes #38256 See merge request gitlab-org/gitlab-ce!14489
| * | | | | | | | | RepoEditor: Prevent extra network call for already opened files.acet-repo-editor-prevent-extra-requestFatih Acet2017-09-273-7/+32
| | | | | | | | | |
* | | | | | | | | | Merge branch 'docs-writing-overview-usecases' into 'master'Job van der Voort2017-09-281-1/+46
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Feature overview and use cases Closes #38076 See merge request gitlab-org/gitlab-ce!14538
| * | | | | | | | | | Docs: Feature overview and use casesMarcia Ramos2017-09-281-1/+46
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'docs-crosslink-pages-guides' into 'master'Achilleas Pipinellis2017-09-283-4/+64
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: crosslink Pages guides Closes #38427 See merge request gitlab-org/gitlab-ce!14542
| * | | | | | | | | | copyedit - reorg headersMarcia Ramos2017-09-281-21/+21
| | | | | | | | | | |
| * | | | | | | | | | copyedit + last_updatedMarcia Ramos2017-09-281-4/+10
| | | | | | | | | | |
| * | | | | | | | | | add note on DNS propagation timeMarcia Ramos2017-09-281-0/+4
| | | | | | | | | | |
| * | | | | | | | | | add section "Add your custom domain to GitLab Pages settings"Marcia Ramos2017-09-281-4/+24
| | | | | | | | | | |
| * | | | | | | | | | fixes links (html => md)docs-crosslink-pages-guidesMarcia Ramos2017-09-273-3/+3
| | | | | | | | | | |
| * | | | | | | | | | add intro section "Custom domains for GitLab Pages" for comprehensiveness ↵Marcia Ramos2017-09-271-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and SEO
| * | | | | | | | | | update linksMarcia Ramos2017-09-271-1/+3
| | | | | | | | | | |