summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-012-2/+2
|\
| * Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-292-2/+2
* | Merge branch '46019-add-missing-migration' into 'master'Yorick Peterse2018-06-011-0/+19
|\ \
| * | Add missing migration for minimal Project build_timeoutTomasz Maczukin2018-05-221-0/+19
* | | Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into 'm...Dmitriy Zaporozhets2018-06-012-0/+36
|\ \ \
| * | | Fix schema.rb46487-add-support-for-jupyter-in-gitlab-via-kubernetesDmitriy Zaporozhets2018-05-311-1/+1
| * | | Fix column order for jupyter table in schema.rbDmitriy Zaporozhets2018-05-311-1/+1
| * | | Improve jupyter app db migrationsDmitriy Zaporozhets2018-05-312-3/+5
| * | | Merge remote-tracking branch 'origin/master' into 46487-add-support-for-jupyt...Dmitriy Zaporozhets2018-05-306-1/+181
| |\ \ \
| * | | | Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-302-2/+2
| * | | | Revert changes to db/schemaDmitriy Zaporozhets2018-05-301-26/+24
| * | | | Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-252-0/+2
| * | | | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-252-24/+58
* | | | | 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
* | | | 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
|/ /
* | 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
* | Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-0/+32
* | 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 '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
| |/
| * 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