summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Migrate jobs in object_storage_upload queueJan Provaznik2018-06-051-1/+1
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Kamil Trzciński2018-06-051-3/+3
|\
| * Merge branch 'master' into 'rd-44364-deprecate-support-for-dsa-keys'Douwe Maan2018-06-051-1/+3
| |\
| | * Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-051-1/+1
| | |\
| | | * Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-1/+1
| | * | Merge branch 'add-background-migrations-for-not-archived-traces' into 'master'Kamil Trzciński2018-06-051-1/+1
| | |\ \
| | | * | Add background migrations to arhive legacy tracesShinya Maeda2018-06-041-1/+1
| * | | | Add migration to disable the usage of DSA keysrd-44364-deprecate-support-for-dsa-keysRubén Dávila2018-06-041-2/+2
| | |/ / | |/| |
* | | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-051-2/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-021-0/+13
| |\ \ \ | | |/ /
| | * | Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into 'm...Dmitriy Zaporozhets2018-06-011-0/+13
| | |\ \ | | | |/ | | |/|
| | | * 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-311-0/+2
| | | * Merge remote-tracking branch 'origin/master' into 46487-add-support-for-jupyt...Dmitriy Zaporozhets2018-05-301-1/+18
| | | |\
| | | * | Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-301-1/+1
| | | * | Revert changes to db/schemaDmitriy Zaporozhets2018-05-301-26/+24
| | | * | Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-251-0/+1
| | | * | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-24/+36
| * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-011-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Export assigned issues in iCalendar feedImre Farkas2018-05-311-2/+2
| | | |/ | | |/|
| | * | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-301-0/+1
| | |\ \
| | | * | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-0/+1
| * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-301-1/+17
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-281-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-171-3/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-101-4/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-091-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-081-2/+84
| |\ \ \ \ \ \ \
| * | | | | | | | Revert column name changeShinya Maeda2018-05-031-2/+2
| * | | | | | | | Change column name to iid_per_project. Add index to project_id and iidShinya Maeda2018-05-031-2/+3
| * | | | | | | | Add per-project pipeline idShinya Maeda2018-05-031-0/+1
* | | | | | | | | Make pipeline / stage position index not uniqueGrzegorz Bizon2018-05-311-1/+1
* | | | | | | | | Add a unique index to stages on pipeline / positionGrzegorz Bizon2018-05-301-1/+2
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Adds migration to ensure all remote mirror columns get createdTiago Botelho2018-05-291-1/+1
* | | | | | | | Added partial index for merge requestsYorick Peterse2018-05-281-1/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-0/+15
| |_|_|_|_|/ |/| | | | |
* | | | | | Increase text limit for GPG keys (mysql only).ab-46530-mediumtext-for-gpg-keysAndreas Brandl2018-05-221-1/+1
* | | | | | Add NOT NULL constraints to project_authorizations.Andreas Brandl2018-05-211-4/+4
| |_|_|_|/ |/| | | |
* | | | | Add a unique and not null constraint on the project_features.project_id columnStan Hu2018-05-151-3/+3
* | | | | Add index on runner_type for ci_runners46010-add-index-to-runner-typeDylan Griffith2018-05-151-1/+2
| |_|_|/ |/| | |
* | | | Merge branch 'master' into 'fix-project-mirror-data-schema'Douwe Maan2018-05-091-2/+3
|\ \ \ \
| * \ \ \ 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
| | | |_|/ | | |/| |
| * | | | Add DB constraint ci_runners.runner_type not nullDylan Griffith2018-05-091-2/+2
| |/ / /
* | | | Adds unique constraint to ProjectMirrorData project_id indexTiago Botelho2018-05-081-2/+2
* | | | Adds not null constraint to ProjectMirrorData's foreign_key project_idTiago Botelho2018-05-081-2/+2
|/ / /
* | | Add MakeRemoteMirrorsDisabledByDefault DB migrationAsh McKenzie2018-05-081-2/+2
| |/ |/|
* | Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan2018-05-071-0/+24
|\ \
| * | Adds remote mirror table migrationTiago Botelho2018-05-071-3/+27