summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* do not use --force command argument for yarnMike Greiling2017-02-161-1/+1
* simplify eslint rake taskMike Greiling2017-02-151-2/+2
* ensure rake tasks produce helpful error messages for node dependency issuesMike Greiling2017-02-154-21/+57
* replace npm run calls with yarnMike Greiling2017-02-132-2/+2
* CI runs lint on shell scripts in lib/supportjej-lint-scripts-and-configJames Edwards-Jones2017-02-071-0/+25
* Fixed backup.rake colorize method following Pages -> CEjej-fix-backup-rake-colorConnor Shea2017-02-071-6/+6
* added missed commit in rebaseJames Lopez2017-02-071-3/+1
* update Grape routes to work with current version of GrapeJames Lopez2017-02-071-1/+7
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-065-27/+28
|\
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-033-4/+4
| |\
| * | update rake tasksMike Greiling2017-01-281-0/+1
| * | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-281-0/+47
| |\ \
| * \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-1/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-171-5/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-132-5/+5
| |\ \ \ \ \
| * | | | | | remove remaining vestiges of teaspoon test runnerMike Greiling2017-01-104-27/+27
| * | | | | | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-102-2/+2
* | | | | | | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-033-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-033-3/+3
| |\ \ \ \ \ \
| | * | | | | | replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-033-3/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Fix wrong call to ProjectCacheWorker.perform27516-fix-wrong-call-to-project_cache_worker-methodRémy Coutable2017-01-311-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Add GitLab PagesKamil Trzcinski2017-01-311-0/+21
|/ / / / /
* | | | | namespace assets rake tasks to gitlab:assets:*Mike Greiling2017-01-272-29/+47
* | | | | correct gzip files if they exist as wellMike Greiling2017-01-271-0/+19
* | | | | automatically correct CSS urls on assets:precompileMike Greiling2017-01-271-0/+10
|/ / / /
* | | | Merge branch 'mrchrisw/rake-redis' into 'master' Stan Hu2017-01-251-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add redis version to info rake taskmrchrisw/rake-redisChris Wilson2017-01-241-1/+4
* | | | Remove rerun since it's not used anymore19633-remove-rerunRémy Coutable2017-01-161-5/+0
| |_|/ |/| |
* | | Merge branch 'use-configured-git' into 'master' Douwe Maan2017-01-121-4/+4
|\ \ \
| * | | Use configured git rather than system gituse-configured-gitRobert Schilling2017-01-051-4/+4
| | |/ | |/|
* | | Do not remove "autodeploy" directory when fetching CI templatesdo-not-remove-autodeploy-directory-when-fetching-ci-templatesAdam Niedzielski2017-01-101-1/+1
|/ /
* | Add more storage statisticsMarkus Koller2016-12-211-2/+1
* | Remove rake task update_commit_countMarkus Koller2016-12-211-20/+0
|/
* Add LDAP task to rename a providerDrew Blessing2016-12-161-0/+40
* Add AddLowerPathIndexToRoutes to setup_postgresql.rakeDmitriy Zaporozhets2016-12-131-0/+4
* Don't allow to specify a repo or version when installing Workhorseremove-gitlab-workhorse-version-option-from-install-taskRémy Coutable2016-12-011-2/+2
* Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-304-192/+199
* Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable2016-11-302-10/+28
* New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-303-37/+63
* Merge branch 'zj-rake-task-remove-faulty-deployment-refs' into 'master' Kamil Trzciński2016-11-191-0/+23
|\
| * Fix faulty deployment refszj-rake-task-remove-faulty-deployment-refsZ.J. van de Weg2016-11-181-0/+23
* | Use the public CE repo URL instead of the one used in the runneruse-public-repo-url-in-ee_compat_check-taskRémy Coutable2016-11-171-4/+1
* | Improve EeCompatCheck, cache EE repo and keep artifacts for the ee_compat_che...23945-improve-ee_compat_check-task-part-3Rémy Coutable2016-11-101-11/+15
* | Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing2016-11-081-9/+30
|/
* Remove unused `gitlab:generate_docs` Rake taskrs-remove-sdocRobert Speicher2016-11-031-7/+0
* Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-3/+12
* Ignore teaspoon tasks in production environmentwinniehell2016-10-291-18/+20
* Replace static issue fixtures by script (!6059)winniehell2016-10-281-0/+23
* add Rake tasks eslint and lint:javascriptwinniehell2016-10-262-0/+16
* Merge branch '23372-fix-ce-to-ee-merge-check-task' into 'master' Robert Speicher2016-10-253-101/+16
|\