summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Add docs for new log fileHordur Freyr Yngvason2019-08-281-0/+9
|
* Fix markdown in various docsMarcel Amirault2019-08-2813-68/+51
| | | | | | Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
* Fixes Introduced in text for our rendererEvan Read2019-08-281-2/+1
|
* Add docs for db_load_balancing metricsload-balancing-prometheusThong Kuah2019-08-271-1/+10
|
* Add documentation about Gitaly concurrency limiterJacob Vosmaer2019-08-261-0/+41
|
* Change docs markdown linterMarcel Amirault2019-08-261-1/+1
| | | | | | | Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
* Add backticks and remove square bracketsMarcel Amirault2019-08-262-177/+166
| | | | | Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
* Improve Gitaly path detailsBen Bodenmiller2019-08-261-9/+13
| | | | related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65422
* Remove the object pools feature flagZeger-Jan van de Weg2019-08-261-7/+5
| | | | | | The flag defaulted to true, so there's no change unless users turned it off. Given there's a lack of issues regarding object pools, this should be OK.
* Merge branch 'db_load_balancing_service_discovery_srv' into 'master'Kamil Trzciński2019-08-261-1/+6
|\ | | | | | | | | DB Load Balancing: Support SRV lookups See merge request gitlab-org/gitlab-ce!32135
| * CE port: allow SRV records in DB service discoverydb_load_balancing_service_discovery_srvTiger2019-08-231-1/+6
| |
* | 62514 - update prometheus metrics docsDavid Wilkins2019-08-231-33/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Strikeout for metrics that aren't reported anymore - added :thumbsup: for all the metrics that appear to be still available - Added :new: for the new metrics. - Determine Release when the new metrics appeared - Add descriptions for the new metrics - remove the adornments :new: and :thumbsup: - removce the lines with strikeout
* | Update capitalization in admin, api, othersMarcel Amirault2019-08-2314-27/+27
|/ | | | | Update capitalization in /administration, /api, /ci and /customization
* Document Gitaly CLI connection troubleshootingChristiaan Conover2019-08-221-0/+30
| | | | | Provide documentation around possible reasons and solutions to CLI tools not being able to connect to Gitaly nodes.
* Merge branch 'ce-8631-archiving-a-project-should-create-an-audit-event' into ↵Lin Jen-Shin2019-08-221-0/+2
|\ | | | | | | | | | | | | 'master' CE: Archiving a project should create an audit event See merge request gitlab-org/gitlab-ce!32039
| * CE: Audit event for archiving and unarchiving projectsce-8631-archiving-a-project-should-create-an-audit-eventmanojmj2019-08-211-0/+2
| |
* | Add missing content from debug's kubectl cheat sheetHarish Ramachandran2019-08-221-5/+15
| |
* | Merge branch 'feat/smime-signed-notification-emails' into 'master'Sean McGivern2019-08-222-0/+50
|\ \ | | | | | | | | | | | | feat: smime signed notification emails See merge request gitlab-org/gitlab-ce!30644
| * | feat: SMIME signed notification emailsDiego Louzán2019-08-202-0/+50
| | | | | | | | | | | | | | | | | | - Add mail interceptor the signs outgoing email with SMIME - Add lib and helpers to work with SMIME data - New configuration params for setting up SMIME key and cert files
* | | Update docs to pass new markdownlintMarcel Amirault2019-08-226-7/+6
| | | | | | | | | | | | | | | Deletes extra spaces and line, makes lists consistent, and fixes links.
* | | Merge branch 'sidekiq-interrupt-running-jobs' into 'master'Stan Hu2019-08-211-0/+118
|\ \ \ | | | | | | | | | | | | | | | | Allow to interrupt running sidekiq jobs See merge request gitlab-org/gitlab-ce!31818
| * | | Rework `Sidekiq::JobsThreads` into `Monitor`Kamil Trzciński2019-08-211-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes: - very shallow `Middleware::Monitor` to only request tracking of sidekiq jobs, - `SidekiqStatus::Monitor` to be responsible to maintain persistent connection to receive messages, - `SidekiqStatus::Monitor` to always use structured logging and instance variables
* | | | Fix markdown causing kramdown warningsMarcel Amirault2019-08-213-31/+30
| | | | | | | | | | | | | | | | | | | | Use of square brackets can cause kramdown warnings, as well as angle brackets, so they should be removed or put in backticks
* | | | Clarify how to setup and use multiple Gitaly serversBen Bodenmiller2019-08-211-21/+61
| | | |
* | | | Add let's encrypt omnibus guide linkMarcel Amirault2019-08-211-1/+5
| | | |
* | | | Update container_registry.md to handle CA Bundle certs and validationMarcel Amirault2019-08-211-0/+9
|/ / /
* | | Update capitalization in k8s cheat sheetMarcel Amirault2019-08-211-14/+14
| |/ |/|
* | Standardize remote_ip and path keys for auth.log and api_json.logStan Hu2019-08-201-1/+1
| | | | | | | | | | | | | | | | Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
* | Harmonizes titles between two Geo landing pagesEvan Read2019-08-202-3/+3
| | | | | | | | Menu entries in global navigation will be updated to match.
* | Mentions related log on Rate limit docsMayra Cabrera2019-08-181-2/+6
| | | | | | | | Requests over the rate limit are logged into `auth.log`
* | Merge branch 'legacy-attachments-migrate-fix' into 'master'Michael Kozono2019-08-162-0/+16
|\ \ | | | | | | | | | | | | Migrate legacy uploads rake tasks See merge request gitlab-org/gitlab-ce!29409
| * | Add rake tasks for migrating leacy uploadslegacy-attachments-migrate-fixJarka Košanová2019-08-162-0/+16
| | | | | | | | | | | | | | | - move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
* | | Update docs style for code blocksMarcel Amirault2019-08-161-2/+2
| | | | | | | | | | | | | | | | | | Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks
* | | Remove :puma_phase metrics65278-livesum-puma-phaseAleksei Lipniagov2019-08-141-1/+0
| | | | | | | | | | | | | | | | | | We don't use phase restarts, as we use `preload_app`: https://github.com/puma/puma/blob/master/README.md#clustered-mode `:puma_phase` values will always be zero.
* | | Added troubleshooting docs for registry image push problemsCatalin Irimie2019-08-141-0/+34
| | |
* | | Remove reference to internalReuben Pereira2019-08-132-0/+39
|/ / | | | | | | | | - The self-monitoring project can be connected to any Prometheus instance. Make this more clear in the docs.
* | update duplication of unicorn min environment variableRobin2019-08-131-1/+1
| |
* | Bring resources.md from debug project to docsMarcel Amirault2019-08-131-0/+5
| | | | | | | | | | Copy resources.md to docs project, renamed to links.md and add frontmatter and top level header
* | Update Grafana doc for security updatePhil Zona2019-08-131-0/+30
| |
* | Fix markdown spacing in various docsMarcel Amirault2019-08-121-1/+1
| | | | | | | | Align images and lists in assorted markdown docs
* | Make section headings consistentEvan Read2019-08-121-1/+1
| |
* | Add more rules to markdown lint checkMarcel Amirault2019-08-126-172/+122
| | | | | | | | | | | | Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered list prefix), MD030 (spaces after list markers), and fixes remaining docs that were failing these tests
* | Merge branch '65700-document-max-replication-slots-pg-ha' into 'master'Achilleas Pipinellis2019-08-091-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Add max_replication_slots to PG HA documentation Closes #65700 See merge request gitlab-org/gitlab-ce!31534
| * | Add max_replication_slots to PG HA documentation65700-document-max-replication-slots-pg-haRobert Marshall2019-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - PostgreSQL high availability documentation does not mention `max_replication_slots` which must be set to work properly as the default value is zero. Resolves: https://gitlab.com/gitlab-org/gitlab-ce/issues/65700 Related: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4576 Related: https://gitlab.com/gitlab-org/distribution/team-tasks/issues/438 Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
* | | Bring k8s cheat sheet to docsMarcel Amirault2019-08-082-0/+253
| | | | | | | | | | | | | | | Bring the support team k8s cheat sheet into the main documentation
* | | Merge branch 'sh-rename-githost-to-gitjson' into 'master'Mayra Cabrera2019-08-081-4/+5
|\ \ \ | | | | | | | | | | | | | | | | Rename githost.log -> git_json.log See merge request gitlab-org/gitlab-ce!31634
| * | | Rename githost.log -> git_json.logStan Hu2019-08-081-4/+5
| | |/ | |/| | | | | | | | | | | | | The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
* | | Update Geo troubleshooting docs11965-geo-prevent-using-non-empty-tracking-database-ceDouglas Barbosa Alexandre2019-08-081-1/+15
|/ /
* | Compress images with pngquantAchilleas Pipinellis2019-08-0718-0/+0
| |
* | Fix assorted linksMarcel Amirault2019-08-072-2/+2
| | | | | | | | Fix links as discovered by the lint in the docs project