552 Commits
Author SHA1 Message Date
Rémy Coutable 8c2894aeaf Update installation & update guides for 8.10
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-05 19:04:53 +02:00
Achilleas Pipinellis 57365b86db Add missing privileges to MySQL database
[ci skip]
2016-07-05 12:54:05 +03:00
Jacob Vosmaer 46d2015ea5 Mention gmake 2016-06-27 16:23:30 +02:00
Ian Lee fa60c18a2e Removed unneeded word 2016-06-26 00:16:39 +00:00
Yorick Peterse b5464726aa Added 8.9 install/update guides
[ci skip]
2016-06-07 15:20:40 +02:00
Connor Shea 22e7aab8fb Add Edge to supported browsers list. [ci skip] 2016-06-01 11:56:54 -06:00
Chris Spicer 03901e5429 occuring -> occurring 2016-05-29 22:32:09 -07:00
Jacob Vosmaer 1adaeb7d67 Use gitlab-workhorse 0.7.4
This enables
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4278 .
2016-05-27 13:06:02 +02:00
Florian Preinstorfer 07a3b09b76 Update branch name from 8-7-stable to 8-8-stable 2016-05-24 10:17:40 +00:00
Jacob Vosmaer 3fa32fa2d5 Use gitlab-workhorse 0.7.3 2016-05-23 16:36:00 +02:00
Achilleas Pipinellis 9eb4569ed9 Change all occurrences of doc.gitlab.com to docs.gitlab.com
[ci skip]
2016-05-13 16:26:56 -05:00
Valery Sizov 973cd0fec7 Update 8.8 guides 2016-05-11 18:08:17 +03:00
DJ Mountney d6f67dba01 Add note to requirements doc on swap recommendation, and ensuring enough available memory. 2016-05-05 13:46:58 -07:00
Achilleas Pipinellis 473e653e24 Add clear instructions on installing the pg_trgm extension
[ci skip]
2016-05-03 21:53:54 +03:00
Jacob Schatz 9eac51376f Changes support from IE 10+ to IE 11+ 2016-04-25 14:15:02 -04:00
Grzegorz Bizon fd13cd189f Merge branch 'docs/notice-about-gitlab-runner' into 'master'
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
2016-04-19 12:17:48 +00:00
DJ Mountney e18f20d711 Updated trusted proxies doc section to link to the restart GitLab docs 2016-04-12 11:02:41 -07:00
DJ Mountney bb372ac97f Add changelog entries, install docs, and gitlab.yml.example entry for the trusted_proxies setting 2016-04-12 10:42:59 -07:00
Jacob Vosmaer ca0b3ea1f1 Go back to gitlab-workhorse 0.7.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.
2016-04-11 17:03:27 +02:00
Achilleas Pipinellis 3122e5cc84 Add link to Runner security doc
[ci skip]
2016-04-11 12:35:26 +03:00
Yorick Peterse fb02c96747 Merge branch 'gitlab-workhorse-0.7.2' into 'master'
Use gitlab-workhorse 0.7.2

See merge request !3570
2016-04-08 15:14:05 +00:00
Jacob Vosmaer 2b91abbced Disable git gc --auto 2016-04-06 16:08:40 +02:00
Jacob Vosmaer 622b2023da Use gitlab-workhorse 0.7.2 2016-04-06 15:07:35 +02:00
Grzegorz Bizon 3cf512362e 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.
2016-04-04 15:39:08 +02:00
Yorick Peterse 6ddfd49669 Added 8.7 install/update guides
[ci skip]
2016-04-04 14:36:47 +02:00
Jacob Vosmaer 016c6da7c6 Gitlab-workhorse tags have "v" now 2016-03-21 13:13:34 +01:00
Jacob Vosmaer 3d750563d2 Use gitlab-workhorse 0.7.1 2016-03-21 13:09:23 +01:00
Douwe Maan 515dd63d65 Bump Git version requirement to 2.7.4 2016-03-17 22:21:10 +01:00
Jacob Vosmaer 96ac302127 Fix golang shasum invocation 2016-03-16 13:41:07 +01:00
Jacob Vosmaer 25600f530f Update Git source installation steps to 2.7.3 2016-03-16 13:40:27 +01:00
Achilleas Pipinellis a34021cd18 Merge branch 'doc-updates' into 'master'
Fix requirements.md link and improve PostgreSQL commands

 - Point requirements.md link to the correct location

 - Link to gitlab installation.md document instead of github

 - Use psql command switch to run specified SQL commands for creation of user and database permissions.
    -  Instead of requiring a comment like `# Do not type the 'template1=#', this is part of the prompt` it may be easier to just use the command switch with `psql` to execute the SQL commands.


