summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase text limit for GPG keys (mysql only).ab-46530-mediumtext-for-gpg-keysAndreas Brandl2018-05-222-0/+17
* Add NOT NULL constraints to project_authorizations.Andreas Brandl2018-05-211-0/+38
* Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-0/+32
* Add index on runner_type for ci_runners46010-add-index-to-runner-typeDylan Griffith2018-05-151-0/+15
* Merge branch 'master' into 'fix-project-mirror-data-schema'Douwe Maan2018-05-0989-1137/+407
|\
| * 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-091-0/+9
| |\ \
| | * | Add DB constraint ci_runners.runner_type not nullDylan Griffith2018-05-091-0/+9
| | |/
| * | Fix `downtime_check` jobblackst0ne2018-05-091-0/+2
| |/
| * 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
| |\ \
| | * | Squash migrations prior to 2014-03-14Dmitriy Zaporozhets2018-04-2486-1136/+335
* | | | Adds unique constraint to ProjectMirrorData project_id indexTiago Botelho2018-05-081-0/+31
* | | | Adds not null constraint to ProjectMirrorData's foreign_key project_idTiago Botelho2018-05-081-0/+21
|/ / /
* | | Add MakeRemoteMirrorsDisabledByDefault DB migrationAsh McKenzie2018-05-081-0/+11
| |/ |/|
* | Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan2018-05-074-0/+78
|\ \
| * | Adds remote mirror table migrationTiago Botelho2018-05-074-0/+78
* | | Cleanup pipeline build stage background migrationGrzegorz Bizon2018-05-071-0/+28
* | | Merge branch 'live-trace-v2' into 'master'Grzegorz Bizon2018-05-073-0/+39
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-0710-0/+165
| |\ \
| * \ \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-032-0/+25
| |\ \ \
| * | | | Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-265-29/+29
| * | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-264-17/+112
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-241-0/+66
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Chnage raw_data type to binary from textShinya Maeda2018-04-232-2/+2
| * | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-232-0/+55
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-202-0/+24
| |\ \ \ \ \ \
| * | | | | | | Sanitize migration file. Added a comment on LimitsCiJobTraceChunksRawDataForM...Shinya Maeda2018-04-172-3/+3
| * | | | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-172-0/+35
| |\ \ \ \ \ \ \
| * | | | | | | | Add rake task and timestamped migration file for mysql raw_data MIDIUMTEXTShinya Maeda2018-04-062-0/+20
| * | | | | | | | Use MEDIUMTEXT(16MB) type when Mysql is usedShinya Maeda2018-04-061-1/+3
| * | | | | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-062-0/+31
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix migration file and schemaShinya Maeda2018-04-051-2/+2
| * | | | | | | | | Simpler chunking :)Kamil Trzciński2018-04-051-1/+2
| * | | | | | | | | Add ci_job_trace_chunks tableShinya Maeda2018-04-051-0/+16
* | | | | | | | | | Enable prometheus metrics by defaultFelipe Artur2018-05-071-0/+11
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-042-0/+37
* | | | | | | | | Add `accepted_terms` to usersBob Van Landuyt2018-05-041-0/+23
* | | | | | | | | Add model to track users accepting agreementsBob Van Landuyt2018-05-041-0/+28
* | | | | | | | | Add `Term` model to keep track of termsBob Van Landuyt2018-05-041-0/+13
* | | | | | | | | Add `enforce_terms` to `application_settings`Bob Van Landuyt2018-05-041-0/+9
* | | | | | | | | Make add_index_to_namespaces_runners_token migration reversibleDylan Griffith2018-05-041-1/+7