Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update schema.rb | Douwe Maan | 2017-04-07 | 1 | -1/+1 |
* | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-07 | 7 | -1/+83 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-07 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-07 | 10 | -1/+151 |
| |\ \ | |||||
| * | | | Fix rubocop offenses8998_skip_pending_commits_if_not_head | Lin Jen-Shin | 2017-04-06 | 1 | -1/+1 |
| * | | | Bump schema version | Lin Jen-Shin | 2017-04-06 | 1 | -1/+1 |
| * | | | Also track auto-cancelling in jobs, detail: | Lin Jen-Shin | 2017-04-06 | 3 | -0/+33 |
| * | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-06 | 44 | -3/+56 |
| |\ \ \ | |||||
| * | | | | Fix rolling back for MySQL | Lin Jen-Shin | 2017-04-06 | 4 | -57/+2 |
| * | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits... | Lin Jen-Shin | 2017-04-06 | 3 | -3/+72 |
| |\ \ \ \ | |||||
| * | | | | | Restore schema | Lin Jen-Shin | 2017-04-05 | 1 | -6/+6 |
| * | | | | | split up migrations | Rydkin Maxim | 2017-04-04 | 2 | -15/+42 |
| * | | | | | fix migration error | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 |
| * | | | | | replace on_delete in migration with database type related expression | Rydkin Maxim | 2017-04-04 | 1 | -1/+8 |
| * | | | | | fix on_delete | Rydkin Maxim | 2017-04-04 | 1 | -1/+1 |
| * | | | | | rename `auto_canceled_by` and add foreign key | Rydkin Maxim | 2017-04-04 | 2 | -13/+20 |
| * | | | | | add auto-cancel for pending pipelines on branch, if they are not HEAD | Rydkin Maxim | 2017-04-04 | 3 | -2/+66 |
* | | | | | | Update schema.rb version | Douwe Maan | 2017-04-06 | 1 | -1/+1 |
* | | | | | | Merge branch 'master' into new-resolvable-discussion | Douwe Maan | 2017-04-06 | 10 | -1/+151 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge branch 'rubocop-fix-migration-two-factor-columns' into 'master' | Stan Hu | 2017-04-06 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Fixed rubocop failure for the add_two_factor_columns_migrationrubocop-fix-migration-two-factor-columns | Jose Ivan Vargas | 2017-04-06 | 1 | -1/+1 |
| * | | | | | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple... | Kamil Trzciński | 2017-04-06 | 4 | -0/+61 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix unnecessary changes in schema.rb | Shinya Maeda | 2017-04-06 | 1 | -3/+3 |
| | * | | | | | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key. | Shinya Maeda | 2017-04-06 | 3 | -13/+20 |
| | * | | | | | Fix rubocop issues. Use add_concurrent_foreign_key. | Shinya Maeda | 2017-04-06 | 3 | -11/+10 |
| | * | | | | | Maintain MR | Shinya Maeda | 2017-04-06 | 2 | -32/+0 |
| | * | | | | | Add ci_trigger_schedules table | Shinya Maeda | 2017-04-06 | 2 | -0/+57 |
| | * | | | | | Add ref to ci_triggers | Shinya Maeda | 2017-04-06 | 2 | -0/+30 |
| | * | | | | | Remove old migration file | Shinya Maeda | 2017-04-06 | 1 | -45/+0 |
| | * | | | | | Rollback | Shinya Maeda | 2017-04-06 | 1 | -18/+0 |
| | * | | | | | Add scheduled_trigger model. Add cron parser. Plus, specs. | Shinya Maeda | 2017-04-06 | 2 | -3/+66 |
| * | | | | | | Merge branch 'feature/multi-level-container-registry-images' into 'master' | Kamil Trzciński | 2017-04-06 | 2 | -0/+27 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | * | | | | | Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-04-06 | 46 | -2/+75 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | * | | | | | Fix indexes in container repositories table | Grzegorz Bizon | 2017-04-06 | 1 | -2/+1 |
| | * | | | | | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-04-06 | 5 | -5/+98 |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | |||||
| | * | | | | | Improve migration for container repositories table | Grzegorz Bizon | 2017-04-05 | 2 | -4/+15 |
| | * | | | | | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-04-04 | 3 | -4/+60 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-04-03 | 5 | -4/+49 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-03-27 | 2 | -3/+33 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Identify container repository by a single name | Grzegorz Bizon | 2017-03-23 | 2 | -2/+2 |
| | * | | | | | | | | Rename container image model to container repository | Grzegorz Bizon | 2017-03-23 | 2 | -9/+6 |
| | * | | | | | | | | Fix database schema | Grzegorz Bizon | 2017-03-23 | 1 | -3/+2 |
| | * | | | | | | | | Move container images migration to the present time | Grzegorz Bizon | 2017-03-22 | 1 | -4/+0 |
| | * | | | | | | | | Remove out-of-scope changes for multi-level images | Grzegorz Bizon | 2017-03-22 | 1 | -13/+0 |
| | * | | | | | | | | Makes ContainerImages Routable | Andre Guedes | 2017-03-21 | 2 | -1/+3 |
| | * | | | | | | | | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-03-21 | 76 | -187/+1076 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Creates specs for destroy service and improves namespace container image quer... | Andre Guedes | 2017-02-23 | 3 | -37/+5 |
| | * | | | | | | | | | Fixes broken and missing tests | Andre Guedes | 2017-02-22 | 1 | -0/+6 |
| | * | | | | | | | | | Adding registry endpoint authorization | Andre Guedes | 2017-02-22 | 1 | -0/+29 |
| | * | | | | | | | | | First iteration of container_image view | Andre Guedes | 2017-02-22 | 2 | -32/+1 |