Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-27Fix alignmentRobert Speicher
[ci skip]
2015-11-27Fix indentation in NGINX configJacob Vosmaer
2015-11-27Repeat "client_max_body_size 0" everywhereJacob Vosmaer
It turns out that if we do not the declaration from "location /" wins.
2015-11-19Merge branch 'client-max-body-size' into 'master' Robert Speicher
Do not limit workhorse POST/PUT size in NGINX Limiting, if any, should happen in gitlab-workhorse. See merge request !1831
2015-11-19Do not limit workhorse POST/PUT size in NGINXJacob Vosmaer
Limiting, if any, should happen in gitlab-workhorse.
2015-11-18Deploy page should be shown for all pages not just rootDrew Blessing
2015-11-16Add support for git lfs.Marin Jankovski
2015-11-10Fix nginx config to use @gitlab-workhorseKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
2015-10-29Switch to gitlab-workhorseJacob Vosmaer
2015-10-14Fix NGINX API download regexJacob Vosmaer
Users are allowed to supply namespace%2Fproject instead of a numeric ID
2015-10-08Let gitlab-git-http-server handle archive downloadsJacob Vosmaer
This change relies on changes in gitlab_git and gitlab-git-http-server.
2015-09-22Add missing rake and change nginx config for CI migrationKamil Trzcinski
2015-09-16Add missing proxy requests to migration docsKamil Trzcinski
2015-09-16Added migration docs and updated installation documentationKamil Trzcinski
2015-09-07The good stuff needs NGINX 1.7.11Jacob Vosmaer
2015-09-07Do not let NGINX buffer Git HTTP requestsJacob Vosmaer
Before this change NGINX would convert a chunked HTTP POST (e.g. git push) into a HTTP 1.0 single large POST. This creates an unnecessary delay, and it creates unnecessary memory pressure on gitlab-git-http-server. For the response ('proxy_buffering') I am less sure that NGINX 's buffering behavior is harmful, but it still makes more sense to me not to interfere with gitlab-git-http-server (and the Golang net/http server).
2015-08-31Be more defensive when running 'kill'Jacob Vosmaer
2015-08-31Replace grack with gitlab-git-http-serverJacob Vosmaer
2015-08-25Fix init script for Reply by emailDouwe Maan
2015-08-20Fix init.d script.Douwe Maan
2015-08-20Fix lib/support/init.d/gitlab.Douwe Maan
2015-08-19Update init scripts.Douwe Maan
2015-07-28Experimental support for gitlab-git-http-serverJacob Vosmaer
https://gitlab.com/gitlab-org/gitlab-git-http-server This change introduces the GITLAB_GRACK_AUTH_ONLY environment variable. When set, Grack requests to GitLab will only respond with the user's GL_ID (if the request is OK) or an error. This allows gitlab-git-http-server to use the main GitLab application as an authentication and authorization backend. If we like how this works we should drop the GITLAB_GRACK_AUTH_ONLY variable at some point in the future.
2015-07-20Merge pull request #9400 from tuxillo/patch-1Jacob Vosmaer
Use whoami instead of $USER
2015-06-22Merge branch 'nginx_defaulthost_documentation' into 'master'Dmitriy Zaporozhets
Close #178 Nginx conf default_host documentation This closes #178 We're just making it clear that some nginx installs such as by default on recent Ubuntu's, the /etc/nginx/sites-enabled/default file will conflict the listen line of the gitlab nginx conf's due to the default_server directive. changed installation.md to identify the issue to a user added notes to both nginx configs for gitlab and gitlab-ssl [ci-skip See merge request !225
2015-06-19Use whoami instead of $USERAntonio Huete Jimenez
- Use whoami instead of relying on the existence of $USER enviroment variable which is not always present
2015-06-15Update SSL ciphers per logjam vulnerability recommendations.Marin Jankovski
2015-06-11Add a note that changing example configuration files requires changing ↵Marin Jankovski
omnibus-gitlab.
2015-06-02Merge pull request #8730 from drunkard/masterMarin Jankovski
Specify shell while run me as git user
2015-05-04Improve comments for shell_pathDrunkard Zhang
2015-03-14Fix typoVasilij Schneidermann
2015-03-03Revert "Merge branch 'go-get-workaround-nginx' of ↵Douwe Maan
https://github.com/mattes/gitlabhq into mattes-go-get-workaround-nginx" This reverts commit 51349ca3c83c56e072f87253d375316f7164b49a, reversing changes made to b180476bd69bdf99b1727b041116fa8447c0201f.
2015-02-21Merge branch 'go-get-workaround-nginx' of https://github.com/mattes/gitlabhq ↵Marin Jankovski
into mattes-go-get-workaround-nginx Conflicts: lib/support/nginx/gitlab lib/support/nginx/gitlab-ssl
2015-02-21Restore nginx config a little more.Douwe Maan
2015-02-21Make changes to nginx config less likely to break something.Douwe Maan
2015-02-20Modify nginx config to let /uploads go through to unicorn.Douwe Maan
2015-02-04Specify shell while run me as git userDrunkard Zhang
Some users disabled "git" user's shell after finished installation, this will lead to "This account is currently not available" and could not run /etc/init.d/gitlab, this dirty trick fix it. Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
2015-01-01remove optional html tagsmattes
2015-01-01allow for private repositoriesmattes
2014-12-03fixed typoLuke Ashe-Browne
2014-12-03adding notes to gitlab nginx confLuke Ashe-Browne
We want to make users aware that the nginx default config will conflict with the gitlab default_server conf file.
2014-11-26Socket [::]:123 on Linux listens on IPv4 and IPv6sbeh
This will ensure nginx starts up without the following errors messages: nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] bind() to [::]:443 failed (98: Address already in use) nginx: [emerg] still could not bind() Googling for them leads you to this site: https://chrisjean.com/2014/02/10/fix-nginx-emerg-bind-to-80-failed-98-address-already-in-use/
2014-11-10Merge pull request #8273 from bbodenmiller/nginx-updatesMarin Jankovski
Nginx updates
2014-11-09minor updates & formatting changesBen Bodenmiller
minor updates @ formatting changes to match other versions of file. Unify formatting of https://github.com/gitlabhq/gitlabhq/blob/master/lib/support/nginx/gitlab, https://github.com/gitlabhq/gitlabhq/blob/master/lib/support/nginx/gitlab-ssl, & https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/nginx-gitlab-http.conf.erb
2014-11-03Don't enable IPv4 *only* on nginx.Hugo Osvaldo Barrera
The current configuration sample files only enable IPv4 by default, making the server inaccesible for many remote hosts (and an increasing amount every day). Enable IPv4 and IPv6 by default. Older servers with no external IPv6 connectivity will not fail since they'll have a local-link IPv6 address to bind to anyway.
2014-10-22Merge pull request #8054 from bbodenmiller/patch-4Dmitriy Zaporozhets
match latest config from https://cipherli.st/
2014-10-17simplify DHE parameter generationBen Bodenmiller
2014-10-16match latest config from https://cipherli.st/Ben Bodenmiller
2014-10-10Add a comment on why we are using backward compatible ciphers.Marin Jankovski