summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | 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
| |/
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-281-4/+4
|\ \ | |/
| * 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
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-171-3/+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 per-project-pipeline-iidShinya Maeda2018-05-101-4/+5
|\ \ | |/
| * 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
| |/
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-091-2/+2
|\ \ | |/
| * Add MakeRemoteMirrorsDisabledByDefault DB migrationAsh McKenzie2018-05-081-2/+2
* | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-081-2/+84
|\ \ | |/
| * 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
| | * Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-3/+3
| * | Merge branch 'live-trace-v2' into 'master'Grzegorz Bizon2018-05-071-0/+10
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-071-1/+49
| | |\
| | * \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-031-0/+2
| | |\ \
| | * | | Fix schema versionShinya Maeda2018-04-271-1/+1
| | * | | Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-261-11/+11
| | * | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-261-1/+9
| | |\ \ \
| | * | | | Chnage raw_data type to binary from textShinya Maeda2018-04-231-1/+1
| | * | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-231-2/+5
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-201-1/+3
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-171-0/+23
| | |\ \ \ \ \ \
| | * | | | | | | Add rake task and timestamped migration file for mysql raw_data MIDIUMTEXTShinya Maeda2018-04-061-1/+1
| | * | | | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-061-1/+3
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix migration file and schemaShinya Maeda2018-04-051-12/+2