summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove redundant pipeline stages from the databaseGrzegorz Bizon2018-01-241-0/+26
|/ /
* | Applied fixFrancisco Javier López2018-01-171-14/+34
* | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-162-0/+60
* | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* | Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-112-0/+239
|\ \
| * | Added tests for removing soft removed objectsremove-soft-removalsYorick Peterse2018-01-101-12/+10
| * | Remove soft removals related codeYorick Peterse2018-01-082-0/+241
| |/
* | Merge branch 'osw-merge-request-metrics-population-scheduler-improvement' int...Stan Hu2018-01-081-31/+1
|\ \
| * | Remove unnecessary queries on Merge Request Metrics population schedulerOswaldo Ferreira2018-01-081-31/+1
| |/
* | Add memoization for properties40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetesShinya Maeda2018-01-081-4/+10
* | Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda2018-01-081-2/+20
* | Fix StaticSnalysysShinya Maeda2018-01-081-1/+1
* | Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda2018-01-081-52/+26
* | Use batch update for Service deactivationShinya Maeda2018-01-081-4/+5
* | Fix query to look for proper unmanaged kubernetes serviceShinya Maeda2018-01-081-17/+12
* | Fix static anylysyShinya Maeda2018-01-081-2/+3
* | Use bulk_insert instead of AR createShinya Maeda2018-01-081-12/+45