summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉2018-10-191-0/+1
|
* Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher2018-10-191-0/+7
|\ | | | | | | | | CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
| * Backport CE to changes to support group-level file templatesNick Thomas2018-10-191-0/+7
| | | | | | | | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
* | Merge branch 'docs/highlight-mentions' into 'master'Marcia Ramos2018-10-191-3/+6
|\ \ | | | | | | | | | | | | Document highlighted mentions See merge request gitlab-org/gitlab-ce!22488
| * | Document highlighted mentionsAchilleas Pipinellis2018-10-191-3/+6
| | |
* | | Add mention that recovery codes are downloadable.Evan Read2018-10-191-5/+7
|/ /
* | Merge branch 'docs/docker-build' into 'master'Evan Read2018-10-193-22/+32
|\ \ | |/ |/| | | | | | | | | Add the ways needed to authenticate to the registry via CI/CD Closes gitlab-com/support-forum#3825 See merge request gitlab-org/gitlab-ce!21538
| * Add the ways needed to authenticate to the registry via CI/CDAchilleas Pipinellis2018-10-183-22/+32
| |
* | Revised images in group docs to address gitlab-org/gitlab-ce#43422Marc Schwede2018-10-188-0/+0
| |
* | Merge branch 'nurtch-docs-link' into 'master'Achilleas Pipinellis2018-10-181-1/+1
|\ \ | | | | | | | | | | | | Link to Nurtch doc site. See merge request gitlab-org/gitlab-ce!22399
| * | Link to Nurtch doc site.Daniel Gruesso2018-10-161-1/+1
| | |
* | | Merge branch 'patch-28' into 'master'52748-gitlab-maven-repository-documentation-improvementsMike Lewis2018-10-171-7/+8
|\ \ \ | | | | | | | | | | | | | | | | add link to concurrent devops See merge request gitlab-org/gitlab-ce!22071
| * | | further instance statistics editsMike Lewis2018-10-171-8/+8
| | | |
| * | | spellingWilliam Chia2018-10-031-1/+1
| | | |
| * | | add link to concurrent devopsWilliam Chia2018-10-031-1/+2
| | | |
* | | | Allow JIRA to login using email and API tokenFelipe Artur2018-10-176-51/+78
| | | |
* | | | Merge branch '52650-webhook-image-urls-rewritten-incorrectly-in-issues' into ↵Douwe Maan2018-10-161-6/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Webhook Image URLs Rewritten Incorrectly in Issues" Closes #52650 See merge request gitlab-org/gitlab-ce!22361
| * | | Web hook -> webhookSean McGivern2018-10-161-3/+3
| | | |
| * | | Fix image webhook rewriting for uploadsSean McGivern2018-10-161-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This rewrote URLs to be absolute URLs. However, for uploads (the most common case), we actually need them to point to not just the GitLab instance, but the project they're from. Thankfully, we can normally get that information from the object we're building the hook for.
* | | | Document linguist overridingZeger-Jan van de Weg2018-10-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users report that some languages aren't detected, or at least not reported. This is mostly due to the fact that these languages aren't programming languages, according to Linguist. Originally noted in: https://gitlab.com/gitlab-org/gitlab-ce/issues/50705#note_99600216 Related: https://gitlab.com/gitlab-org/gitlab-ce/issues/51995
* | | | Fix link to 'when delayed' YAML configuration itemEvan Read2018-10-162-0/+0
| | | |
* | | | Merge branch 'docs-update-remove-push-rules-feauture-not-yet-available' into ↵Douwe Maan2018-10-151-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' docs remove reference to push rules as not yet implemented for groups See merge request gitlab-org/gitlab-ce!22305
| * | | | Update doc/user/group/index.mdAlexander Strachan2018-10-121-1/+0
| | | | |
* | | | | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-1516-132/+0
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | | | Remove Koding integration and documentationStan Hu2018-10-1216-132/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* | | | Docs: Fixing some bad linksMarcel Amirault2018-10-141-1/+1
| | | |
* | | | Update merge request diff navigation docsJames Ramsay2018-10-122-3/+3
|/ / /
* | | Feature improved branch filter sortingJason Rutherford2018-10-114-5/+26
| | |
* | | Clarify what happens when enabling a service templateAchilleas Pipinellis2018-10-091-2/+4
| |/ |/|
* | docs/Tsumitsu Fix render issue in GFM documentation pagesmit_tooned2018-10-096-49/+25
| |
* | Merge branch 'patch-25' into 'master'Rémy Coutable2018-10-081-4/+4
|\ \ | | | | | | | | | | | | docs: cleanup term settings wording See merge request gitlab-org/gitlab-ce!22162
| * | docs: cleanup term settings wordingBen Bodenmiller2018-10-051-4/+4
| | |
* | | Docs - Prefilled fields for new issue linkVictor Wu2018-10-081-0/+18
| | |
* | | Merge branch 'patch/gpg-doc' into 'master'Achilleas Pipinellis2018-10-081-1/+1
|\ \ \ | |/ / |/| | | | | | | | Fix indentation in GPG documentation See merge request gitlab-org/gitlab-ce!22132
| * | Fix indentation in GPG documentationFranklin Yu2018-10-051-1/+1
| | |
* | | Document Security and Licence Management features permissionsGilbert Roulot2018-10-051-1/+8
| | |
* | | Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+2
|/ /
* | Resolve "2FA mobile options should be rephrased"Marc Schwede2018-10-041-8/+8
| |
* | Clone nurtch demo notebooks at Jupyter startupAmit Rathi2018-10-041-1/+1
| |
* | Merge branch 'ce-7287-epic-references' into 'master'Nick Thomas2018-10-041-4/+4
|\ \ | | | | | | | | | | | | Support short reference to epics from project entities See merge request gitlab-org/gitlab-ce!22048
| * | Support short reference to group entities from project entitiesce-7287-epic-referencesJarka Košanová2018-10-041-4/+4
| | | | | | | | | | | | | | | | | | - add a direct project parent (group) to Banzai context - if an epic is referenced from a direct descendant -> change epic to_reference to use short reference
* | | Merge branch 'docs/fix-links-to-subgit' into 'master'Achilleas Pipinellis2018-10-041-3/+4
|\ \ \ | | | | | | | | | | | | | | | | Fix links to external site and minor Markdown improvements See merge request gitlab-org/gitlab-ce!22098
| * | | Fix links to external site and minor Markdown improvementsEvan Read2018-10-041-3/+4
| | | |
* | | | Merge branch '51009-remove-rbac-clusters-feature-flag' into 'master'Kamil Trzciński2018-10-041-27/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Remove :rbac_clusters feature flag Closes #51009 See merge request gitlab-org/gitlab-ce!22096
| * | | Update docs to remove mention of feature flagThong Kuah2018-10-041-27/+2
| | | |
* | | | Resolve "Add status message from within user menu"Dennis Tang2018-10-041-0/+7
| | | |
* | | | Docs lock/unlock quick actionVictor Wu2018-10-031-1/+3
|/ / /
* | | Merge branch 'docs-jira-update' into 'master'Marcia Ramos2018-10-031-117/+119
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Port Jira integration documentation update to CE Closes #50505 See merge request gitlab-org/gitlab-ce!22062
| * | | Port jira doc update to ceMike Lewis2018-10-021-117/+119
| | |/ | |/|
* | | #13650 added wip search functionality and testsChantal Rollison2018-10-032-2/+9
|/ /