summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-0/+20
| | * | | | Refactored spam related code even furtherPatricio Cano2016-08-151-0/+29
| | * | | | Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+12
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-132-2/+20
| |\ \ \ \ | | |/ / /
| | * | | Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-112-2/+20
| * | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-113-0/+148
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable2016-08-111-0/+9
| | |\ \ \
| | | * | | Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+9
| | * | | | Remove various redundant indexesYorick Peterse2016-08-111-0/+112
| | |/ / /
| | * | | Remove trigram indexes for "ci_runners"remove-ci-runner-trigram-indexesYorick Peterse2016-08-101-0/+27
| * | | | Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-116-6/+36
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '20568-fix-member-data-again' into 'master' Douwe Maan2016-08-041-0/+21
| | |\ \ \
| | | * | | Add missing DOWNTIME constant to the AddTimestampsToMembersAgain migrationNick Thomas2016-08-041-0/+1
| | | * | | Add a data migration to fix some missing timestamps in the members table (again)Nick Thomas2016-08-041-0/+20
| | * | | | Merge branch '20609-fix-protected-branch-access-levels-migration' into 'master' Douwe Maan2016-08-042-4/+4
| | |\ \ \ \
| | | * | | | Migrate protected branch access levels to match constants in `Gitlab::Access`20609-fix-protected-branch-access-levels-migrationTimothy Andrew2016-08-042-4/+4
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'fix-add-column-with-default-null' into 'master' Douwe Maan2016-08-042-2/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Fix `#down` for two protected branches-related migrations.fix-add-column-with-default-nullTimothy Andrew2016-08-042-2/+2
| | | |/ /
| | * | | Remove unnecessary index_projects_on_builds_enabled index from the projects t...20491-remove-unnecessary-index_projects_on_builds_enabled-index-from-the-projects-tableAlejandro Rodríguez2016-08-031-0/+9
| | |/ /
| * | | Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-022-0/+32
| |/ /
| * | Incorporate feedbackZ.J. van de Weg2016-07-291-3/+0
| * | Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-0/+12
* | | Use Date instead of Datetime. Nobody cares about the exact hour.Adam Niedzielski2016-08-041-1/+1
* | | WIPAdam Niedzielski2016-08-011-0/+29
|/ /
* | Implement final review comments from @rymai.Timothy Andrew2016-07-296-2/+46
* | Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-292-2/+6
* | Implement review comments from @dbalexandre.Timothy Andrew2016-07-296-56/+0
* | Add a series of migrations changing the model-level design of protected branc...Timothy Andrew2016-07-296-0/+138
|/
* Fix bug where replies to commit notes displayed in the MR discussion tab woul...Douwe Maan2016-07-231-0/+9
* Don't drop in DropAndReaddHasExternalWikiInProjectsfix-has-external-wiki-migrationYorick Peterse2016-07-211-2/+3
* Fix migration to make it fastRémy Coutable2016-07-212-13/+14
* Make Service.external_wikis return only active external wikisRémy Coutable2016-07-211-0/+13
* Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-202-0/+43
|\
| * Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-0/+21
| * Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+22
* | Allow to disable user request access to groups/projectsFelipe Artur2016-07-202-0/+24
* | Merge branch 'external-wiki-helper-speedup' into 'master' Yorick Peterse2016-07-201-0/+7
|\ \
| * | speed up ExternalWikiService#get_project_wiki_pathEugene Howe2016-07-191-0/+7
| |/
* | prevent algorithm and key length issue for upgrades from an older GilLab vers...James Lopez2016-07-201-1/+7
|/
* Merge branch 'undo-revert-of-4892' into 'master' 19396-api-allow-admin-owner-to-set-timestamp-when-changing-issue-stateRémy Coutable2016-07-182-0/+17
|\
| * Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-182-0/+17
* | Disable transaction when adding index for Ci::PipelineKamil Trzcinski2016-07-181-0/+2
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into store-variables...store-variables-and-when-in-builds-tableKamil Trzcinski2016-07-183-17/+14
|\ \
| * \ Merge branch 'track-pipeline-user' into 'master' Rémy Coutable2016-07-182-0/+14
| |\ \ | | |/ | |/|
| | * Make rubocop happytrack-pipeline-userKamil Trzcinski2016-07-151-1/+1
| | * Add index for user_id of pipelineKamil Trzcinski2016-07-151-0/+7
| | * Track a user who created a pipelineKamil Trzcinski2016-07-151-0/+7
| * | Revert "Optimistic locking for Issue and Merge Requests"revert-lock-for-issuableStan Hu2016-07-131-17/+0
| |/
* | Remove irrelevant commentsKamil Trzcinski2016-07-161-14/+0
* | Fix AddWhenAndYamlVariablesToCiBuilds migrationKamil Trzcinski2016-07-161-1/+1