summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-011-1/+1
|\
| * Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-291-1/+1
* | Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into 'm...Dmitriy Zaporozhets2018-06-011-0/+23
|\ \
| * | Improve jupyter app db migrationsDmitriy Zaporozhets2018-05-311-3/+3
| * | Merge remote-tracking branch 'origin/master' into 46487-add-support-for-jupyt...Dmitriy Zaporozhets2018-05-304-0/+91
| |\ \
| * | | Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-301-1/+1
| * | | Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-251-0/+1
| * | | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-0/+22
* | | | Export assigned issues in iCalendar feedImre Farkas2018-05-311-0/+15
| |/ / |/| |
* | | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-301-0/+19
|\ \ \ | |_|/ |/| |
| * | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-0/+19
* | | Adds migration to ensure all remote mirror columns get createdTiago Botelho2018-05-291-0/+24
* | | Added partial index for merge requestsYorick Peterse2018-05-281-0/+27
|/ /
* | Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-0/+21
|/
* 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