summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the backup/restore docsdocs/refactor-backupAchilleas Pipinellis2018-10-301-91/+224
| | | | | | - Rearrange sections - Stress out the importance of storing config files - Add troubleshooting guide in case secrets is lost
* Merge branch 'mlapierre-master-patch-47853' into 'master'Marin Jankovski2018-10-301-3/+3
|\ | | | | | | | | Fix Review Apps testing guide See merge request gitlab-org/gitlab-ce!22670
| * Fix Review Apps testing guidemlapierre-master-patch-47853Mark Lapierre2018-10-291-3/+3
| | | | | | Changes from docs review
* | Merge branch 'docs-add_deprecation_notice_for_renamed_licensed_feature-ce' ↵Evan Read2018-10-301-0/+6
|\ \ | | | | | | | | | | | | | | | | | | into 'master' docs: Add deprecation notice for renamed licensed feature See merge request gitlab-org/gitlab-ce!22575
| * | Add deprecation notice for renamed licensed featuredocs-add_deprecation_notice_for_renamed_licensed_feature-ceOlivier Gonzalez2018-10-241-0/+6
| | |
* | | Added a note about machine typesMark Veenstra2018-10-301-0/+3
| |/ |/|
* | Fix open-ended params for api_json.logAndrew Newdigate2018-10-291-1/+1
| |
* | adds warning against Postgres across NFSLyle Kozloff2018-10-291-1/+18
| |
* | Merge branch 'bw-update-issue-board-doc' into 'master'Marcia Ramos2018-10-291-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Clarify last board navigation documentation Closes gitlab-ee#7760 See merge request gitlab-org/gitlab-ce!22618
| * | Update issue board documentation based on feedbackbw-update-issue-board-docBrett Walker2018-10-261-2/+2
| | |
* | | Merge branch 'patch-31' into 'master'Achilleas Pipinellis2018-10-291-1/+1
|\ \ \ | | | | | | | | | | | | | | | | `Create a new tag` json Missing double quotes See merge request gitlab-org/gitlab-ce!22614
| * | | `Create a new tag` json Missing a commapiumn.l2018-10-261-1/+1
| | | |
* | | | Merge branch '52383-ui-filter-assignee-none-any' into 'master'Sean McGivern2018-10-292-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add None/Any options for assignee in search bar Closes #52383 See merge request gitlab-org/gitlab-ce!22599
| * | | | Add None/Any options for assignee in search barHeinrich Lee Yu2018-10-262-0/+10
| | | | |
* | | | | Merge branch 'docs-fix-links-1' into 'master'Evan Read2018-10-287-13/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update links to external sites See merge request gitlab-org/gitlab-ce!22578
| * | | | | Update links to external sitesMarcel Amirault2018-10-247-13/+13
| | | | | |
* | | | | | Merge branch 'docs-autodevops-update' into 'master'Mike Lewis2018-10-271-9/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove duplicate section for enabling at project level See merge request gitlab-org/gitlab-ce!22627
| * | | | | | Clarify project-level enable/disabledocs-autodevops-updateDaniel Gruesso2018-10-261-3/+4
| | | | | | |
| * | | | | | remove duplicate section for enabling at project levelDaniel Gruesso2018-10-261-6/+0
| | | | | | |
* | | | | | | Merge branch 'docs-add-runbooks' into 'master'Mike Lewis2018-10-262-0/+50
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | docs add first draft for runbook topic See merge request gitlab-org/gitlab-ce!22588
| * | | | | | update issue linkDaniel Gruesso2018-10-261-1/+1
| | | | | | |
| * | | | | | update runbooks linkDaniel Gruesso2018-10-261-1/+1
| | | | | | |
| * | | | | | Merge branch 'docs-add-runbooks' of gitlab.com:gitlab-org/gitlab-ce into ↵danielgruesso2018-10-261-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs-add-runbooks # Conflicts: # doc/topics/runbooks/index.md
| | * | | | | | update to match EEdocs-add-runbooksDaniel Gruesso2018-10-251-5/+19
| | | | | | | |
| | * | | | | | Update index.mdDaniel Gruesso2018-10-241-1/+1
| | | | | | | |
| * | | | | | | relocate runbooks folder under clustersdanielgruesso2018-10-262-36/+49
| |/ / / / / /
| * | | | | | Add first draft for runbook docsdanielgruesso2018-10-232-0/+37
| | | | | | |
* | | | | | | Update review apps testing guideMark Lapierre2018-10-261-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Review Apps are now deployed automatically. Note that if auth fails you might need to stop and redeploy the app.
* | | | | | | Feature/add license to project APIJ.D. Bean2018-10-261-0/+49
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch '7864-ee-routes' into 'master'Sean McGivern2018-10-261-6/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE: Put EE routes in EE files under EE directories See merge request gitlab-org/gitlab-ce!22376
| * | | | | | Allow CE do nothing if route doesn't exist7864-ee-routesLin Jen-Shin2018-10-261-4/+5
| | | | | | |
| * | | | | | Make it possible to add EE only routeLin Jen-Shin2018-10-261-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | And if it cannot find any routes, raise an error
| * | | | | | Put EE routes in EE files under EE directoriesLin Jen-Shin2018-10-261-6/+15
| | |_|_|/ / | |/| | | |
* | | | | | Automatically navigate to last board visitedBrett Walker2018-10-261-0/+3
| | | | | |
* | | | | | Merge branch 'docs/onlychanges' into 'master'Grzegorz Bizon2018-10-261-0/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Improvement to ci/yaml documentation See merge request gitlab-org/gitlab-ce!22613
| * | | | | Update README.mdLukas Schneider2018-10-261-0/+2
| |/ / / /
* | | | | Add documentationHeinrich Lee Yu2018-10-262-6/+6
|/ / / /
* | | | Merge branch 'an-multithreading' into 'master'Robert Speicher2018-10-251-0/+404
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
| * | | | Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-251-0/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
* | | | | Merge branch 'sh-bump-ruby-2.4.5' into 'master'Robert Speicher2018-10-242-6/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Upgrade to Ruby 2.4.5 See merge request gitlab-org/gitlab-ce!22484
| * | | | Upgrade to Ruby 2.4.5Stan Hu2018-10-242-6/+6
| | |/ / | |/| |
* | | | clarify auto review apps deployment, jobs skipped by license, disabling at…Daniel Gruesso2018-10-241-39/+76
| |_|/ |/| |
* | | Merge branch 'patch-29' into 'master'Achilleas Pipinellis2018-10-241-0/+1
|\ \ \ | |/ / |/| | | | | | | | Request to be a German proofreader See merge request gitlab-org/gitlab-ce!22337
| * | Request to be a German proofreaderMichael Hahnle2018-10-131-0/+1
| | |
* | | Fix link in doc/user/project/repository/branches/index.mdStephen Wade2018-10-241-6/+3
| | |
* | | Merge branch 'patch-12' into 'master'Stan Hu2018-10-241-0/+2
|\ \ \ | | | | | | | | | | | | | | | | doc: Fix broken link hrefs for ee and gitlab-versions See merge request gitlab-org/gitlab-ce!22540
| * | | add broken link hrefs for ee and gitlab-versionsElan Ruusamäe2018-10-231-0/+2
| | |/ | |/|
* | | Add instructions on how to enable a feature flagFilipa Lacerda2018-10-231-0/+5
| | |
* | | Merge branch 'patch-32' into 'master'Evan Read2018-10-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Correcting a typo See merge request gitlab-org/gitlab-ce!22511
| * | | Correcting a typoAlex2018-10-221-1/+1
| | | |