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-05Merge branch 'add-efs-warning-to-requirements' into 'master'Mike Lewis
Adding EFS warning to requirements See merge request gitlab-org/gitlab-ce!25754
2019-03-05Merge branch 'add_ldap_tls_options' into 'master'Douwe Maan
Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
2019-03-05Docs: Fix broken anchors in development docsMarcel Amirault
2019-03-05Docs: Fix all anchors in /user docsMarcel Amirault
2019-03-05Merge branch 'merge-dev-to-master' into 'master'John Jarvis
Merge dev.gitlab.org master into GitLab.com master Closes #2794, #2814, #2806, #2805, #2798, #2795, #2788, and #2787 See merge request gitlab-org/gitlab-ce!25746
2019-03-05Merge branch 'feature/gb/add-serverless-cicd-template' into 'master'Grzegorz Bizon
Simplify CI/CD configuration on serverless projects Closes #57405 See merge request gitlab-org/gitlab-ce!25523
2019-03-05Merge branch 'docs-update-health-check' into 'master'Evan Read
Update Health Check typo & adjust formatting See merge request gitlab-org/gitlab-ce!25722
2019-03-05docs: ldap users must have email address setMoritz Bellach
2019-03-05Adding NFS warning to requirementsEric Johnson
2019-03-05Merge branch 'master' into expose-additional-merge-request-pipeline-variablesHiroyuki Sato
Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb
2019-03-04Merge dev master into GitLab.com masterYorick Peterse
2019-03-04Merge branch 'security-2818_filter_impersonated_sessions' into 'master'Yorick Peterse
Filter impersonated sessions from active sessions and remove ability to revoke session See merge request gitlab/gitlabhq!2968
2019-03-04Merge branch '40396-sidekiq-in-process-group' into 'master'Stan Hu
sidekiq: terminate child processes at shutdown See merge request gitlab-org/gitlab-ce!25669
2019-03-04sidekiq: terminate child processes at shutdownNick Thomas
Sidekiq jobs frequently spawn long-lived child processes to do work. In some circumstances, these can be reparented to init when sidekiq is terminated, leading to duplication of work and strange concurrency problems. This commit changes sidekiq so that, if run as a process group leader, it will forward `INT` and `TERM` signals to the whole process group. If the memory killer is active, it will also use the process group when resorting to `kill -9` to shut down. These changes mean that a naive `kill <pid-of-sidekiq>` will now do the right thing, killing any child processes spawned by sidekiq, as long as the process supervisor placed it in its own process group. If sidekiq isn't a process group leader, this new code is skipped.
2019-03-04Allow raw `tls_options` to be passed in LDAP configurationDrew Blessing
We've previously exposed ca_file and ssl_version but there are many possible options that can be used inside tls_options. Instead of exposing individual ones, simply expose the entire hash so it can be passed in and we won't have to add things in the future.
2019-03-04adjusted per Evan R suggestions in open MRcaleb
Adjusted a few different areas per Evan R's suggestions within the open MR for this branch.
2019-03-04Update index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Copy-edit new serverless CI/CD configuration docsGrzegorz Bizon
2019-03-04Add basic documentation about Serverless templateGrzegorz Bizon
2019-03-04Update Gitaly docs now NFS isn't required anymoreZeger-Jan van de Weg
2019-03-04Merge branch 'sh-rugged-find-commit' into 'master'Sean McGivern
Bring back Rugged implementation of find_commit See merge request gitlab-org/gitlab-ce!25477
2019-03-04Merge branch 'allow-to-recursively-include' into 'master'Grzegorz Bizon
Allow to recursively expand includes Closes #55937 and #56836 See merge request gitlab-org/gitlab-ce!24356
2019-03-04Merge branch 'fix-arch-typos' into 'master'Evan Read
Corrected Spelling Typos See merge request gitlab-org/gitlab-ce!25717
2019-03-04Docs: Last batch of misc broken anchorsMarcel Amirault
2019-03-04updated health check typocaleb
Removed the `/-/health/` typo (results in 404) and adjusted some formatting.
2019-03-04Merge branch 'patch-47' into 'master'Evan Read
Minor grammar fix in docker.md documentation See merge request gitlab-org/gitlab-ce!25640
2019-03-04Docs: Fix all anchors in Admin docsMarcel Amirault
2019-03-04Merge branch 'docs-deployment-boards-in-user-group-clusters-docs' into 'master'Evan Read
Fix a wrong link on group-level cluster doc page See merge request gitlab-org/gitlab-ce!25693
2019-03-04Update error tracking settings docsReuben Pereira
2019-03-03Corrected Spelling Typos Yolanda Feldstein
2019-03-01Fix some 404 links into charts projectEvan Read
2019-03-01Add quick link to GitLab.com settingsEvan Read
2019-03-01Add confidential issue linking guidanceEvan Read
2019-03-01Fix a wrong link on group-level cluster doc pageTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-01Bring back Rugged implementation of find_commitStan Hu
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_find_commit` to activate Rugged paths. There are also Rake tasks `gitlab:features:enable_rugged` and `gitlab:features:disable_rugged` to enable/disable these feature flags altogether. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
2019-03-01Update Serverless docs with livestream feedbackDaniel Gruesso
2019-03-01Minor grammar and accuracy fixesChristie Lenneville
2019-03-01Allow to recursively expand includesKamil Trzciński
This change introduces a support for nesting the includes, allowing to evaluate them in context of the target, by properly respecting the relative inclusions and user permissions of another projects, or templates.
2019-03-01Adds documentation for frontend single repo moveFilipa Lacerda
2019-03-01Merge branch 'docs-adjust-condev-md-for-clarity' into 'master'Evan Read
Update convdev.md for clarity See merge request gitlab-org/gitlab-ce!25626
2019-03-01Merge branch 'mk/fix-old-feature-flags-link-docs' into 'master'Evan Read
Docs: Replace issue with a link to the feature See merge request gitlab-org/gitlab-ce!25670
2019-03-01Merge branch 'docs-jupyter-seo' into 'master'Evan Read
Increase jupyter seo See merge request gitlab-org/gitlab-ce!25663
2019-03-01Minor grammar updateBrendan O'Leary 🐢
2019-03-01Replace issue with a link to the featureMichael Kozono