summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan2018-05-075-0/+102
|\
| * Adds remote mirror table migrationTiago Botelho2018-05-075-3/+105
| * Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-3/+3
* | Cleanup pipeline build stage background migrationGrzegorz Bizon2018-05-071-0/+28
* | Merge branch 'live-trace-v2' into 'master'Grzegorz Bizon2018-05-074-0/+49
|\ \ | |/ |/|
| * Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-0713-1/+275
| |\
| * \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-034-0/+56
| |\ \
| * | | Fix schema versionShinya Maeda2018-04-271-1/+1
| * | | Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-266-40/+40
| * | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-266-18/+155
| |\ \ \
| * \ \ \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-242-1/+67
| |\ \ \ \
| * | | | | Chnage raw_data type to binary from textShinya Maeda2018-04-233-3/+3
| * | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-233-2/+60
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-203-1/+27
| |\ \ \ \ \ \
| * | | | | | | Sanitize migration file. Added a comment on LimitsCiJobTraceChunksRawDataForM...Shinya Maeda2018-04-172-3/+3
| * | | | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-176-13/+79
| |\ \ \ \ \ \ \
| * | | | | | | | Add rake task and timestamped migration file for mysql raw_data MIDIUMTEXTShinya Maeda2018-04-063-1/+21
| * | | | | | | | Use MEDIUMTEXT(16MB) type when Mysql is usedShinya Maeda2018-04-061-1/+3
| * | | | | | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-067-21/+118
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix migration file and schemaShinya Maeda2018-04-052-14/+4
| * | | | | | | | | Simpler chunking :)Kamil TrzciƄski2018-04-052-2/+4
| * | | | | | | | | Add ci_job_trace_chunks tableShinya Maeda2018-04-052-0/+35
* | | | | | | | | | Enable prometheus metrics by defaultFelipe Artur2018-05-072-2/+13
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-044-1/+88
* | | | | | | | | Add `accepted_terms` to usersBob Van Landuyt2018-05-042-0/+25
* | | | | | | | | Add model to track users accepting agreementsBob Van Landuyt2018-05-042-0/+42
* | | | | | | | | Add `Term` model to keep track of termsBob Van Landuyt2018-05-042-0/+19
* | | | | | | | | Add `enforce_terms` to `application_settings`Bob Van Landuyt2018-05-042-0/+10
* | | | | | | | | Make add_index_to_namespaces_runners_token migration reversibleDylan Griffith2018-05-041-1/+7
* | | | | | | | | Fix constants in backfill_runner_type_for_ci_runners_post_migrate.rbDylan Griffith2018-05-031-4/+4
* | | | | | | | | Use smallint for runner_type since its an enumDylan Griffith2018-05-032-2/+2
* | | | | | | | | Remove unnecessary disable transaction in add_ci_runner_namespacesDylan Griffith2018-05-031-2/+0
* | | | | | | | | Split migration to add and index namespaces.runners_tokenDylan Griffith2018-05-033-10/+16
* | | | | | | | | Extract constants in 20180430143705_backfill_runner_type_for_ci_runners_post_...Dylan Griffith2018-05-031-2/+5
* | | | | | | | | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-034-0/+56
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Use stages position column to track stage indexGrzegorz Bizon2018-05-013-5/+5
| * | | | | | | | Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon2018-05-012-17/+17
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Update 20180420080616_schedule_stages_index_migration.rbGrzegorz Bizon2018-04-271-1/+1
| * | | | | | | | 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-254-1/+138
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add temporary build stage priority partial indexGrzegorz Bizon2018-04-251-0/+16
| * | | | | | | | | Rename stage index column name to priority columnGrzegorz Bizon2018-04-242-2/+2
| * | | | | | | | | Revert smallint stage index field, due to incompatible rangeGrzegorz Bizon2018-04-241-1/+1
| * | | | | | | | | Update stages index migration batch sizeGrzegorz Bizon2018-04-241-1/+1
| * | | | | | | | | Use smallint for stage index columnGrzegorz Bizon2018-04-241-1/+1
| * | | | | | | | | Schedule pipeline stages index background migrationGrzegorz Bizon2018-04-242-1/+30
| * | | | | | | | | Add pipeline stage index columnGrzegorz Bizon2018-04-242-0/+10
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | 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-023-25/+25