summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-015-2/+94
|\
| * Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon2018-05-311-0/+44
| |\
| | * Take two for MR metrics population background migrationOswaldo Ferreira2018-05-301-0/+44
| * | Export assigned issues in iCalendar feedImre Farkas2018-05-313-2/+30
| |/
| * Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-302-0/+20
| |\
| | * Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-292-0/+20
* | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-305-1/+161
|\ \ \ | |/ /
| * | Adds migration to ensure all remote mirror columns get createdTiago Botelho2018-05-292-1/+25
| * | Merge branch 'groups-controller-show-performance' into 'master'Douwe Maan2018-05-292-1/+29
| |\ \ | | |/ | |/|
| | * Added partial index for merge requestsYorick Peterse2018-05-282-1/+29
| * | Merge branch 'add-background-migration-to-fill-file-store' into 'master'Kamil Trzciński2018-05-281-0/+72
| |\ \ | | |/ | |/|
| | * Remove disable_statement_timeoutadd-background-migration-to-fill-file-storeShinya Maeda2018-05-281-2/+0
| | * Rename FillFileStoreUpload to FillStoreUploadShinya Maeda2018-05-281-1/+2
| | * Add spec for fill_file_store migrationShinya Maeda2018-05-281-0/+0
| | * Fix schema and refactoring migration fileShinya Maeda2018-05-281-24/+26
| | * Remove legacy artifacts file_store migrationShinya Maeda2018-05-281-30/+6
| | * Add background migration to fill file storesShinya Maeda2018-05-281-0/+95
| * | Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-242-0/+36
| |/
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-287-4/+152
|\ \ | |/
| * Rollback changes made to CreateProjectMirrorData46630-add-missing-columns-to-project-mirror-dataTiago Botelho2018-05-231-11/+7
| * Renames AddMissingColumnsToProjectMirrorData to EnsureMissingColumnsToProject...Tiago Botelho2018-05-231-1/+1
| * Adds migration to ensure the new project_mirror_data columns are indeed added...Tiago Botelho2018-05-231-0/+15
| * Edits create_project_mirror_data to add the new columns when table already ex...Tiago Botelho2018-05-231-7/+11
| * Resolve "Deprecate Gemnasium project service"Olivier Gonzalez2018-05-231-0/+15
| * Increase text limit for GPG keys (mysql only).ab-46530-mediumtext-for-gpg-keysAndreas Brandl2018-05-223-1/+18
| * Migration to add/drop primary key constraints for composite keys.ab-43706-composite-primary-keysAndreas Brandl2018-05-211-0/+63
| * Add NOT NULL constraints to project_authorizations.Andreas Brandl2018-05-212-4/+42
* | Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda2018-05-221-2/+0
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-221-0/+32
|\ \ | |/
| * Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-0/+32
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-174-3/+83
|\ \ | |/
| * Add a unique and not null constraint on the project_features.project_id columnStan Hu2018-05-153-3/+67
| * Add index on runner_type for ci_runners46010-add-index-to-runner-typeDylan Griffith2018-05-152-1/+17
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-106-5/+102
|\ \ | |/
| * Merge branch 'master' into 'fix-project-mirror-data-schema'Douwe Maan2018-05-0990-1139/+410
| |\
| | * Merge branch 'fix/gb/add-missing-foreign-key-to-database-schema' into 'master'Kamil Trzciński2018-05-091-0/+1
| | |\
| | | * Add missing pipeline build foreign key to the schemaGrzegorz Bizon2018-05-091-0/+1
| | * | Merge branch 'fix/gb/add-tmp-index-to-improve-stages-migration-cleanup' into ...Kamil Trzciński2018-05-091-1/+34
| | |\ \
| | | * | Add tmp index to ci_builds to optimize stages migrationGrzegorz Bizon2018-05-091-1/+34
| | | |/
| | * | Merge branch '46010-runner-type-not-null' into 'master'Kamil Trzciński2018-05-092-2/+11
| | |\ \
| | | * | Add DB constraint ci_runners.runner_type not nullDylan Griffith2018-05-092-2/+11
| | | |/
| | * | Fix `downtime_check` jobblackst0ne2018-05-091-0/+2
| | |/
| * | Adds unique constraint to ProjectMirrorData project_id indexTiago Botelho2018-05-082-2/+33
| * | Adds not null constraint to ProjectMirrorData's foreign_key project_idTiago Botelho2018-05-082-2/+23
* | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-0989-1138/+375
|\ \ \ | | |/ | |/|
| * | Merge branch 'fix/gb/add-pipeline-builds-foreign-key' into 'master'Kamil Trzciński2018-05-081-0/+27
| |\ \
| | * | Reduce scope of orphaned builds to be removedGrzegorz Bizon2018-05-081-1/+1
| | * | Remove orphaned builds without project / pipeline referenceGrzegorz Bizon2018-05-081-2/+5
| | * | Add database foreign key between pipelines and buildsGrzegorz Bizon2018-05-081-0/+24
| * | | Merge branch 'dz-squash-old-migrations' into 'master'Douwe Maan2018-05-0886-1136/+335
| |\ \ \ | | |_|/ | |/| |