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
2018-12-05Remove mentions of RedashStan Hu
Related links: * https://gitlab.com/gitlab-com/Product/issues/5 * https://gitlab.com/meltano/looker/issues/294
2018-12-05Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-05Update proofreader.mdMaksymilian Roman
2018-12-05Update proofreader.mdJeongwhan Choi
2018-12-05Merge branch '54826-use-read_repository-scope-on-read-only-files-endpoints' ↵Grzegorz Bizon
into 'master' Resolve "Use read_repository scope on read-only files endpoints" Closes #54826 See merge request gitlab-org/gitlab-ce!23534
2018-12-05Merge branch 'docs/fix-list' into 'master'Achilleas Pipinellis
Fix list that doesn't render properly See merge request gitlab-org/gitlab-ce!23574
2018-12-05Merge branch 'winh-add-jest' into 'master'Mike Greiling
Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406
2018-12-05Merge branch 'patch-33' into 'master'Achilleas Pipinellis
fix: update the link to the new address. See merge request gitlab-org/gitlab-ce!23524
2018-12-05Update repository_files.mdJames Lopez
2018-12-05Merge branch 'jramsay/email-push-docs' into 'master'Achilleas Pipinellis
Add example email on push notification to docs See merge request gitlab-org/gitlab-ce!23566
2018-12-05Revert "Revert "Add docs why $KUBECONFIG is blank""🤖 GitLab Bot 🤖
This reverts commit b53ebd93b15b2fb9eba7c9d6e31b1ffffe073912
2018-12-05Revert "Add docs why $KUBECONFIG is blank"🤖 GitLab Bot 🤖
This reverts commit ac5c20bd272ff9001eae5949ca2137abc1011b87
2018-12-05Merge branch 'set-kubeconfig-nil-when-token-nil' into 'master'Dmitriy Zaporozhets
Make KUBECONFIG nil if KUBE_TOKEN is nil See merge request gitlab-org/gitlab-ce!23414
2018-12-05Setup Jest test environmentWinnie Hellmann
2018-12-05Fix list that doesn't render properlyEvan Read
2018-12-05Merge branch 'docs-fix-submodule-api-example' into 'master'Evan Read
Docs - Fix repository submodule API example See merge request gitlab-org/gitlab-ce!23561
2018-12-04Fixed typo in bitbucket importJason Colyer
2018-12-04Add example email on push notification to docsJames Ramsay
2018-12-04Update doc/api/repository_submodules.mdWill Chandler
2018-12-04Merge branch 'merge-train' into 'master'Rémy Coutable
Automatically merge CE master into EE master See merge request gitlab-org/gitlab-ce!23453
2018-12-04update installation from source guideAlex Hanselka
2018-12-04Add docs why $KUBECONFIG is blankDylan Griffith
2018-12-04Update code based on feedbackJames Lopez
2018-12-04Updated documentation of CE to EE mergesYorick Peterse
This updates the documentation of automatic CE to EE merges to cover the new automatic merging setup.
2018-12-04Merge branch 'master' into 'patch-28'Rémy Coutable
# Conflicts: # doc/development/i18n/proofreader.md
2018-12-04Fix markdown linkJames Lopez
2018-12-04Add docs and changelogJames Lopez
2018-12-04Merge branch 'revert-db6cedda' into 'master'Kamil Trzciński
Revert "Merge branch 'auto-devops-support-for-group-security-dashboard' into 'master'" See merge request gitlab-org/gitlab-ce!23530
2018-12-04Merge branch 'docs-update-expect_next_instance_of' into 'master'Sean McGivern
Make docs about expect_next_instance_of consistent See merge request gitlab-org/gitlab-ce!23507
2018-12-04Revert "Merge branch 'auto-devops-support-for-group-security-dashboard' into ↵Fabio Busatto
'master'" This reverts merge request !23165
2018-12-04Fix lack of documentation on how to fetch a snippet's content using APIcolinleroy
2018-12-04Merge branch 'sh-update-api-archive-docs' into 'master'Evan Read
Fix documentation for /api/v4/projects/:id/repository/archive Closes #45992 See merge request gitlab-org/gitlab-ce!23501
2018-12-04fix: update the link to the new address.Salman Mohammadi
this change eliminates the need to redirect the page.
2018-12-04Merge branch 'patch-28' into 'master'Evan Read
Rollback will not work because Envoy will still fetch latest commit from the… See merge request gitlab-org/gitlab-ce!23493
2018-12-04Merge branch 'docs-auto-devops-migration-improve' into 'master'Evan Read
Docs : Auto Devops migrate: add two release info See merge request gitlab-org/gitlab-ce!23500
2018-12-03Fix documentation for /api/v4/projects/:id/repository/archiveStan Hu
The documentation mistakenly says that `format` can be used as a parameter, but the Grape middleware reserves `format` as a content-type header. Update the documentation to make it explicit the suffix should be used to specify a format. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45992
2018-12-03Make docs about expect_next_instance_of consistentLin Jen-Shin
So we compare `expect_any_instance_of` with `expect_next_instance_of`, but still mention `allow_any_instance_of`.
2018-12-03Merge branch 'patch-31' into 'master'Achilleas Pipinellis
Update architecture.md See merge request gitlab-org/gitlab-ce!23430
2018-12-03Merge branch 'patch-31' into 'master'Achilleas Pipinellis
Updated Katex "Supported Functions" link See merge request gitlab-org/gitlab-ce!23343
2018-12-03Merge branch 'patch-34' into 'master'Evan Read
slightly improve readability See merge request gitlab-org/gitlab-ce!23466
2018-12-02Auto Devops migrate: add two release infoThong Kuah
Let users know we do two Helm releases if they specify DB_INITIALIZE.
2018-12-01Rollback will not work because Envoy will still fetch latest commit from the ↵Muhammad Nuzaihan
repository source tree. This addition enforces the code deployed follows the commit id using $CI_COMMIT_SHA variable so rollbacks will now work.
2018-11-30Add documentation reference to gitaly-debugJacob Vosmaer
2018-11-30Merge branch '6861-group-level-project-templates-ce' into 'master'Phil Hughes
Backport from gitlab-org/gitlab-ee!6878 See merge request gitlab-org/gitlab-ce!23391
2018-11-30Merge branch 'if-52811-fix_namespaces_api_routing' into 'master'Nick Thomas
Fix API::Namespaces routing to accept namepaces with dots See merge request gitlab-org/gitlab-ce!22912
2018-11-30Fix Red/Orange data link markdownPhilippe Lafoucrière
2018-11-30Clarify support of subgroups as project template sourceDennis Tang
2018-11-30Merge branch 'docs/remove-link-and-fix-page' into 'master'Achilleas Pipinellis
Remove broken link and fix markdown formatting See merge request gitlab-org/gitlab-ce!23467
2018-11-30Merge branch 'if-40385_fix_doc' into 'master'Achilleas Pipinellis
Improve wording on disabling impersonation in api/README See merge request gitlab-org/gitlab-ce!23472
2018-11-30Update doc/user/group/index.mdDennis Tang