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
2017-10-06Fix the ee_compat_check task for forksRémy Coutable
2017-10-05Merge branch 'zj-gitaly-namespace-service' into 'master'Douwe Maan
2017-10-05Gitaly namespace service enabled for GitLabZeger-Jan van de Weg
2017-10-05Ensure the `import:github` task doesn't schedule an import jobRémy Coutable
2017-10-05Don't mark the import as finished if it wasn't successful in the `import:gith...Rémy Coutable
2017-10-04Load only the currently needed JS locale fileTim Zallmann
2017-09-29Create repositories via GitalyJacob Vosmaer
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto
2017-09-14Enable ee_compat_check for forks, but not EELin Jen-Shin
2017-09-12Refactor on namespace and repository checks and added specsGabriel Mazetto
2017-09-12Detect orphaned repositories and namespaces in any storageGabriel Mazetto
2017-09-06Finish migration to the new events setupYorick Peterse
2017-09-06Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern
2017-09-05Do not require the simple_po_parser in the gettext rake task when in aDJ Mountney
2017-09-04Add a system check for the git user's custom SSH configurationNick Thomas
2017-09-04Only require `simple_po_parser` in rake task that needs itBob Van Landuyt
2017-09-04Refactored Incoming Email checks to use SystemCheck libraryGabriel Mazetto
2017-09-01Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan
2017-08-31Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-08-31Add a linter for PO filesBob Van Landuyt
2017-08-30Use `git update-ref --stdin -z` to delete refsLin Jen-Shin
2017-08-29replace `is_gitlab_user?` with `gitlab_user?`Maxim Rydkin
2017-08-23Migrate creation of nested groups into a serviceBob Van Landuyt
2017-08-23Improve bare repository importBob Van Landuyt
2017-08-22Prevent using gitlab import task when hashed storage is enabledGabriel Mazetto
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-15Add two more project templatesZ.J. van de Weg
2017-08-11Use existing BUNDLE_PATH for gitaly in local testsJacob Vosmaer
2017-08-09Merge branch '36003-do-not-include-to-kernel' into 'master'Robert Speicher
2017-08-08We shouldn't include utility methods everywhereLin Jen-Shin
2017-08-08Just extend main, rather than include to KernelLin Jen-Shin
2017-08-08Unset BUNDLE_GEMFILE when installing GitalyJacob Vosmaer
2017-08-08Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into 'mas...Rémy Coutable
2017-08-07Merge branch 'github' into 'master'Robert Speicher
2017-08-07Merge branch 'zj-project-templates' into 'master'Sean McGivern
2017-08-07Fix small typoe on GitHub import rake taskDouglas Barbosa Alexandre
2017-08-07Use a custom root endpoint if defined on GH ominiauth provider settingsDouglas Barbosa Alexandre
2017-08-07Use project.import_url to fetch repositories from GithubDouglas Barbosa Alexandre
2017-08-07Merge branch 'gitaly-386-shell-config' into 'master'Robert Speicher
2017-08-07Fix last feature test for project templatesZ.J. van de Weg
2017-08-07After merge cleanupZ.J. van de Weg
2017-08-07Merge branch 'master' into zj-project-templatesFilipa Lacerda
2017-08-07Add custom linter for inline JavaScript to haml_lint (!9742)winniehell
2017-08-04Print the setup steps and duration and fix an issue resulting in re-setuping ...Rémy Coutable
2017-08-04Unset the RUBYOPT env variable before installing gitaly-rubyRémy Coutable
2017-08-04Revert "Merge branch 'fix-gitaly-install' into 'master'"Rémy Coutable
2017-08-04Have raketask tell gitaly where to find shellKim "BKC" Carlbäcker
2017-08-02Ensure we run installation Rake tasks in a clean env in TestEnvRémy Coutable
2017-08-01Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern