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
2016-03-01Merge branch 'rel-url-fix' into 'master'Douwe Maan
Fix relative URL See https://github.com/gitlabhq/gitlabhq/issues/10053 1. Same configuration way for relative URL like with Omnibus 2. Loading the relative configuration from Rakefile as Rails do not load initializers for `asset:precompile` First point has another positive side effect: no collisions (due to git controlled `application.rb`) any more during the upgrades of source based installations and relative url configuration - [x] tests on the source based installation - [x] tests on the centos&ubuntu omnibus packages Fixes: gitlab-org/gitlab-ce#13730, gitlab-org/gitlab-ce#13727, gitlab-org/omnibus-gitlab#1143 and https://github.com/gitlabhq/gitlabhq/issues/10053 See merge request !2979
2016-02-23Merge branch 'uploads-700' into 'master'Marin Jankovski
Restrict permissions on public/uploads Based on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/631 See merge request !2764
2016-02-19Merge branch 'gitlab-ce-fix/revert-ruby-2.2' into 'master' Robert Speicher
revert back to ruby 2.1 - - - Revert Ruby 2.2 changes - until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/13514 This also updates Ruby 2.1.7 to 2.1.8 See merge request !2898
2016-02-16Fix Redis installation guideAchilleas Pipinellis
[ci skip]
2016-02-12Use gitlab-workhorse 0.6.4Jacob Vosmaer
2016-02-10Merge branch 'doc_relative_url' into 'master' Achilleas Pipinellis
Add documentation on relative URL support closes #12773 See merge request !2770
2016-02-10Fix typos and grammarAchilleas Pipinellis
[ci skip]
2016-02-10Merge branch 'update-install-documentation-8.5' into 'master' Yorick Peterse
Updated install/update guides for 8.5 See merge request !2766
2016-02-10Updated install/update guides for 8.5Yorick Peterse
[ci skip]
2016-02-09Add note on using a custom init scriptAchilleas Pipinellis
[ci skip]
2016-02-09Add relative URL documentationAchilleas Pipinellis
2016-02-09Merge branch '3kami3/gitlab-ce-root_email' into 'master' Douwe Maan
Add an option to supply root email through an environmental variable. _Originally opened at !2499 by @3kami3._ --- Add an option to supply root email through an environmental variable. See merge request !2751
2016-02-09Fix grammar in installation requirements.Paul Johnson
Fixes #13274
2016-02-08Add an option to supply root email through an environmental variable.3kami3
2016-02-05Make sure the public/uploads/ directory is createdAchilleas Pipinellis
[ci skip]
2016-02-05Fix wrong Ruby SHA and replace with sha256sumAchilleas Pipinellis
[ci skip]
2016-02-02Use gitlab-workhorse 0.6.3 in installation guideJacob Vosmaer
2016-01-28Update gitlab-workhorse versions in documentationRobert Speicher
[ci skip]
2016-01-27updated docs to reflect min requirement of 2.1 [ci skip]James Lopez
2016-01-25updated docs to reflect version update [ci skip]James Lopez
2016-01-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez
# Conflicts: # .gitlab-ci.yml
2016-01-21update Ruby version to 2.2.4 (latest previous stable) and update docsJames Lopez
2016-01-21Mention required Ruby versionAchilleas Pipinellis
[ci skip]
2016-01-19Update MySQL docsRobert Speicher
[ci skip]
2016-01-18Add information about PostgreSQL<>MySQL 'text' type differences into to ↵Tomasz Maczukin
installation docs
2016-01-14Update to Go 1.5.3Stan Hu
2016-01-13Prepare Installation and Update docs for 8.4 RC1Robert Speicher
[ci skip]
2016-01-12Use gitlab-workhorse 0.5.4Jacob Vosmaer
Fixes routing errors for /api/v3/projects/
2016-01-11Use gitlab-workhorse 0.5.3Jacob Vosmaer
2016-01-11Remove outdated gitlab-git-http-server reference from Install docRobert Speicher
[ci skip]
2015-12-17Use gitlab-workhorse 0.5.1Jacob Vosmaer
2015-12-15Update workhorse version in doc/install/installation.mdRobert Speicher
2015-12-14Prepare Installation doc for 8.3.0-rc1Robert Speicher
[ci skip]
2015-12-12Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu
Closes #3649 [ci skip]
2015-12-01Auto-detect the required gitlab-shell versionJacob Vosmaer
2015-11-30Install gitlab-shell 2.6.8Jacob Vosmaer
2015-11-20Merge branch 'workhorse-version' into 'master' Jacob Vosmaer
Bump GitLab Workhorse version to 0.4.2 See merge request !1830
2015-11-19More GitLab spellings. No dedicated CI in omnibus [ci skip]Robert Schilling
2015-11-19Update gitlab-shell documentation [ci skip]Robert Schilling
2015-11-19Update gitlab-workhorse docs to 0.4.2Robert Schilling
2015-11-17Merge branch 'http-to-https' into 'master' Achilleas Pipinellis
Rewrite HTTP links to force TLS, where possible I got annoyed at the fact that the links on the profile page don't force the use of TLS, so I grepped through the entire source tree, tested all the links I found, and replaced them if possible. See merge request !1806
2015-11-17Rewrite HTTP links to force TLS, where possibleAlex Jordan
2015-11-13Update doc/install/installation.md for gitlab-workhorseRobert Speicher
[ci skip]
2015-11-13Update doc/install/installation.md for 8-2-stableRobert Speicher
[ci skip]
2015-11-10Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil 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-11-06Merge pull request #9807 from SkySymbol/fix_line_orderRobert Schilling
fix line order in installation docs
2015-11-04It makes more sense like thisVincent Lequertier
2015-11-04Update installation.mdmutec
2015-11-02Merge pull request #9794 from arnaud-zg/masterRobert Schilling
Go to gitlab installation folder before initialize database