summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Simplify AddCiRunnerGroups migrationDylan Griffith2018-05-012-12/+8
* | | | Start persisting runner_type when creating runnersDylan Griffith2018-04-303-1/+31
* | | | Fix up db/schema.rb changes leftover and comments out of dateDylan Griffith2018-04-301-2/+0
* | | | Remove unecessary index on ci_runner_groups.runner_idDylan Griffith2018-04-271-3/+1
* | | | Remove timestamps from ci_runner_groups tableDylan Griffith2018-04-272-4/+0
* | | | Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje...Dylan Griffith2018-04-262-23/+0
* | | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-266-18/+155
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-252-17/+17
| |\ \ \ | | |_|/ | |/| |
| | * | Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-252-17/+17
| | |/
| * | Cleanup after adding MR diff's commit_count (try 2)Jan Provaznik2018-04-252-1/+28
| * | Merge branch 'master' into 10244-add-project-ci-cd-settingsDylan Griffith2018-04-247-4/+154
| |\ \ | | |/
| * | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-163-1/+111
* | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-242-1/+67
|\ \ \ | | |/ | |/|
| * | Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-1/+1
| * | Fix missing namespace for some internal usersRubén Dávila2018-04-201-0/+66
* | | project#group_runner_enabled -> project_settingsAlexis Reigel2018-04-233-17/+4
* | | add project_settings (Project#settings)Alexis Reigel2018-04-232-0/+19
* | | add group_runners_enabled to ci_runnersAlexis Reigel2018-04-232-0/+18
* | | add runners_token column to namespacesAlexis Reigel2018-04-232-0/+19
* | | add Ci::RunnerGroup join modelAlexis Reigel2018-04-232-0/+40
|/ /
* | Atomic internal ids for all modelsAndreas Brandl2018-04-203-2/+60
* | Merge branch '45476-geo-statement-timeout-counting-local-job-artifacts' into ...Yorick Peterse2018-04-192-1/+17
|\ \