summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Add type_build to ScheduleToArchiveLegacyTraces::BuildShinya Maeda2018-06-041-1/+3
| | | * | | Fix specs. Rename migration file name which was conflicted with background mi...Shinya Maeda2018-06-041-2/+2
| | | * | | Directly refer application code from migration codeShinya Maeda2018-06-041-15/+4
| | | * | | Add background migrations to arhive legacy tracesShinya Maeda2018-06-042-1/+45
| | * | | | Support rails5 in postgres indexes function and fix some migrationsJasper Maes2018-06-054-13/+13
| * | | | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-0511-4/+181
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'sh-fix-secrets-not-working' into 'master'Douwe Maan2018-06-041-1/+1
| | |\ \ \ \
| | | * | | | Fix missing key change in 20171124104327_migrate_kubernetes_service_to_new_cl...sh-fix-secrets-not-workingStan Hu2018-06-021-1/+1
| | | |/ / /
| | * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-025-2/+57
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-015-2/+94
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-305-1/+161
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-287-4/+152
| | |\ \ \ \ \
| | * | | | | | Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda2018-05-221-2/+0
| | * | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-221-0/+32
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-174-3/+83
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-106-5/+102
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-0989-1138/+375
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-0822-2/+466
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Revert column name changeShinya Maeda2018-05-033-6/+6
| | * | | | | | | | | | | Change column name to iid_per_project. Add index to project_id and iidShinya Maeda2018-05-033-4/+20
| | * | | | | | | | | | | Add per-project pipeline idShinya Maeda2018-05-032-0/+16
| * | | | | | | | | | | | Make pipeline / stage position index not uniqueGrzegorz Bizon2018-05-312-2/+2
| * | | | | | | | | | | | Add a unique index to stages on pipeline / positionGrzegorz Bizon2018-05-302-1/+17
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Use add_column_with_default in migrationMatija Čupić2018-06-061-4/+8
* | | | | | | | | | | | Add deploy_strategy to ProjectAutoDevopsMatija Čupić2018-06-012-1/+17
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-012-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-292-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge branch '46019-add-missing-migration' into 'master'Yorick Peterse2018-06-011-0/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add missing migration for minimal Project build_timeoutTomasz Maczukin2018-05-221-0/+19
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '46487-add-support-for-jupyter-in-gitlab-via-kubernetes' into 'm...Dmitriy Zaporozhets2018-06-012-0/+36
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Fix schema.rb46487-add-support-for-jupyter-in-gitlab-via-kubernetesDmitriy Zaporozhets2018-05-311-1/+1
| * | | | | | | | | Fix column order for jupyter table in schema.rbDmitriy Zaporozhets2018-05-311-1/+1
| * | | | | | | | | Improve jupyter app db migrationsDmitriy Zaporozhets2018-05-312-3/+5
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into 46487-add-support-for-jupyt...Dmitriy Zaporozhets2018-05-306-1/+181
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-302-2/+2
| * | | | | | | | | | Revert changes to db/schemaDmitriy Zaporozhets2018-05-301-26/+24
| * | | | | | | | | | Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-252-0/+2
| * | | | | | | | | | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-252-24/+58
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon2018-05-311-0/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Take two for MR metrics population background migrationOswaldo Ferreira2018-05-301-0/+44
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Export assigned issues in iCalendar feedImre Farkas2018-05-313-2/+30
|/ / / / / / / / /
* | | | | | | | | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-302-0/+20
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-292-0/+20
* | | | | | | | | Adds migration to ensure all remote mirror columns get createdTiago Botelho2018-05-292-1/+25
* | | | | | | | | Merge branch 'groups-controller-show-performance' into 'master'Douwe Maan2018-05-292-1/+29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Added partial index for merge requestsYorick Peterse2018-05-282-1/+29
* | | | | | | | | Merge branch 'add-background-migration-to-fill-file-store' into 'master'Kamil Trzciński2018-05-281-0/+72
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Remove disable_statement_timeoutadd-background-migration-to-fill-file-storeShinya Maeda2018-05-281-2/+0
| * | | | | | | | Rename FillFileStoreUpload to FillStoreUploadShinya Maeda2018-05-281-1/+2
| * | | | | | | | Add spec for fill_file_store migrationShinya Maeda2018-05-281-0/+0