summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation regarding rake taskBalasankar "Balu" C2018-09-181-3/+34
|
* Update example Prometheus queriesBen Kochie2018-09-121-4/+4
| | | | | | | | | | | | | | | | | | * Update metric names to match current release. * Improve descriptions. * Improve examples to show more query language functionality. Memory: * Show use of `or` function. * Automatically select "MemAvailable" kernel metric if possible. CPU: * Show use of `avg without ...`. * Show CPU utilization per node. Network: * Show use of `!=` label matching. * Don't show "localhost" metrics.
* Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan2018-09-071-6/+1
|\ | | | | | | | | | | | | Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409
| * Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-6/+1
| | | | | | | | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* | Merge branch 'issue_50488' into 'master'Stan Hu2018-09-071-0/+13
|\ \ | | | | | | | | | | | | Move project services log to a separate file See merge request gitlab-org/gitlab-ce!21316
| * | Move project services log to a separate fileFelipe Artur2018-09-061-0/+13
| |/
* | Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-0619-345/+340
| |
* | Fix closing issue default patternSamuele Kaplun2018-09-061-2/+2
|/ | | | | | * (Suf)fix #51085 :-) Signed-off-by: Samuele Kaplun <kaplun@protonmail.com>
* doc/job_traces.md: the file is job.logElan Ruusamäe2018-09-041-2/+5
|
* Merge branch 'sh-improve-bitbucket-server-logging' into 'master'Rémy Coutable2018-09-031-0/+9
|\ | | | | | | | | Add JSON logging for Bitbucket Server importer See merge request gitlab-org/gitlab-ce!21378
| * Add JSON logging for Bitbucket Server importerStan Hu2018-08-301-0/+9
| | | | | | | | Adds an importer.log so that it's easier to track what's happening with the import.
* | Merge branch 'docs-port-ee-community-contributions' into 'master'Achilleas Pipinellis2018-09-034-5/+6
|\ \ | | | | | | | | | | | | Docs port ee community contributions See merge request gitlab-org/gitlab-ce!21311
| * | Fixed link in doc/administration/high_availability/nfs.mdDavid McKay2018-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6942. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Fix which domain should be added to PSLPaulo Matos2018-08-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | It references the issue where gitlab.io was added to the PSL saying `*.gitlab.io` was added to the PSL, but it was in fact `gitlab.io`. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5301. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Update doc/administration/pages/index.md to mention the non-support of subgroupsChris Sanders2018-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5734. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Fix typo in doc/administration/job_artifacts.mdCharles Salmon2018-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6879. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Fix typo in doc/administration/gitaly/index.mdSangjun Jung2018-08-291-1/+1
| |/ | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6900. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add initial Compliance doc based on features.yml Compliance featuresMike Lewis2018-08-312-0/+19
|/
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-2721-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* Merge branch 'patch-24' into 'master'Rémy Coutable2018-08-201-5/+5
|\ | | | | | | | | use nfs4 mount to match other docs See merge request gitlab-org/gitlab-ce!21270
| * use nfs4Ben Bodenmiller2018-08-171-5/+5
| |
* | Merge branch 'patch-20' into 'master'Rémy Coutable2018-08-201-1/+1
|\ \ | | | | | | | | | | | | fix hashed storage readiness link See merge request gitlab-org/gitlab-ce!21150
| * | fix hashed storage readiness linkBen Bodenmiller2018-08-121-1/+1
| | |
* | | replace nobootwait with nofailBen Bodenmiller2018-08-171-2/+2
| |/ |/| | | missed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16985
* | Add rake command to migrate archived traces from local storage to object storageShinya Maeda2018-08-161-7/+47
| |
* | Instance statistics docsLuke Bennett2018-08-161-2/+0
| |
* | Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-0/+17
|/ | | | | | | | | | | | | This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request.
* 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.