summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | 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
| * | | | | | | | add Ci::RunnerGroup join modelAlexis Reigel2018-04-231-0/+13
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | 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
| |_|/ / / / / |/| | | | | |
* | | | | | | 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
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | 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
| |/ / / / |/| | | |
* | | | | Atomic internal ids for all modelsAndreas Brandl2018-04-201-2/+5
| |_|_|/ |/| | |
* | | | Merge branch '45476-geo-statement-timeout-counting-local-job-artifacts' into ...Yorick Peterse2018-04-191-1/+2
|\ \ \ \
| * | | | Add index to file_store on ci_job_artifactsAsh McKenzie2018-04-191-1/+2
| |/ / /
* | | | Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern2018-04-101-1/+28
|\ \ \ \ | |/ / /
| * | | Modifies index on DeployTokens to use idMayra Cabrera2018-04-061-1/+1
| * | | Handles default expires_at date directly into DeployToken modelMayra Cabrera2018-04-061-1/+1
| * | | Addresses database commentsMayra Cabrera2018-04-061-5/+4
| * | | Fixes broken schema and minor changesMayra Cabrera2018-04-061-1/+0
| * | | Fix and optimise DB schemaKamil Trzciński2018-04-061-6/+8
| * | | Include ProjectDeployTokensMayra Cabrera2018-04-061-4/+12
| * | | Create barebones for DeploytokenMayra Cabrera2018-04-061-0/+15
| | |/ | |/|
| * | Merge branch 'fix/gb/reschedule-pipeline-stages-migration' into 'master'Kamil Trzciński2018-04-051-1/+1
| |\ \
| | * | Reschedule pipeline stages migration to run it againfix/gb/reschedule-pipeline-stages-migrationGrzegorz Bizon2018-04-051-1/+1
| | |/