summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '24196-protected-variables' into 'master'Kamil Trzciński2017-06-011-0/+15
|\
| * Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-012-0/+35
| |\
| * \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-05-3110-3/+193
| |\ \
| * \ \ Merge branch 'master' into '24196-protected-variables'Lin Jen-Shin (godfat)2017-05-265-13/+46
| |\ \ \
| * | | | Backend implementation for protected variablesLin Jen-Shin2017-05-251-0/+15
* | | | | Merge branch 'zj-drop-fk-if-exists' into 'master'Yorick Peterse2017-06-011-1/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Only remove FK if it existszj-drop-fk-if-existsZ.J. van de Weg2017-06-011-1/+11
| | |_|/ | |/| |
* | | | Merge branch 'master' into 'trigger-source'Grzegorz Bizon2017-05-311-0/+26
|\ \ \ \
| * | | | Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+26
| |/ / /
* | | | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-0/+9
|/ / /
* | | Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher2017-05-297-3/+7
|\ \ \
| * | | Disable Migration/UpdateColumnInBatches for old migrations32677-migrations-using-update_column_in_batches-must-have-a-specRémy Coutable2017-05-297-3/+7
| | |/ | |/|
* | | Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-293-0/+186
|\ \ \ | |/ / |/| |
| * | Index project_group_links.group_idYorick Peterse2017-05-171-0/+19
| * | Convert nested groups to regular ones for MySQLYorick Peterse2017-05-171-0/+123
| * | Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-0/+44
* | | Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan2017-05-253-13/+5
|\ \ \
| * | | Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas2017-05-253-13/+5
* | | | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-251-0/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Implement web hooks loggingAlexander Randa2017-05-251-0/+22
* | | | add rss_token attribute to user modelAlexis Reigel2017-05-241-0/+19
| |_|/ |/| |
* | | Address reviewDouwe Maan2017-05-241-18/+0
* | | Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-0/+31
* | | Check if OLD is set when migrating issue assigneesYorick Peterse2017-05-171-1/+1
|/ /
* | Improve migration for Multipple issue assignee featureValery Sizov2017-05-164-48/+124
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-162-0/+36
* | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-152-36/+0
* | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan2017-05-152-0/+36
|\ \
| * | Rename `build_events` columns to `job_events`Bob Van Landuyt2017-05-152-0/+36
| |/
* | Merge branch 'enable-auto-cancelling-by-default' into 'master' Kamil Trzciński2017-05-151-0/+13
|\ \
| * | Move to post_migrate and use update_column_in_batchesLin Jen-Shin2017-05-151-14/+0
| * | Make auto-cancelling pending pipelines on by defaultLin Jen-Shin2017-05-152-0/+27
| |/
* | Merge remote-tracking branch 'upstream/master' into add-index-for-auto_cancel...Lin Jen-Shin2017-05-156-2/+62
|\ \ | |/
| * Added repository_update hookGabriel Mazetto2017-05-121-0/+15
| * Remove rails dependent: :destroy statementZ.J. van de Weg2017-05-111-1/+0
| * Add a foreign key to ci_variables to projectsZ.J. van de Weg2017-05-112-0/+37
| * Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-0/+9
| |\
| | * Make retried to be nullableKamil Trzcinski2017-05-091-8/+2
| | * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-0/+15
| * | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-102-2/+2
* | | Merge branch 'master' into 'add-index-for-auto_canceled_by_id-mysql'Kamil Trzciński2017-05-097-0/+114
|\ \ \ | |/ /
| * | Small code improvements and add migration specFelipe Artur2017-05-081-0/+0
| * | Preloads head pipeline for each merge requestFelipe Artur2017-05-081-0/+7
| * | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-076-0/+107
| |/
* | Merge branch 'master' into 'add-index-for-auto_canceled_by_id-mysql'add-index-for-auto_canceled_by_id-mysqlKamil Trzciński2017-05-0614-0/+285
|\ \ | |/
| * Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern2017-05-063-0/+64
| |\
| | * Resolve discussionsMichael Kozono2017-05-051-3/+2
| | * Fix Rubocop failuresMichael Kozono2017-05-051-1/+0
| | * Index redirect_routes path for LIKEMichael Kozono2017-05-051-0/+29
| | * Add index for source association and for pathMichael Kozono2017-05-051-0/+22