Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Add ci_job_trace_chunks table | Shinya Maeda | 2018-04-05 | 2 | -0/+35 | |
* | | | | | | | | | | | Enable prometheus metrics by default | Felipe Artur | 2018-05-07 | 2 | -2/+13 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Backports every CE related change from ee-44542 to CE | Tiago Botelho | 2018-05-04 | 4 | -1/+88 | |
* | | | | | | | | | | Add `accepted_terms` to users | Bob Van Landuyt | 2018-05-04 | 2 | -0/+25 | |
* | | | | | | | | | | Add model to track users accepting agreements | Bob Van Landuyt | 2018-05-04 | 2 | -0/+42 | |
* | | | | | | | | | | Add `Term` model to keep track of terms | Bob Van Landuyt | 2018-05-04 | 2 | -0/+19 | |
* | | | | | | | | | | Add `enforce_terms` to `application_settings` | Bob Van Landuyt | 2018-05-04 | 2 | -0/+10 | |
* | | | | | | | | | | Make add_index_to_namespaces_runners_token migration reversible | Dylan Griffith | 2018-05-04 | 1 | -1/+7 | |
* | | | | | | | | | | Fix constants in backfill_runner_type_for_ci_runners_post_migrate.rb | Dylan Griffith | 2018-05-03 | 1 | -4/+4 | |
* | | | | | | | | | | Use smallint for runner_type since its an enum | Dylan Griffith | 2018-05-03 | 2 | -2/+2 | |
* | | | | | | | | | | Remove unnecessary disable transaction in add_ci_runner_namespaces | Dylan Griffith | 2018-05-03 | 1 | -2/+0 | |
* | | | | | | | | | | Split migration to add and index namespaces.runners_token | Dylan Griffith | 2018-05-03 | 3 | -10/+16 | |
* | | | | | | | | | | Extract constants in 20180430143705_backfill_runner_type_for_ci_runners_post_... | Dylan Griffith | 2018-05-03 | 1 | -2/+5 | |
* | | | | | | | | | | Merge branch 'master' into feature/runner-per-group | Dylan Griffith | 2018-05-03 | 4 | -0/+56 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Use stages position column to track stage index | Grzegorz Bizon | 2018-05-01 | 3 | -5/+5 | |
| * | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-pipeline-stages-index | Grzegorz Bizon | 2018-05-01 | 2 | -17/+17 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Update 20180420080616_schedule_stages_index_migration.rb | Grzegorz Bizon | 2018-04-27 | 1 | -1/+1 | |
| * | | | | | | | | | Add temporary partial stage priority index to schema | Grzegorz Bizon | 2018-04-25 | 1 | -0/+1 | |
| * | | | | | | | | | Merge branch 'master' into 'backstage/gb/migrate-pipeline-stages-index' | Grzegorz Bizon | 2018-04-25 | 4 | -1/+138 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add temporary build stage priority partial index | Grzegorz Bizon | 2018-04-25 | 1 | -0/+16 | |
| * | | | | | | | | | | Rename stage index column name to priority column | Grzegorz Bizon | 2018-04-24 | 2 | -2/+2 | |
| * | | | | | | | | | | Revert smallint stage index field, due to incompatible range | Grzegorz Bizon | 2018-04-24 | 1 | -1/+1 | |
| * | | | | | | | | | | Update stages index migration batch size | Grzegorz Bizon | 2018-04-24 | 1 | -1/+1 | |
| * | | | | | | | | | | Use smallint for stage index column | Grzegorz Bizon | 2018-04-24 | 1 | -1/+1 | |
| * | | | | | | | | | | Schedule pipeline stages index background migration | Grzegorz Bizon | 2018-04-24 | 2 | -1/+30 | |
| * | | | | | | | | | | Add pipeline stage index column | Grzegorz Bizon | 2018-04-24 | 2 | -0/+10 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Again fix db/schema.rb for ci_runner_namespaces | Dylan Griffith | 2018-05-03 | 1 | -1/+1 | |
* | | | | | | | | | | Fix db/schema.rb for add_foreign_key ci_runner_namespaces namespace_id | Dylan Griffith | 2018-05-03 | 1 | -1/+1 | |
* | | | | | | | | | | Rename RunnerGroup -> RunnerNamespace | Dylan Griffith | 2018-05-02 | 3 | -25/+25 | |
* | | | | | | | | | | Simplify AddCiRunnerGroups migration | Dylan Griffith | 2018-05-01 | 2 | -12/+8 | |
* | | | | | | | | | | Start persisting runner_type when creating runners | Dylan Griffith | 2018-04-30 | 3 | -1/+31 | |
* | | | | | | | | | | Fix up db/schema.rb changes leftover and comments out of date | Dylan Griffith | 2018-04-30 | 1 | -2/+0 | |
* | | | | | | | | | | Remove unecessary index on ci_runner_groups.runner_id | Dylan Griffith | 2018-04-27 | 1 | -3/+1 | |
* | | | | | | | | | | Remove timestamps from ci_runner_groups table | Dylan Griffith | 2018-04-27 | 2 | -4/+0 | |
* | | | | | | | | | | Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje... | Dylan Griffith | 2018-04-26 | 2 | -23/+0 | |
* | | | | | | | | | | Merge branch 'master' into siemens-runner-per-group | Dylan Griffith | 2018-04-26 | 6 | -18/+155 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'zj-storage-path-deprecation' into 'master' | Douwe Maan | 2018-04-25 | 2 | -17/+17 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Gitlab::Shell works on shard name, not path | Zeger-Jan van de Weg | 2018-04-25 | 2 | -17/+17 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Cleanup after adding MR diff's commit_count (try 2) | Jan Provaznik | 2018-04-25 | 2 | -1/+28 | |
| * | | | | | | | | Merge branch 'master' into 10244-add-project-ci-cd-settings | Dylan Griffith | 2018-04-24 | 7 | -4/+154 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| * | | | | | | | | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settings | Yorick Peterse | 2018-04-16 | 3 | -1/+111 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into siemens-runner-per-group | Dylan Griffith | 2018-04-24 | 2 | -1/+67 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Move spec helpers/matchers/shared examples/contexts to their relevant folder | Rémy Coutable | 2018-04-23 | 1 | -1/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Fix missing namespace for some internal users | Rubén Dávila | 2018-04-20 | 1 | -0/+66 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | project#group_runner_enabled -> project_settings | Alexis Reigel | 2018-04-23 | 3 | -17/+4 | |
* | | | | | | add project_settings (Project#settings) | Alexis Reigel | 2018-04-23 | 2 | -0/+19 | |
* | | | | | | add group_runners_enabled to ci_runners | Alexis Reigel | 2018-04-23 | 2 | -0/+18 | |
* | | | | | | add runners_token column to namespaces | Alexis Reigel | 2018-04-23 | 2 | -0/+19 | |
* | | | | | | add Ci::RunnerGroup join model | Alexis Reigel | 2018-04-23 | 2 | -0/+40 | |
|/ / / / / | ||||||
* | | | | | Atomic internal ids for all models | Andreas Brandl | 2018-04-20 | 3 | -2/+60 | |
| |_|_|/ |/| | | |