summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add_index_on_ci_runners_contacted_at' into 'master' Yorick Peterse2017-04-282-1/+21
* Merge branch '2246-uuid-is-nil-for-new-installation' into 'master'Sean McGivern2017-04-282-1/+11
* Merge branch 'add_index_on_ci_builds_updated_at' into 'master' Yorick Peterse2017-04-252-1/+21
* Merge branch 'usage-ping-port' into 'master'Sean McGivern2017-04-207-0/+140
* Merge branch 'sh-add-index-to-system-note-metadata' into 'master' Sean McGivern2017-04-202-1/+20
* Merge branch 'fix/orphan-notification-settings' into 'master' Yorick Peterse2017-04-192-1/+25
* Merge branch 'dz-fix-project-view' into 'master' Annabel Dunstone Gray2017-04-111-0/+19
* Merge branch 'zj-fk-ci-triggers' into 'master' Yorick Peterse2017-04-112-0/+17
* Periodically clean up temporary upload files to recover storage spaceblackst0ne2017-04-102-1/+24
* Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-075-1/+91
|\
| * Merge branch 'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea...Sean McGivern2017-04-074-1/+40
| |\
| | * Yet, another errorsdosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-uiKamil Trzcinski2017-04-071-1/+1
| | * Another round of code reviewKamil Trzcinski2017-04-071-2/+8
| | * Update migrationsKamil Trzcinski2017-04-074-45/+14
| | * Update tests to cover trigger scheduleKamil Trzcinski2017-04-071-1/+3
| | * Fix ref referenceKamil Trzcinski2017-04-072-0/+62
| * | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-072-0/+51
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-068-1/+132
| | |\
| | * \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-0646-2/+75
| | |\ \
| | * | | Protected Tags backend review changesJames Edwards-Jones2017-04-061-1/+0
| | * | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0613-45/+240
| | |\ \ \
| | * | | | Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-042-10/+10
| | * | | | Removed unnecessary table ‘protected_tag_merge_access_levels’James Edwards-Jones2017-03-312-30/+15
| | * | | | Database migrations for protected tagsJames Edwards-Jones2017-03-312-1/+68
* | | | | | 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