Jacob Vosmaer
7ad0bfac23
Use gitlab-workhorse 0.8.0
2016-09-08 14:42:13 +02:00
Ruben Davila
dd0431c5f7
Some minor updates for upgrade guides for 8.12.
2016-09-01 12:33:37 -05:00
Jacob Vosmaer
90c0fdfc9d
More changes suggested by Robert
2016-08-31 17:12:37 +02:00
Jacob Vosmaer
74abc527ec
Create bitmaps during 'git gc'
2016-08-30 13:49:17 +02:00
Jacob Vosmaer
3ae4e1ebf7
Use gitlab-workhorse 0.7.11
...
Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend'
settings.
2016-08-24 15:50:24 +02:00
Jacob Vosmaer
2bd0ed4a5c
Fix typo in gitlab-workhorse header
2016-08-19 12:25:52 +02:00
Connor Shea
9f9e38fff5
Update currently supported Ruby version info.
2016-08-11 19:00:00 +02:00
Connor Shea
39103b1437
Update docs to reference Ruby 2.3.1
2016-08-11 19:00:00 +02:00
Achilleas Pipinellis
68097a3a5c
Merge branch 'api-examples-curl-long-options' into 'master'
...
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
2016-08-10 06:12:27 +00:00
winniehell
e0a858efcc
use long options for curl examples in API documentation ( !5703 )
2016-08-09 01:42:50 +02:00
Gabriel Mazetto
eacdb10120
Reverted resque.yml -> redis.yml renaming
2016-08-04 18:55:37 +02:00
Gabriel Mazetto
926cee002d
Deduplicated resque.yml loading from several places
...
We will trust redis configuration params loading to Gitlab::RedisConfig.
2016-08-04 18:55:37 +02:00
Ruben Davila
6cee51903d
Update installation guide for 8.11
2016-08-01 18:38:41 -05:00
Rémy Coutable
587d404ad8
Update gitlab-workhorse version to 0.7.8 in installation and update guides
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-21 09:50:53 +02:00
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
Jacob Vosmaer
46d2015ea5
Mention gmake
2016-06-27 16:23:30 +02:00
Yorick Peterse
b5464726aa
Added 8.9 install/update guides
...
[ci skip]
2016-06-07 15:20:40 +02: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
Achilleas Pipinellis
473e653e24
Add clear instructions on installing the pg_trgm extension
...
[ci skip]
2016-05-03 21:53:54 +03: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
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
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
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
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
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
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