summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Added mention of autocomplete charactersdocs/autocomplete_in_slash_commandsRussell Dickenson2019-07-181-0/+6
|
* Add docs for Let's Encrypt integrationVladimir Shushlin2019-07-175-5/+87
| | | | | | * Add deprecation warning to old integration * Add user docs * Add admin docs
* Documented autocomplete charactersRussell Dickenson2019-07-174-0/+51
| | | | | | | | | - Added a table listing all autocomplete characters. - Added a link to the autocomplete characters docs, from the Projects feature list. - Added an example of how autocomplete would behave for `Users and groups`, including two screenshots.
* Add tip about stripping ANSI color codesElliot Rushton2019-07-171-0/+16
|
* Propagate PIP index URLFabien Catteau2019-07-171-0/+2
| | | | | | | | Propagate PIP_INDEX_URL, PIP_EXTRA_INDEX_URL to the dependency-scanning Docker image to support Python projects depending on custom Pypi registries. These variables will be consumed by the gemnasium-python analyzer.
* Docs: update Cloudflare's redirect method for PagesMarcia Ramos2019-07-171-5/+16
|
* Resolve docs lint failure in users/clusters/applications.mdRobert Speicher2019-07-161-1/+1
|
* Update weight/priority definitions in prometheus dashboard docsSarah Yasonik2019-07-161-3/+1
|
* Enable GitLabb runner to be uninstalled from clusterJoão Cunha2019-07-161-1/+2
| | | | | | - Set as uninstallable app - Update docs - Adjust specs
* Avoid using HTML when plain text and markdown workEvan Read2019-07-161-10/+10
|
* Merge branch 'mc/doc/enforce-template-inclusion-docs' into 'master'Evan Read2019-07-162-0/+20
|\ | | | | | | | | Create docs for required pipeline config See merge request gitlab-org/gitlab-ce!30660
| * Create docs for required pipeline configmc/doc/enforce-template-inclusion-docsScott Hampton2019-07-152-0/+20
| | | | | | | | | | | | Based on the https://gitlab.com/gitlab-org/gitlab-ee/issues/8429 issue for the required pipeline configuration setting.
* | Clean up the Prometheus custom dashboards docsAchilleas Pipinellis2019-07-161-46/+71
| | | | | | | | | | - Place all under one section - Fix Markdown
* | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39964Russell Dickenson2019-07-161-2/+2
| |
* | Docs: Add more detail to sign-up restrictionsTristan Williams2019-07-161-9/+13
| |
* | Update markdown.md to remove typo, "test" was left in the documentationChristopher Amurao2019-07-151-1/+1
| |
* | Add docs on how alert attributes are usedPeter Leitzen2019-07-151-1/+11
| |
* | Convert more product badges to round bracketsEvan Read2019-07-154-4/+4
| |
* | Update dependency scanning to add new variableCan Eldem2019-07-151-0/+1
| |
* | Move document to new location, split in 3Marcia Ramos2019-07-1514-322/+436
| | | | | | | | | | - Move steps to new doc - Move all concepts to different docs
* | Add a note about implicit Dockerfile serverless runtimeGrzegorz Bizon2019-07-151-13/+22
| |
* | Rename "discussions" to "threads" in docsMichel Engelen2019-07-1545-146/+145
| |
* | Fix whitespace in user, and misc, docsMarcel Amirault2019-07-1514-837/+842
| | | | | | | | | | | | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items woll render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor whitespace issues in /user, /security, /ssh and /migrate_ci_to_ce docs.
* | Remove extra blank lines from docsMarcel Amirault2019-07-158-76/+31
| | | | | | | | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* | Merge branch 'docs/secure-rm-deprecated-jobs' into 'master'Evan Read2019-07-155-523/+75
|\ \ | | | | | | | | | | | | | | | | | | Remove deprecated docs sections of Secure jobs Closes #63739 See merge request gitlab-org/gitlab-ce!30527
| * | Remove deprecated docs sections of Secure jobsdocs/secure-rm-deprecated-jobsAchilleas Pipinellis2019-07-095-523/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | The manual job definitions are deprecated and are not guaranteed to work as expected. We should not confuse our users with including them in the docs. This deletes all the deprecated sections and cleans up the configuration section significantly.
* | | Remove trailing whitespace in docsMarcel Amirault2019-07-1511-90/+89
| | | | | | | | | | | | | | | Remove unneeded trailing whitespace in lines in /security /workflow /user docs
* | | Merge branch 'rename-gitlab-docs-repo' into 'master'Marcia Ramos2019-07-121-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Move the gitlab-docs project under gitlab-org See merge request gitlab-org/gitlab-ce!30620
| * | Move the gitlab-docs project under gitlab-orgrename-gitlab-docs-repoAchilleas Pipinellis2019-07-111-1/+1
| | | | | | | | | | | | | | | Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs. For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
* | | Add blank lines around code blocksMarcel Amirault2019-07-121-3/+6
| | | | | | | | | | | | All code blocks should be surrounded by blank lines
* | | Doc Allow subgroups to use their parent group's custom project templatesManoj MJ2019-07-121-1/+1
| | | | | | | | | | | | | | | Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template"
* | | Geo Update note about internal_urlDouglas Barbosa Alexandre2019-07-111-2/+2
| | |
* | | Remove hard tabs from docsMarcel Amirault2019-07-112-5/+5
|/ / | | | | | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
* | Give Knative serving permissions to service accountHordur Freyr Yngvason2019-07-111-10/+16
| | | | | | | | | | | | | | | | GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
* | Merge branch 'chriscool-master-patch-11367' into 'master'Achilleas Pipinellis2019-07-111-1/+2
|\ \ | | | | | | | | | | | | Update doc/user/project/merge_requests/index.md See merge request gitlab-org/gitlab-ce!30517
| * | Update push option note in merge_requests/index.mdchriscool-master-patch-11367Christian Couder2019-07-101-1/+2
| | |
* | | Merge branch 'bvl-link-phab-users' into 'master'James Lopez2019-07-111-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fetch users from Phabricator + link to issues Closes #60565 See merge request gitlab-org/gitlab-ce!30321
| * | | Fetch users from Phabricator to link to issuesBob Van Landuyt2019-07-101-0/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | We fetch the users from Phabricator based on their Phabricator ID. If a user with the same username exists and is a member of the project, we set them as assignee or author. When a user is applicable, we also cache it in Redis so we don't have to perform the request again for the same phid.
* | | Add docs on project-based dashboard configSarah Yasonik2019-07-101-1/+64
|/ /
* | Merge branch 'docs-siegerts-fix-typo' into 'master'63197-move-chart-alerts-into-dropdown-menuEvan Read2019-07-101-1/+1
|\ \ | |/ |/| | | | | Docs: fix typo See merge request gitlab-org/gitlab-ce!30505
| * typo fixdocs-siegerts-fix-typosiegerts2019-07-091-1/+1
| |
* | Resolve "Update project import/export docs to include what exactly is ↵Michael Leopard2019-07-091-0/+7
| | | | | | | | imported/exported"
* | NPM Registry docs new package naming conventionSteve Abrams2019-07-091-7/+8
|/ | | | | | The documentation is updated to include details on the new limitations and rules to naming NPM packages. A note is included on how naming collisions are handled.
* Centralize config for markdownlintMarkus Koller2019-07-091-1/+1
| | | | | | | | The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
* Merge branch 'add-kubernetes-webcast-cta-dmp' into 'master'Evan Read2019-07-081-0/+3
|\ | | | | | | | | Add relevant webcast to drive traffic and MQLs See merge request gitlab-org/gitlab-ce!30236
| * Add relevant webcast to drive traffic and MQLsadd-kubernetes-webcast-cta-dmpSarah Daily2019-07-011-0/+3
| |
* | Update redirected links to final destinationsMarcel Amirault2019-07-0815-27/+28
| | | | | | | | | | | | This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
* | Changing badges to use parentheses not bracketsMarcel Amirault2019-07-0885-220/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* | Refresh screenshotsTristan Williams2019-07-089-20/+22
| | | | | | | | Current screenshots are from an older version of Jira and GitLab.
* | ADD '.git' ending to git clone with CI_JOB_TOKEN for clarityglass-ships2019-07-081-1/+1
| |