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-09-21Merge branch 'docs-gitaly-shell-secret' into 'master'Achilleas Pipinellis
Gitaly servers require the GitLab Shell secret See merge request gitlab-org/gitlab-ce!21847
2018-09-21Merge branch 'fe-modal-link-fix' into 'master'Clement Ho
Fix broken link to modal component source See merge request gitlab-org/gitlab-ce!21830
2018-09-21Gitaly servers require the GitLab Shell secretDrew Blessing
2018-09-20Add Fog use_iam_profile option to docsDeniz Zoeteman
2018-09-20Merge branch 'tc-geo-prune-events-correctly-ce' into 'master'Nick Thomas
Add Gitlab::Database::Subquery.self_join to delete_all with limit See merge request gitlab-org/gitlab-ce!21839
2018-09-20Update wiki upload documentationJames Ramsay
2018-09-20Add webhook branch filtering docsJames Ramsay
2018-09-20Add Gitlab::Database::Subquery.self_join to delete_all with limitToon Claes
`delete_all` doesn't support limit, so you'd need to subquery that. And instead of subquerying with `where(id: query)`, it's better to use an `INNER JOIN`. This method also works with MySQL, while subquerying doesn't (without another layer of subquerying) Reference: https://stackoverflow.com/questions/17892762/mysql-this-version-of-mysql-doesnt-yet-support-limit-in-all-any-some-subqu/17892886#17892886
2018-09-20Fix broken link to modal component sourceDennis Tang
2018-09-20Merge branch '51201-document-review-apps-docs' into 'master'Marin Jankovski
Document Review Apps Closes #51201 See merge request gitlab-org/gitlab-ce!21574
2018-09-20Explain the docs' CD, relating to the milestone the doc is set to vs online docsMarcia Ramos
2018-09-20Merge branch 'docs/rs-update-docs' into 'master'Achilleas Pipinellis
Correct Gitaly config typo in update guides See merge request gitlab-org/gitlab-ce!21821
2018-09-20Correct Gitaly config typo in update guidesRobert Speicher
The 9.4 to 9.5 and 9.5 to 10.0 guides missed a closing backtick. This was corrected in the 10.0 to 10.1 guide, from which subsequent guides were written without the error.
2018-09-20Fix link to blog postsEvan Read
Due to a missing `s`, a link to the blog archive for releases was broken.
2018-09-19Merge branch '51571-wrapper-rake-task-uploads-migrate-os' into 'master'Douwe Maan
Add wrapper rake task to migrate all uploads to OS Closes #51571 See merge request gitlab-org/gitlab-ce!21779
2018-09-18Merge branch 'remove-ee-specific-lines-from-plan-concerns' into 'master'Robert Speicher
Remove EE-specific lines from Plan concerns See merge request gitlab-org/gitlab-ce!21448
2018-09-18Merge branch 'docs/rephrase-development-headings' into 'master'Robert Speicher
Enhance some performance guideline titles See merge request gitlab-org/gitlab-ce!21797
2018-09-18Remove redundant word from development doc indexRobert Speicher
2018-09-18Use complete link to rake taskBalasankar "Balu" C
2018-09-18Add documentation regarding rake taskBalasankar "Balu" C
2018-09-18Merge branch 'docs/feature-flags-for-new-features' into 'master'Douwe Maan
Document the use of and need for using feature flags more frequently See merge request gitlab-org/gitlab-ce!21478
2018-09-18Document the need for feature flagsYorick Peterse
This adds a development guide explaining that we are going to use feature flags more often, why, what the benefits are, and so on. See https://gitlab.com/gitlab-org/gitlab-ce/issues/49619 for more information.
2018-09-18Enhance some performance guideline titlesYorick Peterse
This enhances a few performance guideline titles in the development README, making it easier to understand what topics they cover.
2018-09-18Update database requirements documentation with more MySQL limitationsMichael Kozono
2018-09-17Document review apps setup for gitlab-{ce,ee}Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me> Signed-off-by: ddavison <ddavison@gitlab.com>
2018-09-17Merge branch 'junit-reports-filename-patterns' into 'master'Achilleas Pipinellis
Extend JUnit XML test report documentation to explicitly mention support for filename patterns. See merge request gitlab-org/gitlab-ce!21619
2018-09-17Remove EE-specific code from ProtectedRefAccessSean McGivern
2018-09-17Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński
Support Kubernetes RBAC for GitLab Managed Apps for creating new clusters Closes #29398 See merge request gitlab-org/gitlab-ce!21401
2018-09-16MR feedback: Remove now-redundant linkPatrick Lehner
2018-09-15Merge branch 'docs/autodevops-admin' into 'master'Marcia Ramos
Document how to enable/disable Auto DevOps at the instance level Closes #49820 See merge request gitlab-org/gitlab-ce!21139
2018-09-15Update command-line-commands.md to include an sample taskflowAmelia Bauerly
2018-09-14Merge branch 'docs/gb/improve-docs-about-ci-config-extends' into 'master'Achilleas Pipinellis
Improve docs about CI/CD config `extends` See merge request gitlab-org/gitlab-ce!21669
2018-09-14Port 'include' in CI yaml docs from EEAchilleas Pipinellis
2018-09-14Copyedit extends CI yaml docsAchilleas Pipinellis
2018-09-14Document how to enable Auto DevOps at the instance levelAchilleas Pipinellis
2018-09-14Merge branch 'docs-gitlab-chart-contains-runner' into 'master'Achilleas Pipinellis
Add a bullet that the GitLab chart contains the runner See merge request gitlab-org/gitlab-ce!21733
2018-09-14Merge branch 'docs-update-usersapi' into 'master'Achilleas Pipinellis
Adds a note about the case when reset_password is false See merge request gitlab-org/gitlab-ce!21738
2018-09-14Copyedit RBAC clusters docsAchilleas Pipinellis
2018-09-14docs/ Grammatical Fix workflow.mdCasey Burnett
2018-09-14Adds a note about the case when reset_password is falseAlexander Tanayno
2018-09-14Merge branch 'fix-id-vs-iid' into 'master'Marcia Ramos
More specificity and clarity for iid field in API documentation. Closes gitlab-ee#7019 See merge request gitlab-org/gitlab-ce!21490
2018-09-14Resolve "Add functionality to change what email address online actions ↵Nick Thomas
commit using"
2018-09-14Merge branch 'docs/rs-status-typo' into 'master'Douwe Maan
Correct a typo in the User Status API docs See merge request gitlab-org/gitlab-ce!21729
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
2018-09-14Doc : document creation of a new service-account-token too.Thong Kuah
I think that's all the k8s resources created AFAIK
2018-09-14Bump to 11.4Thong Kuah
2018-09-14Add a Helm Chart column for each application so that users can ↵Thong Kuah
cross-reference RBAC resouce documentation
2018-09-14Document `gitlab` service account creation. Re-word to make documentation ↵Thong Kuah
flow in both cluster addtion and creation scenarios Add table of resources created for ease of scannning
2018-09-14Copyedit RBAC docsAchilleas Pipinellis
2018-09-14Add documentation for RBAC experiment support for GitLab Managed AppsThong Kuah