summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-diff-note-discussion-id' into 'master' Rubén Dávila Santos2016-08-202-0/+26
|\
| * Call `set_discussion_id` again in DiffNote `before_validation` because the or...Douwe Maan2016-08-192-0/+26
* | Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+10
|/
* Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-192-0/+23
|\
| * Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-181-0/+29
| |\
| * \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-173-0/+44
| |\ \
| * | | Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-0/+13
| * | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-165-0/+99
| |\ \ \
| * \ \ \ Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-1211-8/+204
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-037-0/+139
| |\ \ \ \ \
| * | | | | | Add resolved_at and resolved_by_id to DiffNoteDouwe Maan2016-07-251-0/+10
* | | | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181-0/+29
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch '17334-u2f-device-identifiers' into 'master' Robert Speicher2016-08-181-0/+29
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Allow naming U2F devices.Timothy Andrew2016-08-181-0/+29
| | | |_|_|/ | | |/| | |
* | | | | | Allow project group links to be expiredSean McGivern2016-08-181-0/+29
* | | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-1820-8/+356
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+15
| * | | | | Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-2/+2
| * | | | | fixup! Add List modelDouglas Barbosa Alexandre2016-08-171-0/+4
| * | | | | Add Board modelDouglas Barbosa Alexandre2016-08-172-0/+25
| |/ / / /
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-163-0/+67
| |\ \ \ \
| | * | | | Further refactor and syntax fixes.Patricio Cano2016-08-151-1/+1
| | * | | | Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-152-1/+6
| | * | | | Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+1
| | * | | | 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