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
AgeCommit message (Collapse)Author
2019-03-28Document the branch naming conventions for QA-only changesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-28Docs review for MR 25586Evan Read
2019-03-28Merge branch 'zm-test-plan-refs' into 'master'Achilleas Pipinellis
Update testing guide to reference test design See merge request gitlab-org/gitlab-ce!26619
2019-03-28Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern
Allow external diffs to be used conditionally Closes #54670 See merge request gitlab-org/gitlab-ce!25432
2019-03-28Merge branch '59062-update-gitlab-markup-python-3' into 'master'Sean McGivern
Update gitlab-markup to 1.7.0 and document Python3 requirements Closes #59062 See merge request gitlab-org/gitlab-ce!26246
2019-03-28Update U2F recommendations, fix #57656Mateusz Konieczny
2019-03-28Merge branch 'docs/build-to-job-webhooks' into 'master'Evan Read
Rename build to job in webhooks docs Closes #42254 and #28226 See merge request gitlab-org/gitlab-ce!26676
2019-03-27Merge branch 'sh-add-gitaly-duration-logs' into 'master'Douglas Barbosa Alexandre
Log Gitaly RPC duration to api_json.log and production_json.log See merge request gitlab-org/gitlab-ce!26652
2019-03-27Rename build to job in webhooks docsAchilleas Pipinellis
2019-03-27Expand and improve autofetch of endpoint sectionEvan Read
2019-03-27Merge branch 'docs-disable_nfs_delegation' into 'master'Achilleas Pipinellis
Recommend disabling NFS server delegation See merge request gitlab-org/gitlab-ce!26668
2019-03-27Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'Andreas Brandl
Prepares suggestion implementation for multi-line support See merge request gitlab-org/gitlab-ce!26057
2019-03-27Allow external diffs to be used conditionallyNick Thomas
Since external diffs are likely to be a bit slower than in-database ones, add a mode that makes diffs external after they've been obsoleted by events. This should strike a balance between performance and disk space. A background cron drives the majority of migrations, since diffs become outdated through user actions.
2019-03-27Recommend disabling NFS server delegationDrew Blessing
2019-03-27Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto
The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them.
2019-03-27Prepare suggestion implementation for multi-lineOswaldo Ferreira
Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
2019-03-27Log Gitaly RPC duration to api_json.log and production_json.logStan Hu
This makes it easier to debug Gitaly performance issues in the field. This commit also makes the tracking of query time thread-safe via RequestStore.
2019-03-27Resolve "Get milestone by title via API"Fabio Busatto
2019-03-27Update AWS install docs for non HAKristie McGoldrick
2019-03-27Docs: Fix anchor from user/group to user/projectMarcel Amirault
2019-03-27Update go guidelines, fix some minor typosLucas Charles
2019-03-27Docs: Fix more anchors, mostly pipeline relatedMarcel Amirault
2019-03-27Merge branch '48132-display-output-from-pre-receive-scripts' into 'master'Dmitriy Zaporozhets
Allow custom hooks errors to appear in GitLab UI Closes #48132 See merge request gitlab-org/gitlab-ce!25625
2019-03-26Update testing guide to reference test designZeff Morgan
2019-03-26Merge branch 'jc-add-docs-for-gitaly-feature-flags' into 'master'Achilleas Pipinellis
Add development documentation for gitaly feature flags See merge request gitlab-org/gitlab-ce!25624
2019-03-26Add admin documentation for gitaly-rubyJacob Vosmaer
2019-03-26Fix display of emoji in GFM docsEvan Read
2019-03-26Docs: Add automatic redirects to last batch of moved filesMarcel Amirault
2019-03-26Edit wiki notesEvan Read
2019-03-26Merge branch 'fix-hidden-statistics' into 'master'Nick Thomas
Show statistics also when repository is disabled Closes #59390 See merge request gitlab-org/gitlab-ce!26509
2019-03-26Fix and improve Gitaly TLS documentationJacob Vosmaer
2019-03-26Docs: Add IP range infoCynthia Ng
2019-03-26Added no efs mention to repo storage path and AWSSara Ahbabou
2019-03-26Add development documentation for gitaly feature flagsJohn Cai
2019-03-26Docs: Add missing redirects to /workflow and /articles docsMarcel Amirault
2019-03-26correct view statistics ability documentationPeter Marko
2019-03-26Add pages group for templates informationEvan Read
2019-03-26Docs: Fix redirected link to be more directMarcel Amirault
2019-03-26Allow runners to be installed on group clustersTiger Watson
A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
2019-03-26Docs: Fixup duplicated sectionsThong Kuah
We are mentioning the commands needed to obtain these fields twice. Merge them into the single place. - For API URL we only had the command at the bottom so move this up. - For CA certificate, we already have the command at the top of the section - For Token, we already have an similar command at the top of the section
2019-03-26Allow custom hooks errors to appear in GitLab UILuke Duncalfe
Error messages from custom pre-receive hooks now appear in the GitLab UI. This is re-enabling a feature that had been disabled in merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18646 The feature had been disabled due to security concerns that information which was not intended to be public (like stack traces) would leak into public view. PreReceiveErrors (from pre-receive, post-receive and update custom hooks) are now filtered for messages that have been prefixed in a particular way. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48132
2019-03-25Add ssot link to security reviews documentationJames Ritchey
2019-03-25Merge branch 'ce-1974-update-user-name-upon-ldap-sync' into 'master'Douwe Maan
Backport 'Update user name upon LDAP sync' from EE See merge request gitlab-org/gitlab-ce!26432
2019-03-25Mention review-qa-all in the end-to-end tests documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-25Backport 'Update user name upon LDAP sync' from EERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-25Merge branch 'docs-junit-report-paths-matching' into 'master'Evan Read
Correct JUnit report path pattern matching description See merge request gitlab-org/gitlab-ce!26215
2019-03-25Fix Emoji URLsDavid Coy
2019-03-25Docs: Fix missed or newly added broken anchorsMarcel Amirault
2019-03-25Docs: Fixing anchors and links for all docs related to issues.Marcel Amirault
2019-03-25Add instance level templates to the examples page.Brendan O'Leary 🐢