Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Simpler chunking :) | Kamil Trzciński | 2018-04-05 | 1 | -1/+2 | |
| | * | | | | | | | | Add ci_job_trace_chunks table | Shinya Maeda | 2018-04-05 | 1 | -0/+19 | |
| * | | | | | | | | | Enable prometheus metrics by default | Felipe Artur | 2018-05-07 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | Backports every CE related change from ee-44542 to CE | Tiago Botelho | 2018-05-04 | 1 | -1/+13 | |
| * | | | | | | | | Add `accepted_terms` to users | Bob Van Landuyt | 2018-05-04 | 1 | -0/+2 | |
| * | | | | | | | | Add model to track users accepting agreements | Bob Van Landuyt | 2018-05-04 | 1 | -0/+14 | |
| * | | | | | | | | Add `Term` model to keep track of terms | Bob Van Landuyt | 2018-05-04 | 1 | -0/+6 | |
| * | | | | | | | | Add `enforce_terms` to `application_settings` | Bob Van Landuyt | 2018-05-04 | 1 | -0/+1 | |
| * | | | | | | | | Use smallint for runner_type since its an enum | Dylan Griffith | 2018-05-03 | 1 | -1/+1 | |
| * | | | | | | | | Split migration to add and index namespaces.runners_token | Dylan Griffith | 2018-05-03 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'master' into feature/runner-per-group | Dylan Griffith | 2018-05-03 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | 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 | 1 | -6/+6 | |
| * | | | | | | | | Simplify AddCiRunnerGroups migration | Dylan Griffith | 2018-05-01 | 1 | -2/+2 | |
| * | | | | | | | | Start persisting runner_type when creating runners | Dylan Griffith | 2018-04-30 | 1 | -1/+2 | |
| * | | | | | | | | Fix up db/schema.rb changes leftover and comments out of date | Dylan Griffith | 2018-04-30 | 1 | -2/+0 | |
| * | | | | | | | | Remove timestamps from ci_runner_groups table | Dylan Griffith | 2018-04-27 | 1 | -2/+0 | |
| * | | | | | | | | Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje... | Dylan Griffith | 2018-04-26 | 1 | -9/+0 | |
| * | | | | | | | | Merge branch 'master' into siemens-runner-per-group | Dylan Griffith | 2018-04-26 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | project#group_runner_enabled -> project_settings | Alexis Reigel | 2018-04-23 | 1 | -1/+2 | |
| * | | | | | | | | add project_settings (Project#settings) | Alexis Reigel | 2018-04-23 | 1 | -0/+7 | |
| * | | | | | | | | add group_runners_enabled to ci_runners | Alexis Reigel | 2018-04-23 | 1 | -0/+2 | |
| * | | | | | | | | add runners_token column to namespaces | Alexis Reigel | 2018-04-23 | 1 | -0/+2 | |
| * | | | | | | | | add Ci::RunnerGroup join model | Alexis Reigel | 2018-04-23 | 1 | -0/+13 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Revert column name change | Shinya Maeda | 2018-05-03 | 1 | -2/+2 | |
* | | | | | | | | Change column name to iid_per_project. Add index to project_id and iid | Shinya Maeda | 2018-05-03 | 1 | -2/+3 | |
* | | | | | | | | Add per-project pipeline id | Shinya Maeda | 2018-05-03 | 1 | -0/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Use stages position column to track stage index | Grzegorz Bizon | 2018-05-01 | 1 | -2/+2 | |
* | | | | | | | 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 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Cleanup after adding MR diff's commit_count (try 2) | Jan Provaznik | 2018-04-25 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'master' into 10244-add-project-ci-cd-settings | Dylan Griffith | 2018-04-24 | 1 | -3/+8 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settings | Yorick Peterse | 2018-04-16 | 1 | -1/+9 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Rename stage index column name to priority column | Grzegorz Bizon | 2018-04-24 | 1 | -1/+1 | |
* | | | | | | Schedule pipeline stages index background migration | Grzegorz Bizon | 2018-04-24 | 1 | -1/+1 | |
* | | | | | | Add pipeline stage index column | Grzegorz Bizon | 2018-04-24 | 1 | -0/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Atomic internal ids for all models | Andreas Brandl | 2018-04-20 | 1 | -2/+5 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge branch '45476-geo-statement-timeout-counting-local-job-artifacts' into ... | Yorick Peterse | 2018-04-19 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | Add index to file_store on ci_job_artifacts | Ash McKenzie | 2018-04-19 | 1 | -1/+2 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email' | Sean McGivern | 2018-04-10 | 1 | -1/+28 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Modifies index on DeployTokens to use id | Mayra Cabrera | 2018-04-06 | 1 | -1/+1 | |
| * | | | Handles default expires_at date directly into DeployToken model | Mayra Cabrera | 2018-04-06 | 1 | -1/+1 | |
| * | | | Addresses database comments | Mayra Cabrera | 2018-04-06 | 1 | -5/+4 | |
| * | | | Fixes broken schema and minor changes | Mayra Cabrera | 2018-04-06 | 1 | -1/+0 | |
| * | | | Fix and optimise DB schema | Kamil Trzciński | 2018-04-06 | 1 | -6/+8 | |
| * | | | Include ProjectDeployTokens | Mayra Cabrera | 2018-04-06 | 1 | -4/+12 | |
| * | | | Create barebones for Deploytoken | Mayra Cabrera | 2018-04-06 | 1 | -0/+15 | |
| | |/ | |/| | ||||||
| * | | Merge branch 'fix/gb/reschedule-pipeline-stages-migration' into 'master' | Kamil Trzciński | 2018-04-05 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Reschedule pipeline stages migration to run it againfix/gb/reschedule-pipeline-stages-migration | Grzegorz Bizon | 2018-04-05 | 1 | -1/+1 | |
| | |/ |