summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan2018-03-012-4/+4
|\
| * Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-282-4/+4
* | Improve plugins documentation and remove unnecessary rake taskDmitriy Zaporozhets2018-02-281-5/+0
* | Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-281-4/+4
* | Add plugin queue to sidekiq config [ci skip]Dmitriy Zaporozhets2018-02-261-0/+5
* | Run plugins as separate process and pass data via STDINDmitriy Zaporozhets2018-02-261-24/+0
* | Redesign plugins systemDmitriy Zaporozhets2018-02-261-6/+6
* | Remove plugin initializer and add plugins:validate rake taskDmitriy Zaporozhets2018-02-261-0/+15
* | Add generator for pluginsDmitriy Zaporozhets2018-02-261-0/+25
|/
* Optimise searching for users using short queriesYorick Peterse2018-02-221-0/+2
* 36847 - update toml-rb to 1.0.0Ken2018-02-211-2/+2
* Run lint:all tasks in forks42050-combine-all-rake-based-lints-in-one-rake-process-in-ciRémy Coutable2018-02-141-11/+32
* Combine all rake tasks in the static-analysis jobRémy Coutable2018-02-141-0/+28
* Rename .scss files to use snake_case42908-rename-scss-files-to-use-snake-caseEric Eastwood2018-02-081-1/+1
* Fix flay not detecting identical codeZeger-Jan van de Weg2018-01-311-1/+1
* Merge branch '41972-make-sure-no-warnings' into 'master'Robert Speicher2018-01-2914-233/+64
|\
| * Eliminate the warnings for databaseLin Jen-Shin2018-01-261-11/+9
| * Eliminate the warnings from task helpersLin Jen-Shin2018-01-2611-221/+45
| * Convert parser warnings to stdout in haml_lintLin Jen-Shin2018-01-261-0/+9
| * Ignore flay warningsLin Jen-Shin2018-01-261-1/+1
* | Pass BUNDLE_PATH to install to the same path for test42290-pass-BUNDLE_PATHLin Jen-Shin2018-01-261-1/+5
|/
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-0/+2
* Merge branch 'patch-19' into 'master'Rémy Coutable2018-01-221-1/+1
|\
| * typo fixBen Bodenmiller2018-01-181-1/+1
* | Merge branch 'fix-redirect-routes-schema' into 'master'Yorick Peterse2018-01-191-0/+2
|\ \ | |/ |/|
| * Rework indexes on redirect_routes to be more effective and enforce a case ins...fix-redirect-routes-schemaGreg Stark2018-01-181-0/+2
* | Merge branch '1819-override-ce' into 'master'Rémy Coutable2018-01-152-0/+17
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into 1819-override-ceLin Jen-Shin2018-01-1212-95/+100
| |\ \ | | |/
| * | Use `Gitlab::Utils::Override` over defined?(super)Lin Jen-Shin2017-12-262-0/+17
* | | Merge branch '38540-ssh-env-file' into 'master'Douwe Maan2018-01-151-10/+0
|\ \ \ | |_|/ |/| |
| * | Remove .ssh/environment file that now breaks the gitlab:check rake taskRicketts, M (Mike)2017-12-221-10/+0
| |/
* | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-119-0/+16
* | Fix small typosDouglas Barbosa Alexandre2018-01-091-1/+1
* | Add rake task to check integrity of uploaded filesDouglas Barbosa Alexandre2018-01-081-0/+44
* | Allow local tests to use a modified GitalyJacob Vosmaer (GitLab)2018-01-051-55/+2
* | refactor spec, add docsJames Lopez2018-01-041-0/+1
* | deprecate check integrity taskJames Lopez2018-01-041-39/+2
* | add locks chekJames Lopez2018-01-041-1/+25
* | remove max-depth flag so it works with subgroupsJames Lopez2018-01-041-1/+1
* | add new git fsck rake task and specJames Lopez2018-01-041-0/+10
|/
* Add index on namespaces lower(name) for UsersController#existsindex-namespaces-lower-nameGreg Stark2017-12-211-0/+2
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-151-0/+20
|\
| * Add a gitlab:tcp_check rake taskNick Thomas2017-12-131-0/+20
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-304-18/+78
|\ \ | |/
| * Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-281-15/+70
| |\
| | * Improve storage migration rake taskGabriel Mazetto2017-11-231-15/+70
| * | static-analysis fix40352-ignore-hashed-repos-cleanup-dirsdigitalMoksha2017-11-251-2/+1
| * | refactored the hashed repository namedigitalMoksha2017-11-251-2/+5
| * | ignore hashed repositories when doing rake gitlab:cleanup:dirsdigitalMoksha2017-11-241-1/+2
| * | Speed up Unicorn specs by using a dummy Rack application instead of GitLabNick Thomas2017-11-221-1/+1