summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * | | | | | | | Simpler chunking :)Kamil Trzciński2018-04-051-1/+2
| * | | | | | | | Add ci_job_trace_chunks tableShinya Maeda2018-04-051-0/+19
* | | | | | | | | Enable prometheus metrics by defaultFelipe Artur2018-05-071-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-1/+13
* | | | | | | | Add `accepted_terms` to usersBob Van Landuyt2018-05-041-0/+2
* | | | | | | | Add model to track users accepting agreementsBob Van Landuyt2018-05-041-0/+14
* | | | | | | | Add `Term` model to keep track of termsBob Van Landuyt2018-05-041-0/+6
* | | | | | | | Add `enforce_terms` to `application_settings`Bob Van Landuyt2018-05-041-0/+1
* | | | | | | | Use smallint for runner_type since its an enumDylan Griffith2018-05-031-1/+1
* | | | | | | | Split migration to add and index namespaces.runners_tokenDylan Griffith2018-05-031-1/+1
* | | | | | | | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-031-0/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Use stages position column to track stage indexGrzegorz Bizon2018-05-011-2/+2
| * | | | | | | Add temporary partial stage priority index to schemaGrzegorz Bizon2018-04-251-0/+1
| * | | | | | | Merge branch 'master' into 'backstage/gb/migrate-pipeline-stages-index'Grzegorz Bizon2018-04-251-1/+9
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Rename stage index column name to priority columnGrzegorz Bizon2018-04-241-1/+1
| * | | | | | | Schedule pipeline stages index background migrationGrzegorz Bizon2018-04-241-1/+1
| * | | | | | | Add pipeline stage index columnGrzegorz Bizon2018-04-241-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Again fix db/schema.rb for ci_runner_namespacesDylan Griffith2018-05-031-1/+1
* | | | | | | Fix db/schema.rb for add_foreign_key ci_runner_namespaces namespace_idDylan Griffith2018-05-031-1/+1
* | | | | | | Rename RunnerGroup -> RunnerNamespaceDylan Griffith2018-05-021-6/+6
* | | | | | | Simplify AddCiRunnerGroups migrationDylan Griffith2018-05-011-2/+2
* | | | | | | Start persisting runner_type when creating runnersDylan Griffith2018-04-301-1/+2
* | | | | | | Fix up db/schema.rb changes leftover and comments out of dateDylan Griffith2018-04-301-2/+0