Commit Graph

530 Commits

Author SHA1 Message Date
Achilleas Pipinellis
7bc79e7bc7 Fix mailers queue in sidekiq service. Closes #39 2015-12-24 02:55:18 +02:00
Achilleas Pipinellis
e34be68555 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-recipes 2015-12-05 21:25:59 +02:00
Achilleas Pipinellis
062681bfdf Merge pull request #275 from bjorn-oivind/feature-systemd_gitlab_workhorse
systemd: add unit for gitlab-workhorse.
2015-12-05 20:24:50 +02:00
Bjørn Øivind Bjørnsen
d0ae298d1d systemd: add unit for gitlab-workhorse.
Please note that this deprecates the gitlab-git-http-server used for
8.0-8.1. Gitlab Workhorse is used from 8.2 and hopefully onwards.
2015-12-04 17:03:34 +01:00
Achilleas Pipinellis
ff1cdc20f0 Fix Nginx upload limit
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1919
2015-12-02 22:57:03 +02:00
Dmitry Chepurovskiy
b2ffda6c19 Changed user to standard git 2015-11-29 18:36:56 +00:00
Chepurovskiy Dmitry
574edc096e Renamed init script to previous name 2015-11-29 21:33:19 +03:00
Chepurovskiy Dmitry
6831c78923 Updated FreeBSD Init script(added gitlab-workhorse support) 2015-11-29 20:36:00 +03:00
p-schneider
f03b1e950b unify Apache config files, fix missing RewriteCond lines for gitlab-workhorse in non-omnibus configs
(8 conf files with almost the same content easily run out of sync)
2015-11-26 01:55:14 +01:00
Jerome TAMARELLE
e44ea041dd Prevent double encoding of archive URL (Apache config)
When getting an archive from the API, the ID can be NAMESPACE/PROJECT_NAME
http://gitlab.mycompany.com/api/v3/projects/foo%2Fbar/repository/archive.zip?sha=87a5db5ea887763fa3a31a5471b512ff1596d9b8

The Apache option "NE" avoids double encoding of the %2F
2015-11-24 18:03:09 +01:00
Achilleas Pipinellis
a18748acd3 Remove max_client_size from CI locations 2015-11-23 19:26:56 +02:00
Achilleas Pipinellis
420c144366 Add artifacts to apache 2015-11-23 19:26:44 +02:00
Achilleas Pipinellis
b4eaf4379c Add missing rewrite blocks for artifacts and lfs 2015-11-23 19:11:46 +02:00
Achilleas Pipinellis
cbea539512 Use gitlab-workhorse 2015-11-16 16:29:10 +02:00
Achilleas Pipinellis
078878c32f Rename configs to be consistent 2015-11-16 16:26:16 +02:00
Achilleas Pipinellis
6fe4a0c6d6 Change tested version to 8.2 2015-11-15 22:53:09 +02:00
Achilleas Pipinellis
bfa6fb3a95 Fix typos and wrong listen_addr for gitlab-workhorse 2015-11-15 22:42:08 +02:00
Achilleas Pipinellis
2a11c67460 Add missing omnibus configs for Apache and update instructions 2015-11-15 12:56:42 +02:00
Achilleas Pipinellis
d3eae4c01c Add example configs for Omnibus packages with right locations 2015-11-14 10:45:22 +02:00
Achilleas Pipinellis
046f301011 Merge pull request #273 from gitlabhq/apache-revamp
Revamp apache config files and README
2015-10-28 18:24:30 +02:00
Achilleas Pipinellis
9fdac5556f Revamp apache config files and README 2015-10-28 18:17:05 +02:00
Achilleas Pipinellis
302c41b0f1 Merge branch 'acataluddi/gitlab-recipes-master' 2015-10-28 17:21:05 +02:00
Achilleas Pipinellis
1d70fd7c57 Fix regex 2015-10-28 17:20:42 +02:00
Adriano Cataluddi
883c426a4d Merge branch 'master' of https://gitlab.com/acataluddi/gitlab-recipes
Conflicts:
	web-server/apache/gitlab-8.0-apache2.2.conf
	web-server/apache/gitlab-8.0-ssl-apache2.2.conf
