summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'da-fix-small-typo-custom-hooks-docs' into 'master'Evan Read2019-07-311-1/+1
|\ | | | | | | | | Remove duplicated words on custom hooks docs See merge request gitlab-org/gitlab-ce!31309
| * Remove duplicated wordsda-fix-small-typo-custom-hooks-docsDouglas Barbosa Alexandre2019-07-301-1/+1
| |
* | Merge branch 'harishsr-ldap-groupsync-rake-task-docs' into 'master'Evan Read2019-07-311-0/+25
|\ \ | |/ |/| | | | | Document how to use the GroupSync rake task See merge request gitlab-org/gitlab-ce!31192
| * Document how to use the GroupSync rake taskharishsr-ldap-groupsync-rake-task-docsHarish Ramachandran2019-07-261-0/+25
| |
* | Remove line profiler from performance barSean McGivern2019-07-303-2/+0
| | | | | | | | | | | | | | | | | | 1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
* | Update reference architecture docs to remove statusTanya Pazitny2019-07-291-9/+6
| |
* | Merge branch 'ce-port-4550-add-project-download-export-audit-event' into ↵Stan Hu2019-07-291-0/+2
|\ \ | |/ |/| | | | | | | | | 'master' CE: Add project download & project export audit event See merge request gitlab-org/gitlab-ce!31103
| * CE: Add project download & project export audit eventce-port-4550-add-project-download-export-audit-eventmanojmj2019-07-261-0/+2
| | | | | | | | | | | | This change adds audit events for download of repository and export of project.
* | Remove \ from unicorn\_stderr.logGreg Myers2019-07-251-1/+1
|/
* Fix some errors in Markdown filesEvan Read2019-07-242-3/+3
|
* Clean up headers in markdownMarcel Amirault2019-07-241-1/+1
| | | | | | | Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
* Merge branch 'sh-add-rugged-to-peek' into 'master'Sean McGivern2019-07-246-3/+5
|\ | | | | | | | | Add Rugged calls to performance bar See merge request gitlab-org/gitlab-ce!30983
| * Update performance bar documentationStan Hu2019-07-246-3/+5
| |
* | LFS export records repository_type dataLuke Duncalfe2019-07-241-3/+0
|/ | | | | | | | | | | | | | A project can have the same `LfsObject` linked with up to three `LfsObjectsProject` records. Each of these records would be for a different repository, recorded in the `repository_type` property. The different repositories at time of writing are "project", "wiki", and "design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 This change exports the list of `repository_type`s as a JSON mapping of oid => repository_types, which are imported to recreate the correct `LfsObjectsProject` records. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
* Merge branch 'sh-enable-bootsnap' into 'master'Douglas Barbosa Alexandre2019-07-231-0/+1
|\ | | | | | | | | | | | | Make Bootsnap available via ENABLE_BOOTSNAP=1 Closes #45230 See merge request gitlab-org/gitlab-ce!30963
| * Add docs for ENABLE_BOOTSNAPsh-enable-bootsnapStan Hu2019-07-191-0/+1
| |
* | Merge branch 'ce-port-315-log-impersonation-actions-in-audit-log' into 'master'Ash McKenzie2019-07-231-0/+1
|\ \ | | | | | | | | | | | | CE Port: Log impersonation actions in audit log See merge request gitlab-org/gitlab-ce!31039
| * | CE Port: Log impersonation actions in audit logce-port-315-log-impersonation-actions-in-audit-logmanojmj2019-07-231-0/+1
| | | | | | | | | | | | | | | | | | This change adds audit logs for user impersonation when an admin starts/stops impersonating another user.
* | | Convert githost.log to JSON formatStan Hu2019-07-221-4/+10
| | | | | | | | | | | | | | | This will make it easier to parse this in production and adds the `correlation_id` if available.
* | | Fix unordered list spacingMarcel Amirault2019-07-221-1/+1
| |/ |/| | | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
* | Adjust redis cache metricsBen Kochie2019-07-191-0/+3
| | | | | | | | | | | | * Remove `controller` and `action` labels from duration histogram. * Create a new simple counter for `controller` and `action`. * Adjust histogram buckets to observe smaller response times.
* | Update numbered lists for docs standardsMarcel Amirault2019-07-192-3/+3
| | | | | | | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* | Clean up Gitaly admin docsAchilleas Pipinellis2019-07-191-311/+359
| | | | | | | | | | | | - Add missing path to Gitaly configuration - Properly list steps for Gitaly configurations - Move sections around
* | Add profile mode to extend request profilingadd-profile-mode-to-extend-request-profilingQingyu Zhao2019-07-182-2/+2
| | | | | | | | | | | | | | Extend the support for "X-Profile-Token: <token>" to have an additional header that defines type of profile we are looking for, like: X-Profile-Mode: execution X-Profile-Mode: memory
* | Merge branch 'sh-oracle-cloud-s3-docs' into 'master'Marcia Ramos2019-07-183-0/+19
|\ \ | | | | | | | | | | | | Document how to make Oracle Cloud S3 work See merge request gitlab-org/gitlab-ce!30847
| * | Document how to make Oracle Cloud S3 worksh-oracle-cloud-s3-docsStan Hu2019-07-173-0/+19
| | | | | | | | | | | | | | | | | | | | | Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
* | | Fix unordered list spacingMarcel Amirault2019-07-181-2/+2
|/ / | | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation.
* | Add docs for Let's Encrypt integrationVladimir Shushlin2019-07-172-0/+17
| | | | | | | | | | | | * Add deprecation warning to old integration * Add user docs * Add admin docs
* | Merge branch ↵Evan Read2019-07-161-5/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '12812-geo-update-current-limitations-of-background-verification-docs' into 'master' Geo - Update current limitations for automatic background verification Closes gitlab-ee#12812 See merge request gitlab-org/gitlab-ce!30688
| * | Update current limitations for automatic background verification12812-geo-update-current-limitations-of-background-verification-docsDouglas Barbosa Alexandre2019-07-151-5/+12
| | |
* | | Merge branch 'bjk/fix_prom_example' into 'master'Achilleas Pipinellis2019-07-161-7/+47
|\ \ \ | | | | | | | | | | | | | | | | docs: Update example Prometheus scrape config See merge request gitlab-org/gitlab-ce!30739
| * | | Update example Prometheus scrape configbjk/fix_prom_exampleBen Kochie2019-07-151-7/+47
| | | | | | | | | | | | | | | | | | | | Use a full real-world example that is compatible with the omnibus dashboards and follows Prometheus best practices.
* | | | Fix rake db:migrate:status typo in docsGreg Myers2019-07-161-1/+1
| | | |
* | | | Document db:migrate:status rake taskGreg Myers2019-07-161-0/+19
| | | |
* | | | Merge branch 'jc-documentation-update-nfs-autodetection' into 'master'Achilleas Pipinellis2019-07-161-18/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add nfs autodetection section in NFS docs Closes gitaly#1767 See merge request gitlab-org/gitlab-ce!30486
| * | | | Add nfs autodetection section in NFS docsjc-documentation-update-nfs-autodetectionJohn Cai2019-07-121-18/+4
| | | | |
* | | | | SSoT for administration/high_availability docsAchilleas Pipinellis2019-07-1613-7/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure we have type defined in the frontmatter - Add troubleshooting sections where absent - Meaningful intros where absent
* | | | | SSoT for administration/auth docsAchilleas Pipinellis2019-07-1612-38/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure we have type defined in the frontmatter - Add troubleshooting sections where absent - Meaningful intros where absent
* | | | | Document openstack object store configurationRobbert Müller2019-07-161-0/+69
| | | | | | | | | | | | | | | | | | | | Liek asked in gitlab-org/gitlab-ce#59501
* | | | | Merge branch '64407-vfazio-quirk-omniauth-strategies-openidconnect' into ↵Stan Hu2019-07-151-3/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Convert client_auth_method to a Symbol for quirked OmniAuth providers Closes #64407 See merge request gitlab-org/gitlab-ce!30683
| * | | | Update OIDC troubleshooting languageVincent Fazio2019-07-151-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
| * | | | Update OpenID Connect documentationVincent Fazio2019-07-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | List the supported values for client_auth_method Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
* | | | | Add note to GEO documentation about database upgradeIan Baum2019-07-151-0/+10
| |_|/ / |/| | | | | | | | | | | | | | | * Point to the omnibus documentation for how to upgrade the cluster * Document how to disable the upgrade procedure
* | | | Move document to new location, split in 3Marcia Ramos2019-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | - Move steps to new doc - Move all concepts to different docs
* | | | Remove extra blank lines from docsMarcel Amirault2019-07-157-42/+0
|/ / / | | | | | | | | | | | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* | | Remove trailing whitespace in docsMarcel Amirault2019-07-1210-61/+58
| | | | | | | | | | | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* | | Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | | | | | | | | | All code blocks should be surrounded by blank lines
* | | Remove <pre> tag and other fixesEvan Read2019-07-121-24/+25
| | |
* | | Fix whitespace in many administration docsMarcel Amirault2019-07-1217-1232/+1247
| | | | | | | | | | | | | | | | | | | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for many admin docs in /high_availability and /auth (part 1)
* | | Remove hard tabs from docsMarcel Amirault2019-07-113-12/+11
| | | | | | | | | | | | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them