summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* Reschedule pipeline stages migration to run it againfix/gb/reschedule-pipeline-stages-migrationGrzegorz Bizon2018-04-052-20/+38
* Add the RedirectRoute#path index setup_postgresqlBob Van Landuyt2018-03-281-9/+9
* Add index on lower path to redirect routesBob Van Landuyt2018-03-281-0/+38
* Remove `permanent` from `redirect_routes`Bob Van Landuyt2018-03-281-0/+37
* Merge branch 'master' into 'latest-security-to-master-21-03-18'James Lopez2018-03-221-5/+5
|\
| * Shortcut concurrent foreign key creation if already exists.ab-43887-concurrent-migration-helpersAndreas Brandl2018-03-201-5/+5
* | Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez2018-03-211-0/+25
|/
* Fix concurrency issue with migration for user_interacted_projects table.ab-44205-user_interacted_projects-migrationAndreas Brandl2018-03-141-48/+94
* Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse2018-03-071-0/+124
|\
| * Improve robustness of migration.Andreas Brandl2018-03-061-6/+39
| * For MySQL, foreign keys are dependent on index.Andreas Brandl2018-03-061-0/+6
| * Rename to UserInteractedProjects.Andreas Brandl2018-03-061-12/+12
| * Improve migration robustness and speed.Andreas Brandl2018-03-061-1/+9
| * Simpler migration strategy for MySQL.Andreas Brandl2018-03-061-29/+58
| * Add post-migration to populate user_contributed_projects table.Andreas Brandl2018-03-061-0/+48
* | Move update_head_pipeline_for_merge_request queue to pipeline_processing name...Shinya Maeda2018-03-071-0/+15
* | Integrate two workers into one ArchiveTraceWorker with pipeline_background qu...Shinya Maeda2018-03-061-0/+13
|/
* Make project#namespace_id not nulldz-namespace-id-not-nullDmitriy Zaporozhets2018-03-011-0/+29
* Merge branch 'backstage/gb/build-stages-catch-up-migration' into 'master'Kamil Trzciński2018-02-273-0/+57
|\
| * Create index on id instead of stage_id in migrationGrzegorz Bizon2018-02-212-6/+6
| * Separate adding and removing index from stages migrationGrzegorz Bizon2018-02-203-5/+28
| * Add index before going through builds in a migrationGrzegorz Bizon2018-02-201-0/+5
| * Use a helper to schedule pipeline stages migrationGrzegorz Bizon2018-02-161-5/+6
| * Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-151-1/+1
| |\
| * | Recover from unique constraint violation in stages migrationGrzegorz Bizon2018-02-151-1/+1
| * | Schedule pipeline stages migration every 5 minutesGrzegorz Bizon2018-02-131-5/+13
| * | Move pipeline stages background migration in timeGrzegorz Bizon2018-02-121-0/+0
| * | Merge branch 'master' into backstage/gb/build-stages-catch-up-migrationGrzegorz Bizon2018-02-0912-46/+605
| |\ \
| * | | Reduce batch size of stages we schedule for a migrationGrzegorz Bizon2018-01-061-1/+1
| * | | Update background stages migration timestampGrzegorz Bizon2018-01-061-1/+1
| * | | Schedule full build stage migration in the backgroundGrzegorz Bizon2018-01-061-0/+20
* | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-232-0/+57
| |_|/ |/| |
* | | Fix a transient failure in db/post_migrate/20170717111152_cleanup_move_system...sh-no-cache-populate-migrationRémy Coutable2018-02-121-1/+1
| |/ |/|
* | Early migrations populating fork-networks: no-opBob Van Landuyt2018-02-081-15/+1
* | Disable statement timeout when removing redundant stagesGrzegorz Bizon2018-02-071-0/+2
* | Remove old index after executing a query in stages migrationGrzegorz Bizon2018-02-071-1/+1
* | Improve exceptions messages in code creating stagesGrzegorz Bizon2018-02-061-1/+4
* | Add more specs for unique stages index migrationGrzegorz Bizon2018-02-061-1/+4
* | Merge branch 'master' into fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-063-0/+66
|\ \
| * | Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-051-0/+26
| * | fix rubocopfix-migration-timestampJames Lopez2018-02-031-0/+2
| * | add migration before 20171207150343James Lopez2018-02-031-0/+19
| * | add migrationJames Lopez2018-02-021-0/+19
* | | Retry migration removing stages in case of duplicatesGrzegorz Bizon2018-02-051-4/+17
* | | Revert create job service because of load balancingGrzegorz Bizon2018-02-052-21/+15
* | | Fix indentation in migration removing duplicated stagesGrzegorz Bizon2018-01-251-1/+1
* | | Fix migration removing duplicate stages on MySQL againGrzegorz Bizon2018-01-251-0/+1
* | | Add an unique index on pipeline stage nameGrzegorz Bizon2018-01-251-0/+17
* | | Fix removing redundant pipeline stages on MySQLGrzegorz Bizon2018-01-251-4/+11
* | | Optimize SQL query that removes duplicated stagesGrzegorz Bizon2018-01-241-4/+4