summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Fix the ee_compat_check task for forksRémy Coutable2017-10-061-1/+4
* Merge branch 'zj-gitaly-namespace-service' into 'master'Douwe Maan2017-10-051-0/+7
|\
| * Gitaly namespace service enabled for GitLabZeger-Jan van de Weg2017-10-051-0/+7
* | Ensure the `import:github` task doesn't schedule an import jobRémy Coutable2017-10-051-4/+9
* | Don't mark the import as finished if it wasn't successful in the `import:gith...Rémy Coutable2017-10-051-4/+10
|/
* Load only the currently needed JS locale fileTim Zallmann2017-10-041-1/+1
* Create repositories via GitalyJacob Vosmaer2017-09-291-1/+1
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-0/+85
* Enable ee_compat_check for forks, but not EELin Jen-Shin2017-09-151-1/+4
* Refactor on namespace and repository checks and added specsGabriel Mazetto2017-09-121-1/+0
* Detect orphaned repositories and namespaces in any storageGabriel Mazetto2017-09-121-0/+30
* Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-0/+11
* Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern2017-09-061-117/+8
|\
| * Refactored Incoming Email checks to use SystemCheck librarysystem-checks-incoming-emailGabriel Mazetto2017-09-041-117/+8
* | Do not require the simple_po_parser in the gettext rake task when in aDJ Mountney2017-09-051-1/+2
* | Add a system check for the git user's custom SSH configurationNick Thomas2017-09-041-0/+1
* | Only require `simple_po_parser` in rake task that needs itbvl-only-require-po-parser-in-rakeBob Van Landuyt2017-09-041-0/+1
|/
* Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-011-0/+40
|\
| * Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-311-2/+2
| * Add a linter for PO filesBob Van Landuyt2017-08-311-0/+40
* | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-1/+1
|/
* Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-1/+1
* replace `is_gitlab_user?` with `gitlab_user?`Maxim Rydkin2017-08-291-2/+2
* Migrate creation of nested groups into a serviceBob Van Landuyt2017-08-231-17/+1
* Improve bare repository importBob Van Landuyt2017-08-231-63/+2
* Prevent using gitlab import task when hashed storage is enabledGabriel Mazetto2017-08-221-0/+6
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Add two more project templateszj-add-two-more-project-templatesZ.J. van de Weg2017-08-151-2/+7
* Use existing BUNDLE_PATH for gitaly in local testsgitaly-test-bundle-pathJacob Vosmaer2017-08-111-2/+6
* Merge branch '36003-do-not-include-to-kernel' into 'master'Robert Speicher2017-08-093-13/+3
|\
| * We shouldn't include utility methods everywhereLin Jen-Shin2017-08-081-0/+2
| * Just extend main, rather than include to KernelLin Jen-Shin2017-08-082-13/+1
* | Unset BUNDLE_GEMFILE when installing GitalyJacob Vosmaer2017-08-081-1/+1
|/
* Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into 'mas...Rémy Coutable2017-08-081-1/+1
|\
| * Print the setup steps and duration and fix an issue resulting in re-setuping ...35941-fix-testing-issue-following-gitaly-install-fixRémy Coutable2017-08-041-1/+1
| * Unset the RUBYOPT env variable before installing gitaly-rubyRémy Coutable2017-08-041-1/+1
| * Revert "Merge branch 'fix-gitaly-install' into 'master'"Rémy Coutable2017-08-041-1/+1
* | Merge branch 'github' into 'master'Robert Speicher2017-08-071-1/+2
|\ \
| * | Fix small typoe on GitHub import rake taskDouglas Barbosa Alexandre2017-08-071-1/+1
| * | Use a custom root endpoint if defined on GH ominiauth provider settingsDouglas Barbosa Alexandre2017-08-071-1/+1
| * | Use project.import_url to fetch repositories from GithubDouglas Barbosa Alexandre2017-08-071-0/+1
* | | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-071-0/+49
|\ \ \
| * | | Fix last feature test for project templatesZ.J. van de Weg2017-08-071-1/+2
| * | | After merge cleanupZ.J. van de Weg2017-08-071-3/+4
| * | | Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-076-6/+15
| |\ \ \ | | | |/ | | |/|
| * | | Create rake task to create project templatesZ.J. van de Weg2017-08-011-0/+47
* | | | Merge branch 'gitaly-386-shell-config' into 'master'Robert Speicher2017-08-071-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Have raketask tell gitaly where to find shellKim "BKC" Carlbäcker2017-08-041-0/+1
| | |/ | |/|
* | | Add custom linter for inline JavaScript to haml_lint (!9742)winniehell2017-08-071-0/+1
|/ /
* | Ensure we run installation Rake tasks in a clean env in TestEnvRémy Coutable2017-08-021-1/+1