summaryrefslogtreecommitdiff
path: root/doc/install
Commit message (Collapse)AuthorAgeFilesLines
* Move reply by email docs to a new locationdocs/refactor-reply-by-emailAchilleas Pipinellis2016-09-251-1/+1
| | | | [ci skip]
* Use gitlab-workhorse 0.8.2Jacob Vosmaer2016-09-161-1/+1
| | | | Fixes rejected API git archive extensions; improves Sentry errors.
* Use gitlab-workhorse 0.8.1Jacob Vosmaer2016-09-091-1/+1
| | | | This adds (basic) Sentry support.
* Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)2016-09-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security and safety improvements for gitlab-workhorse integration Companion to https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/60 - Use a custom content type when sending data to gitlab-workhorse - Verify (using JWT and a shared secret on disk) that internal API requests came from gitlab-workhorse This will allow us to build features in gitlab-workhorse that require more trust, and protect us against programming mistakes in the future. This is designed so that no action is required for installations from source. For omnibus-gitlab we need to add code that manages the shared secret. See merge request !5907
| * Use gitlab-workhorse 0.8.0Jacob Vosmaer2016-09-081-1/+1
| |
* | Gitlab -> GitLabBen Bodenmiller2016-09-061-1/+1
|/
* Fix a typoAhmad Sherif2016-09-021-1/+1
|
* Change minimum Unicorns required to twoAhmad Sherif2016-09-021-3/+1
|
* Update memory requirementsAhmad Sherif2016-09-021-15/+15
|
* Some minor updates for upgrade guides for 8.12.Ruben Davila2016-09-011-2/+2
|
* More changes suggested by RobertJacob Vosmaer2016-08-311-1/+0
|
* Create bitmaps during 'git gc'Jacob Vosmaer2016-08-301-0/+4
|
* Merge branch 'workhorse-0.7.11' into 'master' Douwe Maan2016-08-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 0.7.11 Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend' settings. I don't know how many people are affected by this, 'normal' Omnibus installations are not. (If they were gitlab.com would have stopped working :) ). Still this is something we should not ship. Unfortunately 8-11-stable uses 0.7.10 (but 8.11.0 does not). So I think we need to put this in the next 8.11 patch release. See merge request !5983
| * Use gitlab-workhorse 0.7.11Jacob Vosmaer2016-08-241-1/+1
| | | | | | | | | | Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend' settings.
* | Update Ruby version to 2.3 in RequirementsSebastiaan Lokhorst2016-08-231-1/+1
|/
* Fix typo in gitlab-workhorse headerJacob Vosmaer2016-08-191-1/+1
|
* Update currently supported Ruby version info.Connor Shea2016-08-111-1/+1
|
* Update docs to reference Ruby 2.3.1Connor Shea2016-08-111-7/+6
|
* Merge branch 'api-examples-curl-long-options' into 'master' Achilleas Pipinellis2016-08-101-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use long options for curl examples in documentation ## What does this MR do? Use long options (e.g. `--header` instead of `-H`) for curl examples in documentation. ## Why was this MR needed? Short options are less readable. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5465#note_13603730 See merge request !5703
| * use long options for curl examples in API documentation (!5703)winniehell2016-08-091-3/+3
| |
* | Reverted resque.yml -> redis.yml renamingGabriel Mazetto2016-08-041-1/+1
| |
* | Deduplicated resque.yml loading from several placesGabriel Mazetto2016-08-041-2/+4
|/ | | | We will trust redis configuration params loading to Gitlab::RedisConfig.
* Update installation guide for 8.118-11-guidesRuben Davila2016-08-011-2/+2
|
* Update gitlab-workhorse version to 0.7.8 in installation and update guidesRémy Coutable2016-07-211-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update installation & update guides for 8.10Rémy Coutable2016-07-051-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add missing privileges to MySQL databaseAchilleas Pipinellis2016-07-051-1/+1
| | | | [ci skip]
* Mention gmakeJacob Vosmaer2016-06-271-0/+4
|
* Removed unneeded wordIan Lee2016-06-261-1/+1
|
* Added 8.9 install/update guidesYorick Peterse2016-06-071-3/+3
| | | | [ci skip]
* Add Edge to supported browsers list. [ci skip]Connor Shea2016-06-011-0/+1
|
* occuring -> occurringChris Spicer2016-05-291-1/+1
|
* Use gitlab-workhorse 0.7.4Jacob Vosmaer2016-05-271-1/+1
| | | | | This enables https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4278 .
* Update branch name from 8-7-stable to 8-8-stableFlorian Preinstorfer2016-05-241-1/+1
|
* Use gitlab-workhorse 0.7.3Jacob Vosmaer2016-05-231-1/+1
|
* Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-132-2/+2
| | | | [ci skip]
* Update 8.8 guidesValery Sizov2016-05-111-1/+1
|
* Add note to requirements doc on swap recommendation, and ensuring enough ↵available-memory-reqDJ Mountney2016-05-051-1/+8
| | | | available memory.
* Add clear instructions on installing the pg_trgm extensionAchilleas Pipinellis2016-05-031-7/+49
| | | | [ci skip]
* Changes support from IE 10+ to IE 11+ie-browser-updateJacob Schatz2016-04-251-1/+1
|
* Merge branch 'docs/notice-about-gitlab-runner' into 'master' Grzegorz Bizon2016-04-191-0/+20
|\ | | | | | | | | | | | | | | Add notice about GitLab Runner to requirements docs This is related to #14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on. See merge request !3518
| * Add link to Runner security docAchilleas Pipinellis2016-04-111-4/+14
| | | | | | | | [ci skip]
| * Add notice about GitLab Runner to requirements docsGrzegorz Bizon2016-04-041-0/+10
| | | | | | | | | | This is related to !14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on.
* | Updated trusted proxies doc section to link to the restart GitLab docsconfigure_trusted_proxiesDJ Mountney2016-04-121-1/+2
| |
* | Add changelog entries, install docs, and gitlab.yml.example entry for the ↵DJ Mountney2016-04-121-0/+9
| | | | | | | | trusted_proxies setting
* | Go back to gitlab-workhorse 0.7.1Jacob Vosmaer2016-04-111-1/+1
| | | | | | | | | | We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will work fine with gitlab-workhorse 0.7.1 too.
* | Merge branch 'gitlab-workhorse-0.7.2' into 'master' Yorick Peterse2016-04-081-1/+1
|\ \ | | | | | | | | | | | | Use gitlab-workhorse 0.7.2 See merge request !3570
| * | Use gitlab-workhorse 0.7.2Jacob Vosmaer2016-04-061-1/+1
| |/
* | Disable git gc --autoJacob Vosmaer2016-04-061-1/+5
|/
* Added 8.7 install/update guidesYorick Peterse2016-04-041-2/+2
| | | | [ci skip]
* Gitlab-workhorse tags have "v" nowworkhorse-0.7.1Jacob Vosmaer2016-03-211-1/+1
|