summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
|\ \ \ \
| * | | | Add index to file_store on ci_job_artifactsAsh McKenzie2018-04-192-1/+17
| |/ / /
* | | | Merge branch 'stuartnelson3/gitlab-ce-stn/issue-due-email' into 'master'Douwe Maan2018-04-182-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern2018-04-1010-21/+198
| |\ \ \
| * | | | Only send issue due emails to participants and custom subscribersSean McGivern2018-03-302-1/+11
* | | | | Merge branch 'dm-archived-read-only' into 'master'Robert Speicher2018-04-121-2/+6
|\ \ \ \ \
| * | | | | Rename `create_merge_request` permissionsBob Van Landuyt2018-04-111-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'zj-fix-environments-fixtures' into 'master'Robert Speicher2018-04-111-1/+5
|\ \ \ \ \
| * | | | | Fix enviroments seeding on certain branch namesZeger-Jan van de Weg2018-04-101-1/+5
| |/ / / /
* | | | | Make sure hooks run when seeding admin userDouwe Maan2018-04-101-10/+10
|/ / / /
* | | | Modifies index on DeployTokens to use idMayra Cabrera2018-04-062-2/+2
* | | | Handles default expires_at date directly into DeployToken modelMayra Cabrera2018-04-062-2/+2
* | | | Addresses database commentsMayra Cabrera2018-04-063-10/+9
* | | | Fixes broken schema and minor changesMayra Cabrera2018-04-061-1/+0
* | | | Get rid of Redis when dealing with deploy tokensKamil Trzciński2018-04-061-3/+2
* | | | Fix and optimise DB schemaKamil Trzciński2018-04-063-21/+19
* | | | Include ProjectDeployTokensMayra Cabrera2018-04-063-6/+38
* | | | Create barebones for DeploytokenMayra Cabrera2018-04-062-0/+31
| |_|/ |/| |
* | | Merge branch 'fix/gb/reschedule-pipeline-stages-migration' into 'master'Kamil Trzciński2018-04-053-21/+39
|\ \ \
| * | | Reschedule pipeline stages migration to run it againfix/gb/reschedule-pipeline-stages-migrationGrzegorz Bizon2018-04-053-21/+39
| | |/ | |/|
* | | Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-055-0/+79
|/ /
* | Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern2018-03-302-0/+22
|\ \ | |/ |/|
| * schema version changehaseeb2018-02-281-1/+1