summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add filter param sanitizationgeorgekoltsov/51260-add-filtering-to-bitbucket-server-importGeorge Koltsov2019-08-121-2/+2
|
* Update import/bitbucket_server.md docsGeorge Koltsov2019-08-123-2/+4
|
* Fix markdown spacing in various docsMarcel Amirault2019-08-1216-125/+119
| | | | Align images and lists in assorted markdown docs
* Fix markdown spacing in various docsMarcel Amirault2019-08-1214-103/+108
| | | | Align images and lists in assorted markdown docs
* Make section headings consistentEvan Read2019-08-126-7/+7
|
* Rename tfs.md to tfvc.md and updateMarcel Amirault2019-08-123-42/+51
| | | | | the tfs.md doc was actually about tfvc, so it was renamed and content made more up to date, with light copy edits
* Merge branch 'patch-72' into 'master'Evan Read2019-08-121-1/+1
|\ | | | | | | | | Docs: Fix typo when enumerating GOSEC levels for SAST See merge request gitlab-org/gitlab-ce!31141
| * Fix typo when enumerating GOSEC levelsTomKriek2019-07-251-1/+1
| |
* | Merge branch 'docs/disqus-identifier' into 'master'Evan Read2019-08-127-8/+8
|\ \ | | | | | | | | | | | | Replace redirect_from with disqus_identifier in docs See merge request gitlab-org/gitlab-ce!31595
| * | Replace redirect_from with disqus_identifier in docsdocs/disqus-identifierAchilleas Pipinellis2019-08-087-8/+8
| | | | | | | | | | | | | | | | | | Let's use disqus_identifier since this is a more descriptive name. We will need redirect_from for another purpose anyway (Nanoc redirects).
* | | Add kbd shortcuts for discussion navigationSam Bigelow2019-08-122-0/+7
| | | | | | | | | | | | Add keyboard shortcuts `p` and `n` to navigate duscussions.
* | | Fix introduced section in chatops docMarcel Amirault2019-08-121-5/+5
| | |
* | | Add more rules to markdown lint checkMarcel Amirault2019-08-1217-250/+182
| | | | | | | | | | | | | | | | | | 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
* | | adding subgroups to docsVirjinia Alexieva2019-08-121-1/+2
| | |
* | | Update note regarding memory teamEmilie Schario2019-08-111-2/+3
| | | | | | | | | | | | | | | Make clearer that the memory team is working to reduce the memory requirement
* | | Merge branch 'ce-docker_image_replication_node_status' into 'master'Douglas Barbosa Alexandre2019-08-101-0/+12
|\ \ \ | | | | | | | | | | | | | | | | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14943 See merge request gitlab-org/gitlab-ce!31406
| * | | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14943ce-docker_image_replication_node_statusValery Sizov2019-08-071-0/+12
| | | | | | | | | | | | | | | | Docker Registry Replication
* | | | Merge branch '39217-remove-kubernetes-service-integration' into 'master'James Lopez2019-08-091-38/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
| * | | | Final removal of KubernetesService39217-remove-kubernetes-service-integrationTiger2019-08-081-38/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
* | | | 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>
* | | | | Adds DB guidelines regarding execution timingMayra Cabrera2019-08-091-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a new guideline regarding the file location of background migrations - Add a new section about execution timing guidelines for all different kinds of migrations
* | | | | Merge branch '60157-cloneauth-docs' into 'master'Achilleas Pipinellis2019-08-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Clarify without authentication Closes #60157 See merge request gitlab-org/gitlab-ce!31604
| * | | | | Clarify without authenticationStefan Schmalzhaf2019-08-081-1/+1
| | | | | |
* | | | | | Merge branch 'speed-up-labels-api' into 'master'Rémy Coutable2019-08-092-8/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove label issue and MR counts from default API responses See merge request gitlab-org/gitlab-ce!31543
| * | | | | | Remove label issue and MR counts from default API responsesspeed-up-labels-apiSean McGivern2019-08-082-8/+10
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
* | | | | | Corrected custom email hostname instructionsRussell Dickenson2019-08-091-4/+6
| | | | | |
* | | | | | Add contribution section to contribution agreementsMarcel Amirault2019-08-092-23/+29
| | | | | |
* | | | | | Merge branch '62759-gitlab-backup-doc' into 'master'Evan Read2019-08-093-15/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace `gitlab-rake` with `gitlab-backup` command for backup and restore tasks See merge request gitlab-org/gitlab-ce!31555
| * | | | | | Change gitlab-rake to gitlab-backup for backup and restore tasks62759-gitlab-backup-docHossein Pursultani2019-08-073-15/+15
| | | | | | |
* | | | | | | Add namespace default note to cluster docsTiger Watson2019-08-091-1/+4
| | | | | | |
* | | | | | | Merge branch 'migration-style-guide-docs' into 'master'Evan Read2019-08-091-8/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Migration Style Guide. Remove MySQL mentions See merge request gitlab-org/gitlab-ce!31531
| * | | | | | | Update Migration Style Guidemigration-style-guide-docsValery Sizov2019-08-071-8/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Sorting in alphabetical order, adding strings to be used with analyzersJulius Kvedaras2019-08-081-13/+13
| | | | | | |
* | | | | | | Bring k8s cheat sheet to docsMarcel Amirault2019-08-082-0/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring the support team k8s cheat sheet into the main documentation
* | | | | | | Add link to memory team page from the installation requirementsEmilie Schario2019-08-081-1/+2
| | | | | | |
* | | | | | | Merge branch 'sh-rename-githost-to-gitjson' into 'master'Mayra Cabrera2019-08-083-6/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename githost.log -> git_json.log See merge request gitlab-org/gitlab-ce!31634
| * | | | | | | Rename githost.log -> git_json.logStan Hu2019-08-083-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge branch '11965-geo-prevent-using-non-empty-tracking-database-ce' into ↵Michael Kozono2019-08-081-1/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14981 See merge request gitlab-org/gitlab-ce!31493
| * | | | | | | Update Geo troubleshooting docs11965-geo-prevent-using-non-empty-tracking-database-ceDouglas Barbosa Alexandre2019-08-081-1/+15
| | | | | | | |
* | | | | | | | Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-087-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
* | | | | | | | Rename blocking MRs to cross-project MR dependenciesNick Thomas2019-08-089-142/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
* | | | | | | | Refactor subscriptions informationEvan Read2019-08-083-149/+207
| | | | | | | |
* | | | | | | | Add docs for local requests whitelistReuben Pereira2019-08-084-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add documentation under security/webhooks since similar docs are present there.
* | | | | | | | Merge branch 'patch-1' into 'master'Ray Paik2019-08-081-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Update proofreader.md See merge request gitlab-org/gitlab-ce!26644
| * | | | | | | Update proofreader.mdSandzhaj2019-03-271-0/+1
| | | | | | | |
* | | | | | | | Merge branch 'docs/deploy-keys-api' into 'master'Evan Read2019-08-082-28/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge deploy keys example to deploy keys API docs See merge request gitlab-org/gitlab-ce!31600
| * | | | | | | | Merge deploy keys example to deploy keys API docsAchilleas Pipinellis2019-08-082-28/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No reason to keep them separate.
* | | | | | | | | CE port for bulk updating group labelsEugenia Grieff2019-08-084-18/+40
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | - Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
* | | | | | | | Merge branch '20137-starrers' into 'master'Stan Hu2019-08-082-0/+235
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories Closes #20137 See merge request gitlab-org/gitlab-ce!24690