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-11-01Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing
2016-07-19Added Rake task for tracking deploymentsYorick Peterse
This simply inserts the current GitLab version in the "deployments" measurement. Fixes gitlab-com/infrastructure#98
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-15Remove satellitesDmitriy Zaporozhets
2015-06-19Update maintenance documentation to explain no need to recompile asssets for ↵Stan Hu
omnibus installations
2015-06-03Remove gitlab:env:check task.Marin Jankovski
2015-02-04Merge branch 'doc_cookbook_uses_omnibus' into 'master'Marin Jankovski
Drop comments on cookbook installing from source now that it uses Omnibus. gitlab-coockbook now uses Omnibus packages so raketasks are invoked via gitlab-rake See merge request !318
2015-01-28Add assets precompile and redis clear cache to maintenance tasks.Achilleas Pipinellis
2015-01-28Drop comments on cookbook installing from source now that it uses Omnibus.Achilleas Pipinellis
2014-11-20add correct path to rebuild-keys docJob van der Voort
2014-11-20add rebuilding of authorized_keys to docsJob van der Voort
2014-09-02update repo recreation detailsBen Bodenmiller
2014-08-07Fix spelling errors in doc, closes #7437Robert Schilling
Further changes
2014-07-07Add sanitize option to documentation.Marin Jankovski
2014-06-23Spell out rake tasks for omnibus-gitlabJacob Vosmaer
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-05-29Ruby 2.0+ is a requirement.Marin Jankovski
2014-05-27Add titles to doc pages.Marin Jankovski
2014-05-16Update the examples to example.comMarin Jankovski
2014-04-30Make import docs more prominent.dosire
2013-09-07Fixed Import Bare Repositories instructions to match rake task.C. Walker
2013-05-25Include groups in import with import repos rake taskJames E. Flemer
Expand the import glob to include `**/*.git` to find projects in groups as well as top level projects. Check for existing group, and create group if needed. Set namespace_id for imported projects.
2013-05-19changed Gitlab to GitLabBen Bodenmiller
2013-04-15Added check_redis_version. Fixes #3449axilleas
Checking the redis version will warn users that are using an old version to update. Included reference to the troubleshooting guide.
2013-03-22Update ruby to latest version.Sytse Sijbrandij
2013-02-25Remove gitolite mention from docsDmitriy Zaporozhets
2013-02-01Merge pull request #2440 from klamontagne/masterRiyad Preukschas
Don't setuid the repositories on installation
2013-01-18Remove the setup task from the maintenance docsRiyad Preukschas
2013-01-06Add RAILS_ENV to rake docsDmitriy Zaporozhets
2012-12-31Don't setuid the repositories (Rake checks)Kevin Lamontagne
2012-12-21Add gitlab:satellites:create as an alias for gitlab:enable_automergeRiyad Preukschas
2012-12-13Update gitlab:check task docsRiyad Preukschas
2012-12-07Improve gitlab:env:info taskRiyad Preukschas
Renamed from gitlab:app:info Add several extra info points
2012-12-06add rake task to gather system informationJohannes Schleifenbaum
2012-12-03add help page for gitlab specific rake tasksJohannes Schleifenbaum