summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Update schema.rbDouwe Maan2017-04-071-1/+1
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-077-1/+83
|\
| * Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-071-1/+1
| |\
| * \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-0710-1/+151
| |\ \
| * | | Fix rubocop offenses8998_skip_pending_commits_if_not_headLin Jen-Shin2017-04-061-1/+1
| * | | Bump schema versionLin Jen-Shin2017-04-061-1/+1
| * | | Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-063-0/+33
| * | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-0644-3/+56
| |\ \ \
| * | | | Fix rolling back for MySQLLin Jen-Shin2017-04-064-57/+2
| * | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-063-3/+72
| |\ \ \ \
| * | | | | Restore schemaLin Jen-Shin2017-04-051-6/+6
| * | | | | split up migrationsRydkin Maxim2017-04-042-15/+42
| * | | | | fix migration errorRydkin Maxim2017-04-041-1/+1
| * | | | | replace on_delete in migration with database type related expressionRydkin Maxim2017-04-041-1/+8
| * | | | | fix on_deleteRydkin Maxim2017-04-041-1/+1
| * | | | | rename `auto_canceled_by` and add foreign keyRydkin Maxim2017-04-042-13/+20
| * | | | | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-043-2/+66
* | | | | | Update schema.rb versionDouwe Maan2017-04-061-1/+1
* | | | | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-0610-1/+151
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'rubocop-fix-migration-two-factor-columns' into 'master' Stan Hu2017-04-061-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Fixed rubocop failure for the add_two_factor_columns_migrationrubocop-fix-migration-two-factor-columnsJose Ivan Vargas2017-04-061-1/+1
| * | | | | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-064-0/+61
| |\ \ \ \ \
| | * | | | | Fix unnecessary changes in schema.rbShinya Maeda2017-04-061-3/+3
| | * | | | | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-063-13/+20
| | * | | | | Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda2017-04-063-11/+10
| | * | | | | Maintain MRShinya Maeda2017-04-062-32/+0
| | * | | | | Add ci_trigger_schedules tableShinya Maeda2017-04-062-0/+57
| | * | | | | Add ref to ci_triggersShinya Maeda2017-04-062-0/+30
| | * | | | | Remove old migration fileShinya Maeda2017-04-061-45/+0
| | * | | | | RollbackShinya Maeda2017-04-061-18/+0
| | * | | | | Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-062-3/+66
| * | | | | | Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński2017-04-062-0/+27
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0646-2/+75
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Fix indexes in container repositories tableGrzegorz Bizon2017-04-061-2/+1
| | * | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-065-5/+98
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Improve migration for container repositories tableGrzegorz Bizon2017-04-052-4/+15
| | * | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-043-4/+60
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-035-4/+49
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-272-3/+33
| | |\ \ \ \ \ \ \
| | * | | | | | | | Identify container repository by a single nameGrzegorz Bizon2017-03-232-2/+2
| | * | | | | | | | Rename container image model to container repositoryGrzegorz Bizon2017-03-232-9/+6
| | * | | | | | | | Fix database schemaGrzegorz Bizon2017-03-231-3/+2
| | * | | | | | | | Move container images migration to the present timeGrzegorz Bizon2017-03-221-4/+0
| | * | | | | | | | Remove out-of-scope changes for multi-level imagesGrzegorz Bizon2017-03-221-13/+0
| | * | | | | | | | Makes ContainerImages RoutableAndre Guedes2017-03-212-1/+3
| | * | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2176-187/+1076
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Creates specs for destroy service and improves namespace container image quer...Andre Guedes2017-02-233-37/+5
| | * | | | | | | | | Fixes broken and missing testsAndre Guedes2017-02-221-0/+6
| | * | | | | | | | | Adding registry endpoint authorizationAndre Guedes2017-02-221-0/+29
| | * | | | | | | | | First iteration of container_image viewAndre Guedes2017-02-222-32/+1