summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhqRémy Coutable2016-09-051-24/+26
|\
| * Add migration to set confidential issues events on web hooksDouglas Barbosa Alexandre2016-09-011-1/+1
| * Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre2016-08-311-12/+13
| * Add option to confidential issues events to trigger WebhooksDouglas Barbosa Alexandre2016-08-311-11/+12
* | Project tools visibility levelFelipe Artur2016-09-011-6/+14
|/
* Remove not-null constraint on lock_version column if it existsStan Hu2016-08-301-1/+1
* Merge branch 'project-specific-lfs' into 'master' Robert Speicher2016-08-301-0/+1
|\
| * Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-1/+1
| * Added project specific enable/disable setting for LFSPatricio Cano2016-08-301-0/+1
* | Remove default value for lock_versionValery Sizov2016-08-301-1/+1
|/
* Drop unused CI tables and fileszj-remove-unused-ci-tablesZ.J. van de Weg2016-08-261-18/+1
* Add lock_version to merge_requests tableadd-lock-version-to-mr-schemaStan Hu2016-08-251-0/+1
* Merge branch 'dz-merge-request-version'Douwe Maan2016-08-251-2/+1
|\
| * Fix db schema via db:migrate:resetDmitriy Zaporozhets2016-08-221-18/+16
| * Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-221-2/+7
| |\
| * \ Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-191-4/+45
| |\ \
| * \ \ Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-151-61/+15
| |\ \ \
| * | | | Change merge request diff index to be not uniqDmitriy Zaporozhets2016-08-021-7/+7
* | | | | Change merge_error column from string to text typeStan Hu2016-08-231-2/+2
* | | | | Revert the revert of Optimistic Lockingrevert_revert_issuable_lockValery Sizov2016-08-221-15/+17
| |_|_|/ |/| | |
* | | | Merge branch 'fix-diff-note-discussion-id' into 'master' Rubén Dávila Santos2016-08-201-1/+2
|\ \ \ \
| * | | | Call `set_discussion_id` again in DiffNote `before_validation` because the or...Douwe Maan2016-08-191-1/+2
* | | | | Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+2
|/ / / /
* | | | Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-191-2/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-181-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-171-0/+24
| |\ \ \ \
| * | | | | Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-2/+4
| * | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-161-2/+14
| |\ \ \ \ \
| * | | | | | Remove accidental addition of table and index.Connor Shea2016-08-161-10/+0
| * | | | | | Resolve feedback.Connor Shea2016-08-151-0/+10
| * | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-121-55/+7
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-031-6/+25
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into diff-line-comment-vuejsPhil Hughes2016-07-261-7/+8
| |\ \ \ \ \ \
| * | | | | | | Add resolved_at and resolved_by_id to DiffNoteDouwe Maan2016-07-251-1/+3
* | | | | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch '17334-u2f-device-identifiers' into 'master' Robert Speicher2016-08-181-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Allow naming U2F devices.Timothy Andrew2016-08-181-1/+2
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Allow project group links to be expiredSean McGivern2016-08-181-1/+2
* | | | | | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-181-58/+47
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+1
| * | | | | | Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-2/+2
| * | | | | | Add Board modelDouglas Barbosa Alexandre2016-08-171-0/+23
| |/ / / / /
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-161-1/+11
| |\ \ \ \ \
| | * | | | | Further refactor and syntax fixes.Patricio Cano2016-08-151-1/+1
| | * | | | | Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+1
| | * | | | | Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-0/+1
| | * | | | | Refactored spam related code even furtherPatricio Cano2016-08-151-1/+0
| | * | | | | Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+9
| * | | | | | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-151-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch 'zj-deployment-status-on-mr' into 'master' Douwe Maan2016-08-151-1/+1
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |