Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
AgeCommit message (Collapse)Author
2018-07-19Merge branch 'accept-rf3-2822-compliant-addresses' into 'master'Sean McGivern
Improve email address parsing Closes #44676 See merge request gitlab-org/gitlab-ce!18192
2018-07-19Improve email address parsingGeorge Thomas
If you enter the following RFC 2822 compliant address: `John Doe <john@doe.com>` Gitlab will attempt to send three emails: 1) John 2) Doe 3) john@doe.com With this change given the following: `John Doe <johndoe@example.com>` `Jane Doe <janedoe@example.com>` Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
2018-07-18Update index.md to add link to reducing repo size docMarcel Amirault
2018-07-17Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into ↵Douwe Maan
'master' Include full image URL in webhooks for uploaded images Closes #20720 See merge request gitlab-org/gitlab-ce!18109
2018-07-17Merge branch 'dz-improve-manifest-doc' into 'master'Douwe Maan
Add small improvement to Manifest import feature docs See merge request gitlab-org/gitlab-ce!20637
2018-07-17Clarify web hook image rewriting doc exampleSean McGivern
2018-07-16Add small improvement to Manifest import feature docsDmitriy Zaporozhets
1. Add link to manifest used by AOSP 2. Mention both Android and AOSP keyword for better search Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-13Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin
* upstream/master: (467 commits) Update docs board features tier Upgrade grape-path-helpers to 1.0.6 Remove healthchecks from prometheus endpoint Fix find_branch call sites Ensure Encoding.default_external is set to UTF-8 when running QA scenarios i18n: externalize strings from 'app/views/admin/groups' Backport mr widget changes from EE Allow to toggle notifications for issues due soon Vuex test helper improvements whitespace Make more ref RPC's mandatory Resolve "Improve performance of MR Changes tab: reduce event listeners on scroll event" Remove old service architecture from Vue docs Adding spec to test basic forking functionalities Fix performance problem of accessing tag list for projects api endpoints typo Add sleep to QA test before installing tiller Include Vue files that are not covered by tests in test coverage Remove Repository#path memoization Resolve "do not set updated_at when creating note" ...
2018-07-13Update docs board features tierVictor Wu
2018-07-12Merge branch 'dz-manifest-import' into 'master'Douwe Maan
Add manifest import See merge request gitlab-org/gitlab-ce!20304
2018-07-12typoMarcia Ramos
2018-07-11Merge branch 'docs/cluster-permissions' into 'master'Marcia Ramos
Mention admin privileges for k8s token creation Closes #44457 See merge request gitlab-org/gitlab-ce!20517
2018-07-11Fix a link to subgroup doc from manifest docDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Improve manifest feature after backend reviewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Rename button at manifest import formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Refactor manifest import codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Add documentation for manifest import featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-10Resolve "Disable GCP free credit banner at instance level"Dennis Tang
2018-07-10Rename code climate to code qualityAchilleas Pipinellis (🌴 July 10 - July 20 🌴)
2018-07-10Mention admin privileges for k8s token creationAchilleas Pipinellis
2018-07-09Merge branch ↵Sean McGivern
'48970-markdown-wiki-help-incorrect-in-how-wiki-pages-are-rendered' into 'master' Resolve "Markdown help incorrect in how wiki pages are rendered" Closes #48970 See merge request gitlab-org/gitlab-ce!20459
2018-07-09Merge branch 'docs/kubernetes-tiller' into 'master'Marcia Ramos
Add note about the k8s namespace of installed applications See merge request gitlab-org/gitlab-ce!20423
2018-07-07specify that wiki pags are rendered with RedcarpetBrett Walker
2018-07-06remove extra tick for eks docsdanielgruesso
2018-07-06Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_urlSean McGivern
2018-07-06Add documentation and specs for webhook URL rewritingSean McGivern
2018-07-06Add note about the k8s namespace of installed applicationsAchilleas Pipinellis
2018-07-03Merge branch 'docs/bamboo' into 'master'Marcia Ramos
Copyedit Bamboo integration docs See merge request gitlab-org/gitlab-ce!20312
2018-07-03Merge branch 'docs-products-links' into 'master'Achilleas Pipinellis
Updated /products links to /pricing See merge request gitlab-org/gitlab-ce!20321
2018-07-03Merge branch 'prune-web-hook-logs' into 'master'Douwe Maan
Prune web hook logs older than one month Closes #46120 See merge request gitlab-org/gitlab-ce!20183
2018-07-03Updated products links to pricingMarcel Amirault
2018-07-02Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Andreas Kämmerle
14995-custom_wiki_sidebar
2018-07-02Copyedit Bamboo integration docsAchilleas Pipinellis
2018-07-02Merge branch 'crose-details-on-buildkey' into 'master'Achilleas Pipinellis
Add detail around 'Build Key' within the GitLab steps. See merge request gitlab-org/gitlab-ce!20219
2018-07-02Prune web hook logs older than 90 daysYorick Peterse
This adds a recurring Sidekiq job that removes up to 50 000 old web hook logs per hour, if they are older than 90 days. This will prevent the web_hook_logs table from growing indefinitely. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46120
2018-06-29Add pipeline stages position clean-up migrationGrzegorz Bizon
2018-06-27Add detail around 'Build Key' within the GitLab steps. Chris Rose
2018-06-27Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin
* upstream/master: (4180 commits) Enable frozen string literals for app/workers/*.rb Resolve "Search dropdown hides & shows when typing" Revert merge request widget button max height Update CHANGELOG.md for 11.0.2 Update external link icon in header user dropdown Added Diff Viewer to new VUE based MR page Fixed eslint failure in IDE spec helpers Use refs instead of querySelector. Show file in tree on WebIDE open Resolve "Remove unused bootstrap component CSS" Resolve "Explain what Groups are in the New Group page" [QA] Make sure we wait for the deploy key list to load Update _scopes_form.html.haml to remove duplicate information Use the branch instead of the tag to install port the EE changes Add index on deployable_type/id for deployments Add a helper to rename a column using a background migration Fix performance bottleneck when rendering large wiki pages Port Namespace#root_ancestor to CE Remove duplicate spec ...
2018-06-25Resolve "Change the BitBucket import page to indicate that its for BB Cloud ↵John Woods
only, not for on-prem BB"
2018-06-25Docs broken linksMarcel Amirault
2018-06-25Refactor issue boards and get the EE changes to CEAchilleas Pipinellis
2018-06-22Update squash_and_merge.md to fix link and descriptionMarcel Amirault
(cherry picked from commit b5ea33397eb8d2c874662026b0e36aed7c41dbbc)
2018-06-22Merge branch 'docs/autodevops-k8s' into 'master'Marcia Ramos
Document end to end flow for Kubernetes and Auto DevOps Closes #44455 See merge request gitlab-org/gitlab-ce!19699
2018-06-21Document end to end flow for Kubernetes and Auto DevOpsAchilleas Pipinellis
2018-06-20Refactor the profile preferences docsAchilleas Pipinellis
2018-06-20Add note about Master/Maintainer roleAchilleas Pipinellis
2018-06-20Merge branch 'patch-28' into 'master'Rémy Coutable
Point out the specific anchor inside the document See merge request gitlab-org/gitlab-ce!19998
2018-06-19Merge branch 'jl-update-jupyterhub-docs' into 'master'Marcia Ramos
Update JupyterHub docs with additional details See merge request gitlab-org/gitlab-ce!19981
2018-06-19Point out the specific anchor inside the documentMatthieu Fronton
2018-06-19Merge branch 'jr-45820-xcode-docs' into 'master'Douwe Maan
Add Open in Xcode docs See merge request gitlab-org/gitlab-ce!19872