summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'docs-update-health-check' into 'master'Evan Read2019-03-051-9/+8
|\ | | | | | | | | Update Health Check typo & adjust formatting See merge request gitlab-org/gitlab-ce!25722
| * adjusted per Evan R suggestions in open MRcaleb2019-03-041-3/+4
| | | | | | | | | | Adjusted a few different areas per Evan R's suggestions within the open MR for this branch.
| * updated health check typocaleb2019-03-031-9/+7
| | | | | | | | | | Removed the `/-/health/` typo (results in 404) and adjusted some formatting.
* | docs: ldap users must have email address setMoritz Bellach2019-03-051-0/+3
| |
* | Merge branch 'master' into expose-additional-merge-request-pipeline-variablesHiroyuki Sato2019-03-041-13/+17
| | | | | | | | | | | | Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb
* | Merge branch '40396-sidekiq-in-process-group' into 'master'Stan Hu2019-03-041-0/+5
|\ \ | | | | | | | | | | | | sidekiq: terminate child processes at shutdown See merge request gitlab-org/gitlab-ce!25669
| * | sidekiq: terminate child processes at shutdownNick Thomas2019-03-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Update Gitaly docs now NFS isn't required anymoreZeger-Jan van de Weg2019-03-042-16/+20
| | |
* | | Merge branch 'sh-rugged-find-commit' into 'master'Sean McGivern2019-03-042-0/+60
|\ \ \ | | | | | | | | | | | | | | | | Bring back Rugged implementation of find_commit See merge request gitlab-org/gitlab-ce!25477
| * | | Bring back Rugged implementation of find_commitStan Hu2019-03-012-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'allow-to-recursively-include' into 'master'Grzegorz Bizon2019-03-041-5/+66
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to recursively expand includes Closes #55937 and #56836 See merge request gitlab-org/gitlab-ce!24356
| * | | | Allow to recursively expand includesKamil Trzciński2019-03-011-5/+66
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge branch 'fix-arch-typos' into 'master'Evan Read2019-03-041-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Corrected Spelling Typos See merge request gitlab-org/gitlab-ce!25717
| * | | | Corrected Spelling Typos Yolanda Feldstein2019-03-031-2/+2
| | | | |
* | | | | Docs: Last batch of misc broken anchorsMarcel Amirault2019-03-046-6/+6
| | | | |
* | | | | Merge branch 'patch-47' into 'master'Evan Read2019-03-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Minor grammar fix in docker.md documentation See merge request gitlab-org/gitlab-ce!25640
| * | | | | Minor grammar fix in docker.mdHans Cronau2019-02-281-1/+1
| | | | | |
* | | | | | Docs: Fix all anchors in Admin docsMarcel Amirault2019-03-0413-33/+27
| | | | | |
* | | | | | Merge branch 'docs-deployment-boards-in-user-group-clusters-docs' into 'master'Evan Read2019-03-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a wrong link on group-level cluster doc page See merge request gitlab-org/gitlab-ce!25693
| * | | | | | Fix a wrong link on group-level cluster doc pageTakuya Noguchi2019-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | Update error tracking settings docsReuben Pereira2019-03-031-2/+6
| |_|/ / / / |/| | | | |
* | | | | | Fix some 404 links into charts projectEvan Read2019-03-012-2/+2
| | | | | |
* | | | | | Add quick link to GitLab.com settingsEvan Read2019-03-011-0/+1
| | | | | |
* | | | | | Add confidential issue linking guidanceEvan Read2019-03-012-2/+19
|/ / / / /
* | | | | Update Serverless docs with livestream feedbackDaniel Gruesso2019-03-013-13/+34
| | | | |
* | | | | Minor grammar and accuracy fixesChristie Lenneville2019-03-011-6/+5
| |/ / / |/| | |
* | | | Adds documentation for frontend single repo moveFilipa Lacerda2019-03-011-1/+70
| |/ / |/| |
* | | Merge branch 'docs-adjust-condev-md-for-clarity' into 'master'Evan Read2019-03-011-7/+9
|\ \ \ | | | | | | | | | | | | | | | | Update convdev.md for clarity See merge request gitlab-org/gitlab-ce!25626
| * | | Update convdev.md for claritycaleb2019-02-271-7/+9
| | |/ | |/| | | | | | | Clarified how instance statistics are presented.
* | | Merge branch 'mk/fix-old-feature-flags-link-docs' into 'master'Evan Read2019-03-011-2/+3
|\ \ \ | | | | | | | | | | | | | | | | Docs: Replace issue with a link to the feature See merge request gitlab-org/gitlab-ce!25670
| * | | Replace issue with a link to the featureMichael Kozono2019-03-011-2/+3
| | | |
* | | | Merge branch 'docs-jupyter-seo' into 'master'Evan Read2019-03-011-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Increase jupyter seo See merge request gitlab-org/gitlab-ce!25663
| * | | | Increase jupyter seoDaniel Gruesso2019-02-281-1/+5
| | | | |
* | | | | Minor grammar updateBrendan O'Leary 🐢2019-03-011-3/+3
| |/ / / |/| | |
* | | | Merge branch '40396-use-pgroups-for-background-jobs' into 'master'Stan Hu2019-02-281-2/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | bin/background_jobs: use pgroups Closes #40396 See merge request gitlab-org/gitlab-ce!25654
| * | | bin/background_jobs: use pgroupsNick Thomas2019-02-281-2/+4
| | | |
* | | | Merge branch '56863-system-messages-in-email' into 'master'Douglas Barbosa Alexandre2019-02-282-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
| * | | | Show header and footer system messages in emailAlexandru Croitor2019-02-272-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* | | | | Merge branch 'ee-component-docs' into 'master'Filipa Lacerda2019-02-281-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Add docs for EE components in CE components See merge request gitlab-org/gitlab-ce!25649
| * | | | Add docs for EE components in CE componentsPhil Hughes2019-02-281-0/+23
| | | | |
* | | | | Merge branch 'patch-31' into 'master'Douwe Maan2019-02-281-4/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Update best_practices.md let section to also reference let! variables. See merge request gitlab-org/gitlab-ce!22496
| * | | | Update best_practices.md let section to also reference let! variables.Artur Martsinkovskyi2018-10-191-4/+8
| | | | |
* | | | | Enabling performance metrics on Review AppsRamya Authappan2019-02-281-0/+8
| |/ / / |/| | |
* | | | Merge branch 'sh-redash-is-baaaaaack' into 'master'Rémy Coutable2019-02-282-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Bring back mentions of Redash See merge request gitlab-org/gitlab-ce!25618
| * | | | Bring back mentions of RedashStan Hu2019-02-272-4/+6
| | |/ / | |/| | | | | | | | | | | | | | This reverts commit 676e0a3260a216d72131aa963f421c02042b93c1. It was removed when we thought we were moving to Looker.
* | | | Docs: Add EFS warning message for AWS installsDavid Coy2019-02-281-0/+4
| | | |
* | | | Add developer documentation for distributing tracingAndrew Newdigate2019-02-284-0/+183
| | | | | | | | | | | | | | | | | | | | This change adds developer documentation on using distributed tracing using Jaeger.
* | | | add tag_list param to runners apiAlexis Reigel2019-02-271-16/+22
|/ / /
* | | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-273-3/+73
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
| * | | Add project http fetch statistics APIJacopo2019-02-273-3/+73
| | | | | | | | | | | | | | | | | | | | | | | | The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.