Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved fork checks into policiesfork-btn-enabled-user-groups | Phil Hughes | 2017-09-29 | 6 | -9/+61 |
| | |||||
* | Fix fork button being disabled for users who can fork to group | Phil Hughes | 2017-09-29 | 8 | -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 McGivern | 2017-09-29 | 3 | -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-sha | Yorick Peterse | 2017-09-28 | 3 | -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 Lacerda | 2017-09-29 | 2 | -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-text | Phil Hughes | 2017-09-28 | 2 | -2/+2 |
| | | | | | | | | | | | | Removes the text `Handle with care` as it sounds condescending. | ||||
* | | | Merge branch 'docs-fix-auto-devops-banner-feature-flag' into 'master' | Grzegorz Bizon | 2017-09-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix Auto DevOps banner feature flag Closes #38576 See merge request gitlab-org/gitlab-ce!14576 | ||||
| * | | | Fix Auto DevOps banner feature flag | Fabio Busatto | 2017-09-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'breadcrumb-item-links' into 'master' | Tim Zallmann | 2017-09-29 | 6 | -9/+18 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Fixed breadcrumb title not linking Closes #38059 See merge request gitlab-org/gitlab-ce!14532 | ||||
| * | | | spec fixesbreadcrumb-item-links | Phil Hughes | 2017-09-28 | 2 | -3/+3 |
| | | | | |||||
| * | | | Fixed breadcrumb title not linking | Phil Hughes | 2017-09-27 | 4 | -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 Lacerda | 2017-09-29 | 7 | -39/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove target dd Closes #38485 See merge request gitlab-org/gitlab-ce!14558 | ||||
| * | | | | Fix static analysis.remove-target-dd | Jacob Schatz | 2017-09-28 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Fix karma test | Jacob Schatz | 2017-09-28 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Removes the target branch and only uses the source branch. | Jacob Schatz | 2017-09-28 | 4 | -16/+2 |
| | | | | | |||||
| * | | | | Remove target ref switcher. | Jacob Schatz | 2017-09-28 | 2 | -20/+0 |
| | | | | | |||||
* | | | | | Merge branch '37335-counter-active-state' into 'master' | Phil Hughes | 2017-09-29 | 2 | -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-state | Annabel Dunstone Gray | 2017-09-28 | 2 | -3/+8 |
| | | | | | | |||||
* | | | | | | Merge branch '38528-build-url' into 'master' | Phil Hughes | 2017-09-29 | 3 | -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-url | Filipa Lacerda | 2017-09-28 | 3 | -1/+20 |
| | | | | | | | |||||
* | | | | | | | Merge branch '31113-add-guidelines-for-illustrations' into 'master' | Mike Greiling | 2017-09-29 | 15 | -0/+91 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guidelines for illustrations See merge request gitlab-org/gitlab-ce!13097 | ||||
| * | | | | | | | Add illustration link to ux index page | tauriedavis | 2017-09-26 | 1 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | Fix typo errors | Hazel | 2017-09-22 | 1 | -4/+4 |
| | | | | | | | | |||||
| * | | | | | | | Add the situation of illustration on mobile | Hazel | 2017-09-22 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Add size part to the guideline | Hazel | 2017-09-22 | 5 | -1/+30 |
| | | | | | | | | |||||
| * | | | | | | | Illustration guidelines - Fix grammar error and update images. | Hazel | 2017-09-22 | 3 | -13/+11 |
| | | | | | | | | |||||
| * | | | | | | | Update illustrations.md | Hazel Yang | 2017-09-22 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Update image size in illustrations.md | Hazel Yang | 2017-09-22 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Add some images to illustrations.md | Hazel Yang | 2017-09-22 | 1 | -6/+6 |
| | | | | | | | | |||||
| * | | | | | | | Add the images for illustration guidelines | Hazel | 2017-09-22 | 9 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Update illustrations.md | Hazel Yang | 2017-09-22 | 1 | -4/+8 |
| | | | | | | | | |||||
| * | | | | | | | Update illustrations.md | Hazel Yang | 2017-09-22 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Update illustrations.md | Hazel Yang | 2017-09-22 | 1 | -0/+52 |
| | | | | | | | | |||||
| * | | | | | | | Add new file | Hazel Yang | 2017-09-22 | 1 | -0/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'feature/migrate-repository-add-tag-to-gitaly' into 'master' | Robert Speicher | 2017-09-29 | 7 | -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-gitaly | Ahmad Sherif | 2017-09-29 | 7 | -53/+101 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#601 | ||||
* | | | | | | | | Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master' | Robert Speicher | 2017-09-28 | 9 | -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 Gitaly | Ahmad Sherif | 2017-09-28 | 9 | -16/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#562 | ||||
* | | | | | | | | | Merge branch 'acet-repo-editor-prevent-extra-request' into 'master' | Jacob Schatz | 2017-09-28 | 3 | -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-request | Fatih Acet | 2017-09-27 | 3 | -7/+32 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'docs-writing-overview-usecases' into 'master' | Job van der Voort | 2017-09-28 | 1 | -1/+46 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Feature overview and use cases Closes #38076 See merge request gitlab-org/gitlab-ce!14538 | ||||
| * | | | | | | | | | | Docs: Feature overview and use cases | Marcia Ramos | 2017-09-28 | 1 | -1/+46 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'docs-crosslink-pages-guides' into 'master' | Achilleas Pipinellis | 2017-09-28 | 3 | -4/+64 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: crosslink Pages guides Closes #38427 See merge request gitlab-org/gitlab-ce!14542 | ||||
| * | | | | | | | | | | copyedit - reorg headers | Marcia Ramos | 2017-09-28 | 1 | -21/+21 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | copyedit + last_updated | Marcia Ramos | 2017-09-28 | 1 | -4/+10 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | add note on DNS propagation time | Marcia Ramos | 2017-09-28 | 1 | -0/+4 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | add section "Add your custom domain to GitLab Pages settings" | Marcia Ramos | 2017-09-28 | 1 | -4/+24 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fixes links (html => md)docs-crosslink-pages-guides | Marcia Ramos | 2017-09-27 | 3 | -3/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | add intro section "Custom domains for GitLab Pages" for comprehensiveness ↵ | Marcia Ramos | 2017-09-27 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and SEO | ||||
| * | | | | | | | | | | update links | Marcia Ramos | 2017-09-27 | 1 | -1/+3 |
| | | | | | | | | | | |