summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add practice of splitting tests across files for parallelizationpatch-75Mark Lapierre2019-09-051-0/+19
|
* Update Pipeline Security Dashboard documentationMark Florian2019-09-0410-21/+21
| | | | Tracked in https://gitlab.com/gitlab-org/gitlab-ee/issues/13496.
* Added SSoT front and back matterMatt Penna2019-09-044-1/+82
| | | | | | These docs are straightforward API reference material and needed only to have document type header and troubleshooting footer added for the SSoT effort.
* Adds docs for total usage storage quotaFilipa Lacerda2019-09-041-0/+6
|
* Let project reporters create issue from group boardsFelipe Artur2019-09-041-1/+2
| | | | | The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
* Clarified website url precedenceSeth Berger2019-09-041-0/+2
|
* Removes regular migrations from background onesMayra Cabrera2019-09-041-6/+9
| | | | | Specifies that background migrations should be scheduled as post deployment migrations
* Removed reference to project for DASTSeth Berger2019-09-041-1/+1
|
* Merge branch 'ce-14713-fix-geo-link-pointing-to-online-doc' into 'master'Douglas Barbosa Alexandre2019-09-041-0/+1
|\ | | | | | | | | Add a link to the 'Repository Storage Types' doc page See merge request gitlab-org/gitlab-ce!32650
| * Add a link to the 'Repository Storage Types' doc pagece-14713-fix-geo-link-pointing-to-online-docRémy Coutable2019-09-041-0/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add epic_iid to issue API entityWinnie Hellmann2019-09-041-0/+12
|/ | | | (cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
* Removing 'Premium' label in block titleNicolas Borderes2019-09-044-7/+8
| | | | Added when it has been moved to core
* Updates the merge request author responsibilityMayra Cabrera2019-09-041-1/+2
| | | | | Indicate it's the author's responsibility to prepare the merge request for a database review
* Follow-up from database load balancing docsAchilleas Pipinellis2019-09-041-6/+7
|
* Update large repositories, remove duplicated textTymoteusz Motylewski2019-09-031-1/+1
|
* Edit to new rules documentationEvan Read2019-09-031-33/+59
|
* Development docs: how to add Prometheus metricsThong Kuah2019-09-031-0/+23
| | | | | This documents the various knowledge needed to add new GitLab self-monitoring Prometheus metrics.
* Updated Feature flags docOrit Golowinski2019-09-031-4/+0
|
* Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon2019-09-031-2/+2
|\ | | | | | | | | | | | | Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
| * Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-2/+2
| | | | | | | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* | Clarify limits for needs keywordEvan Read2019-09-031-25/+22
| |
* | Merge branch 'mc/feature/downstream-pipeline-tracking-ce' into 'master'Kamil Trzciński2019-09-031-0/+12
|\ \ | | | | | | | | | | | | Backport documentation for status checking behaviors See merge request gitlab-org/gitlab-ce!32184
| * | Backport documentation from EEmc/feature/downstream-pipeline-tracking-ceMatija Čupić2019-09-031-0/+12
| | | | | | | | | | | | | | | Backport documentation from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15580
* | | Added relationships between Release and MilestoneEtienne Baqué2019-09-031-20/+74
| | | | | | | | | | | | | | | | | | Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
* | | Merge branch 'links-use-new-location' into 'master'Rémy Coutable2019-09-036-17/+17
|\ \ \ | | | | | | | | | | | | | | | | Use new location for helm charts repo See merge request gitlab-org/gitlab-ce!32563
| * | | Use new location for helm charts repolinks-use-new-locationBalasankar "Balu" C2019-09-036-17/+17
| | | | | | | | | | | | | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* | | | Merge branch 'change-role-system-hook' into 'master'Rémy Coutable2019-09-031-0/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add system hooks for project/group membership updates Closes gitlab-ee#12252 See merge request gitlab-org/gitlab-ce!32371
| * | | | Add system hooks for project/group membership updatesBrandon Williams2019-09-021-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252
* | | | | Make badging less confusing in quick actions docMarcel Amirault2019-09-031-2/+5
| | | | |
* | | | | Add suggested changes to docker build docMarcel Amirault2019-09-031-3/+4
| | | | |
* | | | | Add Danger bot development documentationNick Thomas2019-09-033-1/+118
| | | | | | | | | | | | | | | | | | | | | | | | | This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
* | | | | Update `true` with `"true"`yonatan miller2019-09-021-2/+2
| |/ / / |/| | | | | | | | | | | Gitlab CI Linter otherwise gives error `variables config should be a hash value of key value pairs`
* | | | Merge branch 'docs/license-compliance' into 'master'Marcia Ramos2019-09-0210-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update screenshots for License Compliance Closes gitlab-ee#8910 See merge request gitlab-org/gitlab-ce!32537
| * | | | Update screenshots for License Compliancedocs/license-complianceAchilleas Pipinellis2019-09-0210-5/+5
| | | | |
* | | | | Added example for passing Maven repo credentialsMatt Penna2019-09-021-0/+15
| | | | |
* | | | | Docs james gill contributionMarcel Amirault2019-09-021-26/+23
|/ / / /
* | | | Fix space in geo docMarcel Amirault2019-09-021-1/+1
| | | |
* | | | Clarify new note for GitLab PagesEvan Read2019-09-021-1/+2
| | | |
* | | | Merge branch 'typo-ci-reference' into 'master'Evan Read2019-09-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo in GitLab CI configuration reference See merge request gitlab-org/gitlab-ce!32382
| * | | | Fix typo in GitLab CI configuration referencetgalopin2019-08-291-1/+1
| | | | |
* | | | | Changed Geo general update stepsFabian Zimmer2019-09-021-6/+9
| | | | |
* | | | | Adds basic overcommit supportGiorgenes Gelatti2019-09-021-0/+5
| | | | |
* | | | | Merge branch 'ee-11670-update-indexer-installation-docs' into 'master'Evan Read2019-09-021-4/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update elasticsearch indexer installation instructions Closes gitlab-ee#11670 See merge request gitlab-org/gitlab-ce!32274
| * | | | | Update elasticsearch indexer installation instructionsNick Thomas2019-08-271-4/+5
| | | | | |
* | | | | | Added cross reference to the troubleshooting guideFabian Zimmer2019-09-021-0/+2
| | | | | |
* | | | | | Realign 3 docs that diverged between ce/eeMarcel Amirault2019-09-023-8/+8
| | | | | |
* | | | | | Update quick actions table and combine with epicsMarcel Amirault2019-09-024-88/+65
| | | | | | | | | | | | | | | | | | | | | | | | Also fix links to renamed headers and moved content
* | | | | | Crop, trim and compress animated gifsMarcel Amirault2019-09-023-0/+0
| | | | | |
* | | | | | Convert 'code quality' GIF to PNGRussell Dickenson2019-09-023-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Image converted to reduce file size.
* | | | | | Replaced image with smaller versionRussell Dickenson2019-09-021-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of this image was reduced to: 1. Reduce its storage size. 2. Optimze for faster loading in browser.