2015-10-26 22:36:51 +01:00
Adriano Cataluddi
e879c8244e Updated configuration for Gitlab 8.x and Apache Httpd 2.2.x. after rebase and integration of b8290a5c24 commit. 2015-10-26 22:34:47 +01:00
Adriano Cataluddi
12fba4387f Added configuration for Gitlab 8.x and Apache Httpd 2.2.x. 2015-10-26 22:18:02 +01:00
Achilleas Pipinellis
9626e90417 Merge branch 'master' of github.com:gitlabhq/gitlab-recipes 2015-10-26 16:00:33 +02:00
Achilleas Pipinellis
05ca7dbd53 Merge pull request #272 from netantho/patch-1
Fix mailroom wget command in systemd README
2015-10-26 15:59:28 +02:00
Daniel Widerin
b8290a5c24 Fix rewrites for gitlab-git-http-server
Aligned them to nginx config in gitlab-ce to make downloads work.
2015-10-24 22:06:02 +02:00
Anthony VEREZ
d815f642cb Fix mailroom wget command in systemd README 2015-10-24 03:53:28 +02:00
Adriano Cataluddi
bc55dcc7b9 Added configuration for Gitlab 8.x and Apache Httpd 2.2.x. 2015-10-19 12:24:37 +02:00
Achilleas Pipinellis
93e8ea63d4 Merge pull request #271 from waxzce/master
Add mailroom service
2015-10-16 09:51:43 +03:00
Achilleas Pipinellis
c70f143efe Merge pull request #270 from waxzce/patch-1
add incomming email queue
2015-10-15 18:30:32 +03:00
Quentin ADAM
564758c70e add incomming email queue 2015-10-15 13:14:33 +02:00
Quentin ADAM
ee40c952ed update readme 2015-10-14 22:47:18 +00:00
Quentin ADAM
5da350f856 add mailroom service 2015-10-14 22:46:20 +00:00
Achilleas Pipinellis
8cee293637 Merge branch 'master' of github.com:gitlabhq/gitlab-recipes 2015-10-12 12:39:02 +03:00
Achilleas Pipinellis
b32e04a4df Merge pull request #269 from vasiliy-t/master
Issue #268 Updated Apache config for not to encode %2F double
2015-10-12 12:34:40 +03:00
Vasiliy Tyubek
77d30b9a73 Issue #268 Updated Apache config for not to encode %2F double 2015-10-12 11:49:45 +03:00
Achilleas Pipinellis
d73ec56664 Merge branch 'cjsewell/gitlab-recipes-master' 2015-09-30 23:14:44 +03:00
Achilleas Pipinellis
8c71c21c62 Merge pull request #259 from Lechindianer/master
Added missing dependency
2015-09-30 11:37:33 +03:00
Achilleas Pipinellis
d49f822239 Merge pull request #263 from kgaut/patch-2
add nodejs as required package
2015-09-30 11:36:37 +03:00
Achilleas Pipinellis
9b3d3e1e6c Merge pull request #266 from bjorn-oivind/feature-git_http_systemd_unit
systemd: create new unit for gitlab-git-http-server.
2015-09-30 11:34:05 +03:00
Bjørn Øivind Bjørnsen
9deee01ccb systemd: create new unit for gitlab-git-http-server.
This service is required for HTTP(S) push and pull operations from 8.0
and presumably onwards.
2015-09-29 17:39:23 +02:00
Corey Sewell
b4987445bb Add notes on how to allow gitlab-git-http-server to listen on port 8181 2015-09-26 21:31:21 +12:00
Corey Sewell
12f752241a Always route uploads through Unicorn
Replace gitlab-git-http-server regex with that used for Nginx. Fixes #30
2015-09-25 14:56:22 +12:00
Corey Sewell
9cff0f5cd9 Typo fixes and notes update 2015-09-23 19:54:30 +12:00
Corey Sewell
c933b51053 Add example for GitLab 8.0 with Apache 2.4 2015-09-23 09:28:56 +12:00
Achilleas Pipinellis
0cfe5c98bd Merge branch 'master' into 'master'
Updates sidekiq service file for systemd

Lack of `-q archive_repo` causes redirect loop.

https://gitlab.com/gitlab-org/gitlab-ce/issues/1565#note_1335538

See merge request !33
2015-08-18 18:39:02 +00:00
Touka Tachibana
cb39ca2c1f Adds '-q archive_repo' to sidekiq in a systemd service.
https://gitlab.com/gitlab-org/gitlab-ce/issues/1565#note_1335538
2015-08-19 01:52:10 +09:00