summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Remove timestamps from ci_runner_groups tableDylan Griffith2018-04-271-2/+0
* | | | | | | Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje...Dylan Griffith2018-04-261-9/+0
* | | | | | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-261-1/+9
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Cleanup after adding MR diff's commit_count (try 2)Jan Provaznik2018-04-251-1/+1
| * | | | | | Merge branch 'master' into 10244-add-project-ci-cd-settingsDylan Griffith2018-04-241-3/+8
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-161-1/+9
| | |_|_|/ / | |/| | | |
* | | | | | project#group_runner_enabled -> project_settingsAlexis Reigel2018-04-231-1/+2
* | | | | | add project_settings (Project#settings)Alexis Reigel2018-04-231-0/+7
* | | | | | add group_runners_enabled to ci_runnersAlexis Reigel2018-04-231-0/+2
* | | | | | add runners_token column to namespacesAlexis Reigel2018-04-231-0/+2