summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-19' into 'master'Rémy Coutable2018-08-071-5/+7
|\ | | | | | | | | improve gitaly on seperate server storage details See merge request gitlab-org/gitlab-ce!21036
| * improve gitaly on seperate server storage detailsBen Bodenmiller2018-08-051-5/+7
| |
* | Add omnibus setting examples for standalone gitaly serverJacob Vosmaer (GitLab)2018-08-071-8/+30
| |
* | Fix typo and improve formattingJames Ramsay2018-08-061-5/+3
|/
* Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ↵Valery Sizov2018-08-031-1/+1
| | | | to "for all new and renamed projects""
* Removed obsolete note about manual uploads migrationJan Provaznik2018-08-031-12/+0
| | | | | We already support automatic background migrations, `background_upload` option which enables it is already documented.
* Merge branch 'user-argument-2/upstream' into 'master'Nick Thomas2018-08-013-1/+176
|\ | | | | | | | | | | | | Add support for ssh certificates (internal API) Closes #34572 See merge request gitlab-org/gitlab-ce!19911
| * Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason2018-08-013-1/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Why and how to enable this is covered in the docs being changed here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for SSH certificate authentication", 2018-06-14) which has been merged in and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped. Merging this closes gitlab-org/gitlab-ce#34572 see gitlab-org/gitlab-shell!207 for the gitlab-shell MR. Implementation notes: - The APIs being changed here are all internal, and their sole consumer is gitlab-shell. - Most of the changed code is a MR to gitlab-shell, see the gitlab-org/gitlab-shell!207 MR. That change covers why only some of the internal methods get a new "username" parameter, and why some others only get a "user_id".
* | Merge branch 'fj-6860-instance-level-project-templates' into 'master'Sean McGivern2018-08-011-0/+1
|\ \ | | | | | | | | | | | | [CE Port]: Implement instance level project templates See merge request gitlab-org/gitlab-ce!20761
| * | Changed docFrancisco Javier López2018-07-311-4/+1
| | |
| * | Fixed extensionFrancisco Javier López2018-07-301-1/+1
| | |
| * | Fixed typoFrancisco Javier López2018-07-301-1/+1
| | |
| * | Changed docsFrancisco Javier López2018-07-301-0/+4
| | |
* | | Remove gitlab:user:check_repos taskZeger-Jan van de Weg2018-07-312-29/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While reviewing this branch it was noted that this task was broken. Given the limited value this task brings, and given the fact that much of the old behaviour has been moved to be automatically fixed, removing was a good option. Suggestion in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
* | | Remove git rake tasksZeger-Jan van de Weg2018-07-311-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tasks are happening through housekeeping right now, by default ever 10th push. This removes the need for these tasks. Side note, this removes one of my first contributions to GitLab, as back than I introduced these tasks through: 54e6c0045bb13c05cc5478cbdf47d3246bd9fe2b Closes https://gitlab.com/gitlab-org/gitaly/issues/768
* | | Clean up AWS EFS documentationJoshua Lambert2018-07-301-17/+5
| | |
* | | Make rbtrace work under unicornStan Hu2018-07-301-1/+6
| |/ |/| | | | | | | | | The Unicorn master resets any signal handlers and prevents rbtrace from working properly as a result. Move the `require 'rbtrace'` call to the Unicorn `after_fork` block and keep the initializer only for Sidekiq.
* | Add rbtrace to Gemfilesh-include-rbtraceStan Hu2018-07-251-0/+13
| | | | | | | | | | | | | | This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
* | Add example output for file integrity checkMichael Kozono2018-07-241-0/+39
| |
* | Update gitlab.mddocs/ha-etc-ssh-typoDavin Walker2018-07-241-0/+5
| |
* | Add docs to disable proxy listenermaxmeyer2018-07-241-23/+21
| |
* | Merge branch 'docs/fix-rendering-issue-in-pages' into 'master'Rémy Coutable2018-07-231-1/+0
|\ \ | | | | | | | | | | | | Fix rendering issue in admin/pages docs See merge request gitlab-org/gitlab-ce!20766
| * | Fix rendering issue in admin/pages docsRobin Naundorf2018-07-221-1/+0
| |/ | | | | | | | | * Remove whitespace to fix rendering of verbose logging -feature-docs in gitlab-pages docs.
* | Use title: "Unicorn Metrics available" as in EEdocs-unicorn-metricsLin Jen-Shin2018-07-181-1/+1
|/
* Fix object storage support notesJoshua Lambert2018-07-111-7/+6
|
* Add documenation about how to active debug logging for gitlab-pagesDennis Günnewig2018-07-101-0/+18
|
* Resolve "Disable GCP free credit banner at instance level"Dennis Tang2018-07-101-0/+1
|
* Docs: make it clear that you need a completely separate domain for PagesMarcia Ramos2018-07-091-2/+2
|
* Merge branch '46246-gitlab-project-export-should-use-object-storage' into ↵Sean McGivern2018-07-061-0/+7
|\ | | | | | | | | | | | | | | | | 'master' Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
| * Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-061-0/+7
| |
* | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-061-1/+2
|\ \ | |/
| * Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)2018-07-041-1/+2
| |\ | | | | | | | | | | | | | | | | | | Add workhorse authorize method for project/group uploads Closes #44663 See merge request gitlab-org/gitlab-ce!19717
| | * Fixed docjprovazn-direct-uploadJan Provaznik2018-06-221-1/+1
| | |
| | * Add workhorse authorize method for project/group uploadsJan Provaznik2018-06-181-1/+2
| | | | | | | | | | | | | | | This method can be used by workhorse to get presigned URLs used for direct upload of files.
* | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-043-3/+5
|\ \ \ | |/ /
| * | Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu2018-07-031-0/+2
| | |
| * | Merge branch 'docs-products-links' into 'master'Achilleas Pipinellis2018-07-032-3/+3
| |\ \ | | | | | | | | | | | | | | | | Updated /products links to /pricing See merge request gitlab-org/gitlab-ce!20321
| | * | Updated products links to pricingMarcel Amirault2018-07-032-3/+3
| | | |
* | | | Fix documentsShinya Maeda2018-07-031-5/+5
|/ / /
* | | Merge branch 'docs/job-traces' into 'master'Marcia Ramos2018-07-021-64/+91
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change path to CI job traces Closes #47173 See merge request gitlab-org/gitlab-ce!19422
| * | | Update job_traces.mdMike Lewis2018-06-301-4/+3
| | | |
| * | | Refactor the job traces admin docsdocs/job-tracesAchilleas Pipinellis2018-06-253-89/+90
| | | |
| * | | Fix trace documentationShinya Maeda2018-06-251-14/+44
| | | |
| * | | Change path to CI job tracesAchilleas Pipinellis2018-06-253-6/+3
| | | |
* | | | Add aws_signature_version to object storage docsStan Hu2018-06-282-0/+2
| |/ / |/| | | | | | | | | | | | | | Digital Ocean Spaces currently needs v2 for downloads. Closes #48622
* | | Improve Hashed Storage documentation for rollbackGabriel Mazetto2018-06-271-2/+66
|/ / | | | | | | | | Fixed storage coverage table with additional information and wrote down implementationd details from few entities.
* | Docs broken linksMarcel Amirault2018-06-251-1/+1
| |
* | Cleanup ruby sampler metricsbjk/48176_ruby_gcBen Kochie2018-06-221-0/+14
| | | | | | | | | | | | | | | | | | * Use a simple counter for sampler duration instead of a histogram. * Use a counter to collect GC time. * Remove unused objects metric. * Cleanup metric names to match Prometheus conventions. * Prefix generic GC stats with `gc_stat`. * Include worker label on memory and file descriptor metrics.
* | Make it explicit where is the gitlab.rb fileMike Weilgart2018-06-181-1/+1
|/ | | | Save people an extra Google search if this is the first doc they're reading.
* Add support for verifying remote uploads, artifacts, and LFS objects in ↵Michael Kozono2018-06-131-3/+4
| | | | check rake tasks