summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/intermediate/32568-adding-variables-to-pipelines-schedu...Kamil Trzciński2017-07-073-0/+54
|\
| * Merge from master(Fix conflicts)Shinya Maeda2017-07-073-0/+53
| |\
| * \ merge from masterShinya Maeda2017-07-078-15/+380
| |\ \
| * | | Fix StaticAnlysysShinya Maeda2017-07-051-1/+1
| * | | pipeline_schedule_variables model/dbShinya Maeda2017-07-051-1/+1
| * | | Fix StaticAnlysysShinya Maeda2017-07-051-1/+1
| * | | pipeline_schedule_variables model/dbShinya Maeda2017-07-053-0/+54
* | | | Native group milestonesFelipe Artur2017-07-073-2/+42
| |_|/ |/| |
* | | Basic BE changeShinya Maeda2017-07-073-0/+53
| |/ |/|
* | Add table for merge request commitsSean McGivern2017-07-062-0/+36
* | Add many foreign keys to the projects tableYorick Peterse2017-07-064-5/+291
* | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-057-11/+153
|\ \
| * \ Merge branch 'master' into 'fix/gb/improve-stage-id-foreign-key-migration'fix/gb/improve-stage-id-foreign-key-migrationGrzegorz Bizon2017-07-045-1/+112
| |\ \ | | |/
| | * Only indent if the subsequent line is a subqueryLin Jen-Shin2017-06-291-12/+12
| | * Merge remote-tracking branch 'upstream/master' into add-ci_variables-environm...Lin Jen-Shin2017-06-291-0/+113
| | |\
| | * | Better indent the SQLadd-ci_variables-environment_scope-mysqlLin Jen-Shin2017-06-271-7/+10
| | * | Merge remote-tracking branch 'upstream/master' into add-ci_variables-environm...Lin Jen-Shin2017-06-2712-0/+31
| | |\ \
| | * | | Rename instead of delete, feedback:Lin Jen-Shin2017-06-272-45/+35
| | * | | Add back project_id index for MySQL if revertingLin Jen-Shin2017-06-231-2/+7
| | * | | Remove old project_id index and make sure mysql workLin Jen-Shin2017-06-233-5/+34
| | * | | We cannot delete the index for MySQL, because fkLin Jen-Shin2017-06-231-1/+1
| | * | | Remove duplicated records and add unique constraintLin Jen-Shin2017-06-224-2/+70
| | * | | Add environment_scope column to ci_variables tableLin Jen-Shin2017-06-212-0/+16
| * | | | Check foreign keys in migration in separate conditionalGrzegorz Bizon2017-07-041-1/+15
| * | | | Bump database schema versionGrzegorz Bizon2017-07-041-1/+1
| * | | | Improve stage_id in ci_builds foreign key migrationGrzegorz Bizon2017-07-032-9/+26
| | |_|/ | |/| |
* | | | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-052-3/+3
* | | | We don't need to disable transaction in this caseLin Jen-Shin2017-07-011-7/+0
* | | | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-0/+113
|\ \ \ \ | |/ / /
| * | | Merge branch 'bvl-rename-all-reserved-paths' into 'master'Sean McGivern2017-06-291-0/+113
| |\ \ \ | | |_|/ | |/| |
| | * | Disable statement timeoutBob Van Landuyt2017-06-261-0/+4
| | * | Revert renames from a migrationBob Van Landuyt2017-06-261-0/+1
| | * | Rename each route individuallyBob Van Landuyt2017-06-261-3/+3
| | * | Rename all forbidden paths againBob Van Landuyt2017-06-261-0/+108
* | | | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-28352-774/+8433
|\ \ \ \ | |/ / /
| * | | Merge branch '34052-store-mr-ref-fetched-in-database' into 'master'Sean McGivern2017-06-272-1/+11
| |\ \ \ | | |/ / | |/| |
| | * | Store merge request ref_fetched status in the database34052-store-mr-ref-fetched-in-databaseAdam Niedzielski2017-06-262-1/+11
| | |/
| * | Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-2221-106/+174
| |\ \ | | |/
| | * Merge branch 'fix/gb/improve-build-stage-reference-migration' into 'master'Kamil Trzciński2017-06-216-23/+75
| | |\
| | | * Merge branch 'master' into 'fix/gb/improve-build-stage-reference-migration'Grzegorz Bizon2017-06-213-1/+17
| | | |\
| | | * | Bump build stage id reference migration identifierGrzegorz Bizon2017-06-212-15/+34
| | | * | Fix adding/removing foreign keys on MySQLGrzegorz Bizon2017-06-213-4/+3
| | | * | Fix build stages reference migrationGrzegorz Bizon2017-06-215-5/+39
| | * | | Merge branch 'fix/gb/improve-autocancel-pipelines-migraton' into 'master'Kamil Trzciński2017-06-211-0/+2
| | |\ \ \
| | | * | | Disable statement timeout in CI pipelines migrationfix/gb/improve-autocancel-pipelines-migratonGrzegorz Bizon2017-06-191-0/+2
| | | |/ /
| | * | | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2113-82/+82
| | | |/ | | |/|
| | * | Merge branch 'add-index-for-head-pipeline-id' into 'master'Yorick Peterse2017-06-212-1/+17
| | |\ \
| | | * | Add index for head pipeline idadd-index-for-head-pipeline-idKamil Trzcinski2017-06-212-1/+17
| | | |/
| * | | Fix migration specs that can not run within transactionGrzegorz Bizon2017-06-211-0/+2
| * | | Disable transactions in migrations that should not use itGrzegorz Bizon2017-06-2110-0/+21
| |/ /