*forgot [ci skip] :(*

See merge request !3176
2016-03-16 09:59:06 +00:00
Chris Wilson 24ea8d9df4 Use relative link for installation.md 2016-03-15 22:43:11 +00:00
Douwe Maan 7ae573c75a Bump Git version requirement to 2.7.3 2016-03-15 23:22:05 +01:00
Chris Wilson ae090b1c8a Revert to relative requirements.md link use gitlab.com link for installation guides. 2016-03-15 04:12:24 +00:00
Robert Speicher d213758a9a Merge branch 'rs-prepare-8-6' into 'master'
Prepare docs for 8.6 RC1

[ci skip]

See merge request !3173
2016-03-14 15:57:20 +00:00
Yorick PeterseandRobert Speicher 0ba20457fb Added pg_trgm to the PostgreSQL requirements 2016-03-11 15:25:24 -05:00
Chris Wilson 20c663e182 Fix requirements.md link and improve PostgreSQL commands
- Point requirements.md link to the correct location

 - Link to gitlab installation.md document instead of github

 - Use psql command switch to run specified SQL commands for creation of user and database permissions.
2016-03-11 05:40:17 +00:00
Robert Speicher 75ba7d5d4f Prepare docs for 8.6 RC1
[ci skip]
2016-03-10 20:32:08 -05:00
Robert Speicher 9568b4b4f7 Document changes to the initial admin password
[ci skip]
2016-03-07 21:00:53 -05:00
Artem Sidorenko 28ba8ed5f5 Use dedicated relative_url.rb initializer
in order to have it the same way like in omnibus
2016-02-29 21:17:48 +01:00
Marin Jankovski f317d5fcb9 Merge branch 'uploads-700' into 'master'
Restrict permissions on public/uploads

Based on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/631

See merge request !2764
2016-02-23 15:12:20 +00:00
Sytse Sijbrandij b31c68aa2a Make sure we recommend 2GB 2016-02-22 17:35:18 +00:00
James Lopez af0ba6605b revert back to ruby 2.1 - use 2.1.8 2016-02-19 17:19:57 +01:00
James Lopez 83829c0902 revert back to ruby 2.1 2016-02-19 15:59:46 +01:00
Jacob Vosmaer 3d9f8ab3b5 Use gitlab-workhorse 0.6.5 2016-02-17 14:20:49 +01:00
Achilleas Pipinellis 9ae4fa943e Fix Redis installation guide
[ci skip]
2016-02-16 21:32:22 +02:00
Jacob Vosmaer d3a6881358 Use gitlab-workhorse 0.6.4 2016-02-12 09:46:04 +01:00
Achilleas Pipinellis a1a6f3cc73 Simplify permissions creation
[ci skip]
2016-02-10 16:52:02 +02:00
Achilleas Pipinellis 10aa99a30c Merge branch 'doc_relative_url' into 'master'
Add documentation on relative URL support

closes #12773

See merge request !2770
2016-02-10 10:51:18 +00:00
Achilleas Pipinellis 464cea7d48 Fix typos and grammar
[ci skip]
2016-02-10 12:43:19 +02:00