summaryrefslogtreecommitdiff
path: root/lib/tasks/migrate
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-183-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-11/+0
* Remove dead MySQL codeNick Thomas2019-07-231-17/+0
* Remove migrations from setup_postgresqlNick Thomas2019-07-021-14/+0
* Update comments and docs around min schema versionDJ Mountney2019-06-251-1/+1
* Drop the source upgrade changeDJ Mountney2019-06-251-0/+2
* Add an flag for skipping the schema version checkDJ Mountney2019-06-251-0/+2
* Fix db:migrate for fresh installsDJ Mountney2019-06-251-1/+6
* Move min schema version check to db:migrateDJ Mountney2019-06-251-0/+11
* Run rubocop -aNick Thomas2019-03-131-24/+18
* Fix migrationsKamil Trzciński2018-09-041-0/+2
* Bring `rake postgresql_md5_hash` to CELin Jen-Shin2018-06-141-0/+15
* Increase text limit for GPG keys (mysql only).ab-46530-mediumtext-for-gpg-keysAndreas Brandl2018-05-221-0/+2
* Migration to add/drop primary key constraints for composite keys.ab-43706-composite-primary-keysAndreas Brandl2018-05-211-0/+15
* Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-0/+2
* Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-261-2/+2
* Add rake task and timestamped migration file for mysql raw_data MIDIUMTEXTShinya Maeda2018-04-061-0/+2
* Add the RedirectRoute#path index setup_postgresqlBob Van Landuyt2018-03-281-0/+2
* Don't run ReworkRedirectRoutesIndexes during setupBob Van Landuyt2018-03-281-2/+0
* Optimise searching for users using short queriesYorick Peterse2018-02-221-0/+2
* Eliminate the warnings for databaseLin Jen-Shin2018-01-261-11/+9
* Rework indexes on redirect_routes to be more effective and enforce a case ins...fix-redirect-routes-schemaGreg Stark2018-01-181-0/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+3
* Add index on namespaces lower(name) for UsersController#existsindex-namespaces-lower-nameGreg Stark2017-12-211-0/+2
* Add lower path index to redirect_routesmk-add-lower-path-index-to-redirect-routesMichael Kozono2017-07-251-0/+2
* Add table for files in merge request diffsSean McGivern2017-06-161-0/+2
* Add index_redirect_routes_path_for_link migration to setup_postgresql.rakeLuke "Jared" Bennett2017-05-081-0/+1
* Index redirect_routes path for LIKEMichael Kozono2017-05-051-0/+1
* Fix caching large snippet HTML content on MySQL databasesNick Thomas2017-05-031-0/+2
* Add LIKE index for routes.pathYorick Peterse2017-03-211-0/+2
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-1/+1
* Add AddLowerPathIndexToRoutes to setup_postgresql.rakeDmitriy Zaporozhets2016-12-131-0/+4
* Replace colorize gem with rainbow.Connor Shea2016-06-031-3/+3
* Improve performance of User.by_loginuser-by-login-performanceYorick Peterse2015-10-151-0/+2
* Added dedicated Rake task for setting up PostgresYorick Peterse2015-10-081-0/+6
* Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets2015-06-232-2/+2
* Adjust MySQL limits for existing installationsJacob Vosmaer2014-04-231-9/+2
* Add mysql limits to db during setupDmitriy Zaporozhets2014-03-131-0/+1
* Changed limits to a higher orderJeroen van Baarsen2014-03-121-3/+3
* Added rake task to add limits back in mysqlJeroen van Baarsen2014-03-111-0/+13
* Remove old migration tasksDmitriy Zaporozhets2013-08-267-110/+0
* Add iids to milestones. Moved iids logic to separate concernDmitriy Zaporozhets2013-08-211-0/+15
* Fix migrate_iids for issuesDmitriy Zaporozhets2013-08-201-1/+1
* Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-201-0/+33
|\
| * Iid improvemetsDmitriy Zaporozhets2013-08-191-2/+4
| * Create task to create iid for existing issues/mrDmitriy Zaporozhets2013-08-191-0/+31
* | Better message for migrating global projectsDmitriy Zaporozhets2013-08-201-2/+9
|/
* Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-1/+1
* Store diff with line note. It makes possible to see inline notes with proper ...Dmitriy Zaporozhets2013-08-041-0/+16