summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| | * | | | | | | | | | Multi-level container image names backend implementationAndre Guedes2017-02-222-0/+63
| * | | | | | | | | | | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-1/+1
| * | | | | | | | | | | Merge branch 'feature/enforce-2fa-per-group' into 'master' Douwe Maan2017-04-063-0/+43
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | * | | | | | | | | | rename cache db column with `_cached` suffixAlexis Reigel2017-04-062-3/+3
| | * | | | | | | | | | Support 2FA requirement per-groupMarkus Koller2017-04-063-0/+43
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Fix RuboCop for removing index30024-owner-can-t-initialize-git-repo-for-new-project-in-groupSean McGivern2017-04-061-0/+1
| * | | | | | | | | | Disable invalid service templates (again)Sean McGivern2017-04-061-0/+18
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-0645-5/+57
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge branch 'fix/gh-import-status-check' into 'master' Sean McGivern2017-04-063-2/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | fix project authorizations migration issueJames Lopez2017-04-051-1/+3
| | * | | | | | | | | attempt to fix migrationJames Lopez2017-04-052-1/+1
| | * | | | | | | | | Revert schema.rbJames Lopez2017-04-051-1/+1
| | * | | | | | | | | attempt to fix db failureJames Lopez2017-04-051-1/+1
| | * | | | | | | | | Periodically mark projects that are stuck in importing as failedJames Lopez2017-04-052-0/+10