summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to old lib/api/ci dirdocs-testing-guide-updateThong Kuah2019-08-171-1/+0
| | | This directory no longer exists (since 2017)
* UI for disabling group/project email notificationBrett Walker2019-08-174-0/+27
| | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* Merge branch 'legacy-attachments-migrate-fix' into 'master'Michael Kozono2019-08-163-0/+17
|\ | | | | | | | | 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-163-0/+17
| | | | | | | | | | - move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
* | Add new table to store email domainGosia Ksionek2019-08-161-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge branch 'mc/feature/pipeline-tracking-config-ce' into 'master'Kamil Trzciński2019-08-161-0/+15
|\ \ | | | | | | | | | | | | | | | | | | Add `needs:` CI config option CE Closes gitlab-ee#12334 See merge request gitlab-org/gitlab-ce!31346
| * | Port changes from EEmc/feature/pipeline-tracking-config-ceMatija Čupić2019-08-041-0/+15
| | | | | | | | | | | | | | | Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12343
* | | Merge branch 'patch-31' into 'master'Nick Thomas2019-08-161-9/+0
|\ \ \ | | | | | | | | | | | | | | | | Removed duplicate Live preview entry for MR docs See merge request gitlab-org/gitlab-ce!31763
| * | | Removed duplicate Live preview entry for MR docsPhilipp Hasper2019-08-131-9/+0
| | |/ | |/|
* | | Merge branch '12111-snippet-index-ee-docs' into 'master'Grzegorz Bizon2019-08-161-0/+4
|\ \ \ | | | | | | | | | | | | | | | | Doc: sync ES updates See merge request gitlab-org/gitlab-ce!31883
| * | | Doc: sync ES updates12111-snippet-index-ee-docsMark Chao2019-08-161-0/+4
| | | |
* | | | Add docs for rate limiter on raw endpointsMayra Cabrera2019-08-163-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Adjust headers in /universityMarcel Amirault2019-08-1612-121/+18
| | | |
* | | | Update docs style for code blocksMarcel Amirault2019-08-163-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks
* | | | Merge branch 'do-not-vendor-go-mod' into 'master'Grzegorz Bizon2019-08-161-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Don't use go mod vendor See merge request gitlab-org/gitlab-ce!31721
| * | | | Don't use go mod vendorNick Thomas2019-08-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change comes out of a discussion between Ben Kochie and me, around this MR: https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/164 gitlab-elasticsearch-indexer already uses `go mod` without a `vendor/` directory. It has caused some intermittent build failures in the gitlab-ce/ee CI pipelines, but has otherwise been fine. I think that treating our Go dependencies in the same way we do our Ruby or Node.js ones is reasonable, and it has some minor benefits: * Contributors find it easier to submit MRs * MRs are easier to review * Makefiles are easier to write
* | | | | Add a note about the lack of arm64 supportAlexander Tanayno2019-08-161-0/+3
| | | | |
* | | | | Document option to set Security Dashboard as default view for groupsAchilleas Pipinellis2019-08-161-0/+10
| | | | |
* | | | | Revert adding productivity analytics docsMartin Wortschack2019-08-161-69/+0
| | | | |
* | | | | Remove indentation from listMarcel Amirault2019-08-161-2/+2
| |/ / / |/| | |
* | | | Revert "Improve test for .with_needs"Kamil Trzciński2019-08-162-0/+154
| | | | | | | | | | | | | | | | This reverts commit d1eddaa98a83400d043678a2239adc4d781b4549
* | | | Merge branch '65278-livesum-puma-phase' into 'master'Kamil Trzciński2019-08-151-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove :puma_phase metrics See merge request gitlab-org/gitlab-ce!31773
| * | | | 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.
* | | | | Merge branch 'allow-focus-in-specs' into 'master'Bob Van Landuyt2019-08-151-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow to use focus: true in specs See merge request gitlab-org/gitlab-ce!31691
| * | | | | Mention focus: true in the specsallow-focus-in-specsGiorgenes Gelatti2019-08-131-0/+1
| | | | | |
* | | | | | Add section on how we run CE->EE merge at GitLabAsh McKenzie2019-08-151-0/+13
| | | | | |
* | | | | | Documentation: tell when push options were introducedChristian Couder2019-08-151-0/+6
| | | | | |
* | | | | | Update/expand docs for the Dependency ListMark Florian2019-08-157-10/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Update description templates screenshotsSeth Berger2019-08-155-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated screenshots about description templates in the project settings documentation. Closes #https://gitlab.com/gitlab-org/gitlab-ce/issues/65738
* | | | | | Update text Cycle -> ProductivityEzekiel Kigbo2019-08-151-1/+1
| | | | | |
* | | | | | Changes to cycle analytics docsVirjinia Alexieva2019-08-151-4/+24
| | | | | |
* | | | | | Merge branch 'docs/add-free-tier-badge' into 'master'Evan Read2019-08-151-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing (FREE ONLY) docs tier badge See merge request gitlab-org/gitlab-ce!31755
| * | | | | | Add missing (FREE ONLY) docs tier badgedocs/add-free-tier-badgeAchilleas Pipinellis2019-08-131-1/+2
| | | | | | |
* | | | | | | Note that assigning many people is starter featureBen Bodenmiller2019-08-151-1/+6
| | | | | | |
* | | | | | | Update Mattermost System Console settings page URL for webhooksJason Blais2019-08-151-1/+1
| | | | | | |
* | | | | | | Add docs page for productivity_analyticsMartin Wortschack2019-08-141-0/+69
| | | | | | |
* | | | | | | Make ruby 2.6 the officially supported versionHordur Freyr Yngvason2019-08-143-5/+5
| | | | | | |
* | | | | | | Migrates Snowplow backend from EE to CEJeremy Jackson2019-08-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces several changes, but these are all just ported from the EE project.
* | | | | | | Merge branch 'docs-update-guest-user-doc' into 'master'Tom Atkins2019-08-141-0/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Docs add guest user clarification See merge request gitlab-org/gitlab-ce!31805
| * | | | | | Fixing phrasing for guest userdocs-update-guest-user-docmac-key2019-08-141-6/+6
| | | | | | |
| * | | | | | Add guest user clarificationmac-key2019-08-141-0/+10
| | | | | | |
* | | | | | | Merge branch '328-versioned-search-ee' into 'master'Nick Thomas2019-08-141-0/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Elasticsearch versioned schema for Snippet See merge request gitlab-org/gitlab-ce!31465
| * | | | | | | ES: sync with EE328-versioned-search-eeMark Chao2019-08-121-0/+30
| | | | | | | |
* | | | | | | | Added troubleshooting docs for registry image push problemsCatalin Irimie2019-08-141-0/+34
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'fix-spelling-in-ci-runners-readme' into 'master'Achilleas Pipinellis2019-08-141-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spelling of "timeouted" to "timed out" See merge request gitlab-org/gitlab-ce!31774
| * | | | | | | Change spelling of "timeouted" to "timed out"fix-spelling-in-ci-runners-readmeVitali Tatarintev2019-08-131-3/+3
| | | | | | | |
* | | | | | | | Documentation: fix push options capabilitiesChristian Couder2019-08-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31068 forgot to add a short description of the new push options that it added.
* | | | | | | | Embed metrics charts in issues - docsTristan Read2019-08-144-0/+30
| | | | | | | |
* | | | | | | | Merge branch 'install-doc-remove-quote' into 'master'Achilleas Pipinellis2019-08-141-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: remove extra quote from doc/install/installation.md See merge request gitlab-org/gitlab-ce!31785
| * | | | | | | | Remove extra quoteAlexander Oleynikov2019-08-131-1/+1
| | | | | | | | |