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
path: root/lib/tasks
AgeCommit message (Expand)Author
2014-04-02Change the satellites directory permission in the install guide, add to rake ...Marin Jankovski
2014-04-01Include the Sidekiq version in gitlab:env:infoJacob Vosmaer
2014-03-28Add a rake task that drops all tablesJacob Vosmaer
2014-03-26Ldap check recognize ldap user filter.Marin Jankovski
2014-03-21Use the latest tag, 1.9.1 for gitlab-shell.Marin Jankovski
2014-03-20GitLab requires gitlab-shell v1.9.0Dmitriy Zaporozhets
2014-03-18Merge pull request #5993 from DarkHorseComics/bypass-commented-sqliteJacob Vosmaer
2014-03-18 Merge branch 'check_orphaned_users_groups' into 'master'Dmitriy Zaporozhets
2014-03-17Add more descriptive line for resolving sqlite error during checkJamey J. DeOrio
2014-03-17Drop UsersGroup orphans using `rails runner`Jacob Vosmaer
2014-03-15Improve developer seedsDmitriy Zaporozhets
2014-03-14Add check for orphaned UsersGroupsJacob Vosmaer
2014-03-14Batch key import requires gitlab-shell 1.8.5Jacob Vosmaer
2014-03-14Use batch_add_keys in `rake gitlab:shell:setup`Jacob Vosmaer
2014-03-14Clear rake task only if definedDmitriy Zaporozhets
2014-03-14Require gitlab-shell v1.8.4Dmitriy Zaporozhets
2014-03-14Fix project creation testDmitriy Zaporozhets
2014-03-14Override rake testDmitriy Zaporozhets
2014-03-14Override rake spec and rake spinach tasksDmitriy Zaporozhets
2014-03-13Use gitlab:setup inside gitlab:testDmitriy Zaporozhets
2014-03-13Add mysql limits to db during setupDmitriy Zaporozhets
2014-03-12Changed limits to a higher orderJeroen van Baarsen
2014-03-11Added rake task to add limits back in mysqlJeroen van Baarsen
2014-03-10 Merge branch 'catch_missing_command' into 'master'Dmitriy Zaporozhets
2014-03-10Catch missing commands in rake tasks with ''Jacob Vosmaer
2014-03-10Merge pull request #6492 from tsigo/gitlab-shell-custom-pathDmitriy Zaporozhets
2014-03-08Popen (at least on OSX) expects an Array, not a StringRobert Speicher
2014-03-08Respect custom gitlab_shell path in gitlab:gitlab_shell:check taskRobert Speicher
2014-03-03Invoke Kernel#system with separate argumentsJacob Vosmaer
2014-03-03Replace backticks with Gitlab::PopenJacob Vosmaer
2014-02-12Merge pull request #5520 from gabetax/rake_group_bulk_add_permissionsDmitriy Zaporozhets
2014-02-03remove remaining python referencesJohannes Schleifenbaum
2014-01-31Dont check for python any moreDmitriy Zaporozhets
2014-01-22Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets
2014-01-21Rephrase LDAP check script outputJacob Vosmaer
2014-01-20Better wording of the import instructions.dosire
2014-01-19Remove deprecated findersskv
2014-01-17 Merge branch 'explain_ldap_check' into 'master'Dmitriy Zaporozhets
2014-01-16Replace context with service in libDmitriy Zaporozhets
2014-01-16Explain that `limit` only applies to the checkJacob Vosmaer
2013-12-04Merge branch 'ldap_check' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-12-03Limit the number of results in gitlab:ldap:checkJacob Vosmaer
2013-11-28Give more information in rake gitlab:ldap:checkJacob Vosmaer
2013-11-28Add LDAP check to rake gitlab:checkJacob Vosmaer
2013-11-27Disable rake color output unless connected to TTYJacob Vosmaer
2013-11-20Add more info to admin dashboardDmitriy Zaporozhets
2013-11-20Recommend gitlab-shell 1.7.9 in docs and check taskDmitriy Zaporozhets
2013-11-14Use gitlab-shell 1.7.8Jacob Vosmaer
2013-11-06Require gitlab-shell 1.7.6Dmitriy Zaporozhets
2013-11-03add rake gitlab:import: all_users_to_all_groups and user_to_groupsGabe Martin-Dempesy