summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/info.rake
Commit message (Collapse)AuthorAgeFilesLines
* Backport EE changes to gitlab:env:inforemaining-lib-differencesYorick Peterse2019-04-021-0/+27
| | | | | | | This backports EE specific changes for the Rake task `gitlab:env:info`, wrapping them in a conditional. There is no way to inject code in the middle of a Rake task in EE, so unfortunately this is the best we can do.
* Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre2019-03-211-4/+2
|
* Prepare test suite for switch to Gitaly-embedded Git hooksJacob Vosmaer2019-02-271-2/+2
|
* Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabledLin Jen-Shin2018-07-201-2/+2
| | | | | We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-2/+4
|
* Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
| | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
|
* Eliminate the warnings from task helpersLin Jen-Shin2018-01-261-1/+1
|
* Implement review comments for !11963 from @adamniedzielski.Timothy Andrew2017-07-061-2/+1
| | | | | | | - Change double quotes to single quotes. - Why is `OmniAuth.config.full_host` being reassigned in the integration test? - Use `map` over `map!` to avoid `dup` in the `gitlab:info` rake task - Other minor changes
* Don't allow the `gitlab:env:info` rake task to mutate the list of omniauth ↵Timothy Andrew2017-07-061-1/+1
| | | | | | | | | providers. - The test for `rake gitlab:env:info` executed the rake task, which mutated the list of omniauth providers, breaking subsequent tests relying on this list. - I've changed the rake task to duplicate the providers list before modifying it.
* Print Go version in rake gitlab:env:infofeature/print-go-version-in-env-infoAhmad Sherif2017-05-101-0/+3
|
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-2/+2
|\ | | | | | | | | Update storage settings to allow extra values per shard See merge request !9597
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-2/+2
| | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
* | Add git version to gitlab:env:infoSemyon Pupkov2017-02-281-0/+3
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/25376
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-12/+7
|
* Add redis version to info rake taskmrchrisw/rake-redisChris Wilson2017-01-241-1/+4
|
* Rename `run` task helper method to prevent conflict with StateMachineRobert Speicher2016-08-091-2/+2
| | | | | | | | | This prevents the following message from appearing whenever running a Rake task: Instance method "run" is already defined in Object, use generic helper instead or set StateMachines::Machine.ignore_method_conflicts = true.
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+4
|
* Replace colorize gem with rainbow.Connor Shea2016-06-031-13/+13
| | | | | | | | | | | | | Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize. The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance. The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product. An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded. Rainbow library: https://github.com/sickill/rainbow Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
* Fix gitlab:env:info rake task.fix-rake-infoDouwe Maan2015-08-171-2/+1
|
* Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets2015-06-231-1/+1
|
* Include the Sidekiq version in gitlab:env:infoJacob Vosmaer2014-04-011-0/+1
|
* Replace backticks with Gitlab::PopenJacob Vosmaer2014-03-031-6/+6
|
* Fix GitLab Shell version checkAustin Robertson2013-08-221-1/+1
|
* uppercase Gitlab version and revision constants. check api return gitlab ↵Dmitriy Zaporozhets2013-02-161-2/+2
| | | | version now
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-6/+6
|
* FIx gitlab:env:infoDmitriy Zaporozhets2013-02-111-4/+2
|
* Small fixesRiyad Preukschas2013-01-191-1/+1
|
* Move OS detection to task helpers and add detection of OS XRiyad Preukschas2013-01-121-14/+0
|
* Fix bug in OS detection in check taskRiyad Preukschas2013-01-071-1/+1
|
* Update info.rake to be able to run successfully on SuSE.Mitch Tishmack2013-01-071-0/+3
|
* Extract task helper methodsRiyad Preukschas2012-12-231-26/+0
|
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-11/+11
|
* Update and add checksRiyad Preukschas2012-12-131-1/+9
|
* Fix detecting Ruby version and Omniauth providers in gitlab:env:info taskRiyad Preukschas2012-12-101-2/+7
| | | | Fixes #2245
* Make gitlab:env:info task more robustRiyad Preukschas2012-12-071-21/+39
| | | | Closes #2213
* Improve gitlab:env:info taskRiyad Preukschas2012-12-061-20/+51
| | | | | Renamed from gitlab:app:info Add several extra info points
* Spelling fix to rake info taskJon Evans2012-12-061-1/+1
|
* add rake task to gather system informationJohannes Schleifenbaum2012-12-051-0/+48