Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-08-19Migrate cycle analytics topic to new sectionEvan Read
Also fixes links to new section and refactors some existing content for the GitLab 12.2 changes.
2019-08-19Update doc/user/project/integrations/jira.md, ↵Kemais Ehlers
doc/user/project/integrations/img/jira_service_page_v12_2.png files Deleted doc/user/project/integrations/img/jira_service_page.png
2019-08-19Escape vertical bars inside code blocks in quick_actions.md - Markdown ↵Jonathan Love
parsing in previews and Gitlab.com appear to parse these as table delimiters even when inside a code block.
2019-08-19Update screenshot to fix bad htmlMarcel Amirault
2019-08-19Merge branch 'docs-runner-needs-owner' into 'master'Evan Read
Fix required runner permissions Closes #52513 See merge request gitlab-org/gitlab-ce!31598
2019-08-19Docs: Improve clarity of SCIM workflowTristan Williams
2019-08-19Improve docs for cross-project MR dependenciesNick Thomas
Addressing a documentation review by Marcia!
2019-08-19Docs: Refresh CI quick start screenshotsTristan Williams
2019-08-19Merge branch 'remove-mysql-from-dev-docs' into 'master'Evan Read
Remove MySQL references from development docs See merge request gitlab-org/gitlab-ce!31712
2019-08-19Mentions related log on Rate limit docsMayra Cabrera
Requests over the rate limit are logged into `auth.log`
2019-08-19Merge branch 'docs/update-srm-settings' into 'master'Evan Read
Update srmX configuration description See merge request gitlab-org/gitlab-ce!31142
2019-08-19add GitLab CI job token API authentication sectionBen Bodenmiller
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-08-17Merge branch 'legacy-attachments-migrate-fix' into 'master'Michael Kozono
Migrate legacy uploads rake tasks See merge request gitlab-org/gitlab-ce!29409
2019-08-17Add new table to store email domainGosia Ksionek
In order to save user preferences regarding user emails allowed to be invited to group Add foreign_key and down method Change adding foreign key Add partial call to view Add changelog entry Fix schema
2019-08-16Merge branch 'mc/feature/pipeline-tracking-config-ce' into 'master'Kamil Trzciński
Add `needs:` CI config option CE Closes gitlab-ee#12334 See merge request gitlab-org/gitlab-ce!31346
2019-08-16Remove MySQL references from development docsNick Thomas
I noticed the doc/development/testing_guide/best_practices.md still referenced the `[run mysql]` tags, etc. They no longer work, so I removed them, then realised I had better clean up the rest of doc/development !
2019-08-16Merge branch 'patch-31' into 'master'Nick Thomas
Removed duplicate Live preview entry for MR docs See merge request gitlab-org/gitlab-ce!31763
2019-08-16Merge branch '12111-snippet-index-ee-docs' into 'master'Grzegorz Bizon
Doc: sync ES updates See merge request gitlab-org/gitlab-ce!31883
2019-08-16Add docs for rate limiter on raw endpointsMayra Cabrera
The section was included on security/raw_limits and on the admin area settings. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
2019-08-16Adjust headers in /universityMarcel Amirault
2019-08-16Update docs style for code blocksMarcel Amirault
Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks
2019-08-16Update srmX configurationSteve Azzopardi
2019-08-16Merge branch 'do-not-vendor-go-mod' into 'master'Grzegorz Bizon
Don't use go mod vendor See merge request gitlab-org/gitlab-ce!31721
2019-08-16Add rake tasks for migrating leacy uploadsJarka Košanová
- move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
2019-08-16Add a note about the lack of arm64 supportAlexander Tanayno
2019-08-16Document option to set Security Dashboard as default view for groupsAchilleas Pipinellis
2019-08-16Revert adding productivity analytics docsMartin Wortschack
2019-08-16Remove indentation from listMarcel Amirault
2019-08-16Doc: sync ES updatesMark Chao
2019-08-16Revert "Improve test for .with_needs"Kamil Trzciński
This reverts commit d1eddaa98a83400d043678a2239adc4d781b4549
2019-08-15Merge branch '65278-livesum-puma-phase' into 'master'Kamil Trzciński
Remove :puma_phase metrics See merge request gitlab-org/gitlab-ce!31773
2019-08-15Merge branch 'allow-focus-in-specs' into 'master'Bob Van Landuyt
Allow to use focus: true in specs See merge request gitlab-org/gitlab-ce!31691
2019-08-15Add section on how we run CE->EE merge at GitLabAsh McKenzie
2019-08-15Documentation: tell when push options were introducedChristian Couder
2019-08-15Update/expand docs for the Dependency ListMark Florian
These changes align the docs with the features introduced in [1]. See also the [issue tracking the documentation changes][2]. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077 [2]: https://gitlab.com/gitlab-org/gitlab-ee/issues/12986
2019-08-15Update description templates screenshotsSeth Berger
Updated screenshots about description templates in the project settings documentation. Closes #https://gitlab.com/gitlab-org/gitlab-ce/issues/65738
2019-08-15Update text Cycle -> ProductivityEzekiel Kigbo
2019-08-15Changes to cycle analytics docsVirjinia Alexieva
2019-08-15Merge branch 'docs/add-free-tier-badge' into 'master'Evan Read
Add missing (FREE ONLY) docs tier badge See merge request gitlab-org/gitlab-ce!31755
2019-08-15Note that assigning many people is starter featureBen Bodenmiller
2019-08-15Update Mattermost System Console settings page URL for webhooksJason Blais
2019-08-15Add docs page for productivity_analyticsMartin Wortschack
2019-08-15Make ruby 2.6 the officially supported versionHordur Freyr Yngvason
2019-08-14Migrates Snowplow backend from EE to CEJeremy Jackson
This introduces several changes, but these are all just ported from the EE project.
2019-08-14Remove :puma_phase metricsAleksei Lipniagov
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.
2019-08-14Merge branch 'docs-update-guest-user-doc' into 'master'Tom Atkins
Docs add guest user clarification See merge request gitlab-org/gitlab-ce!31805
2019-08-14Merge branch '328-versioned-search-ee' into 'master'Nick Thomas
Elasticsearch versioned schema for Snippet See merge request gitlab-org/gitlab-ce!31465
2019-08-14Added troubleshooting docs for registry image push problemsCatalin Irimie
2019-08-14Fixing phrasing for guest usermac-key