summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-061-2/+0
* Add some more code comments.Douwe Maan2016-07-061-0/+1
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-0/+53
* Merge branch 'master' into dev-masterTomasz Maczukin2016-07-021-1/+0
|\
| * Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* | Ensure logged-out users can't see private refsSean McGivern2016-06-301-1/+1
|/
* Preload notes/discussions associations (award_emoji: :user)optimize-award-emojiPaco Guzman2016-06-232-10/+20
* Fix pagination on sorts with lots of tiesSean McGivern2016-06-231-9/+12
* Cache Participable#participants in instance variablePaco Guzman2016-06-211-0/+10
* Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-181-0/+4
* fixed merge conflictsJames Lopez2016-06-162-2/+22
|\
| * Include user relationship when retrieving award_emoji14320-note-grouped_awardsPaco Guzman2016-06-151-2/+6
| * UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-12/+1
| * Add request access for groupsRémy Coutable2016-06-141-0/+27
* | Merge branches 'feature/project-export' and 'feature/project-import' of gitla...James Lopez2016-06-135-92/+234
|\ \ | |/
| * Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-3/+21
| * Remove `projects` inclusion in `notes_with_associations` to skip some unneces...Alejandro Rodríguez2016-06-081-1/+1
| * Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-8/+22
| * Sort by label priorityThijs Wouters2016-06-061-1/+8
| * Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-033-59/+98
| |\
| | * Merge branch '13312-remove-issuable-is_assigned' into 'master' Robert Speicher2016-06-031-4/+0
| | |\
| | | * Remove unused Issuable#is_assigned? method13312-remove-issuable-is_assignedRémy Coutable2016-06-021-4/+0
| | * | issuable#labels_array explicitly load the labelsPaco Guzman2016-06-021-0/+4
| | |/
| | * Update specs. Add CHANGELOG entryissue-18036Josh Frye2016-06-021-1/+1
| | * Flush cache in callback. Add testsJosh Frye2016-06-021-0/+8
| | * Merge branch 'separate-banzai-references' into 'master' Douwe Maan2016-06-013-53/+68
| | |\
| | | * Refactor ParticipableYorick Peterse2016-06-012-43/+59
| | | * Refactor MentionableYorick Peterse2016-05-261-10/+9
| | * | Add leading comment space copissue_15557Felipe Artur2016-05-311-7/+6
| | * | Fix error 500 when sorting issues by milestone due date and filtering by labelsFelipe Artur2016-05-311-2/+19
| | |/
| * | Incorportate feedbackZ.J. van de Weg2016-06-011-0/+4
| * | Merge branch 'master' into awardablesZJ van de Weg2016-05-301-4/+7
| |\ \ | | |/
| | * Fix outer join when filtering milestonesissue_15221_2Felipe Artur2016-05-241-0/+2
| | * Fix bug when ordering by milestone due date and filtering by milestoneFelipe Artur2016-05-241-1/+0
| | * improve ordering sql for milestonesFelipe Artur2016-05-241-2/+2
| | * Fix ordering for MysqlFelipe Artur2016-05-241-2/+2
| | * Fix issues/MRs filter when ordering by milestone due dateFelipe Artur2016-05-241-1/+3
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-0/+6
| |\ \ | | |/
| | * Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+6
| | * Fix an issue when filtering merge requests with more than one labelRémy Coutable2016-05-101-2/+2
| * | Fix tests and wrong choices during mergeZeger-Jan van de Weg2016-05-121-0/+8
| * | Incorporate feedbackZeger-Jan van de Weg2016-05-111-5/+5
| * | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-115-10/+93
| |\ \ | | |/
| | * Merge branch 'fix/todos-for-private-group-mentions' into 'master' Douwe Maan2016-05-091-2/+2
| | |\
| | | * Fix adding a todo for private group membersAhmad Sherif2016-05-071-2/+2
| | * | API: Expose Issue#user_notes_countcnam-dep2016-05-091-0/+4
| | |/
| * | Create table for award emojiZeger-Jan van de Weg2016-05-062-31/+82
* | | started refactoring some stuff based on MR feedbackJames Lopez2016-06-011-0/+6
| |/ |/|
* | Use outer join for issues ordering by milestones due.Takuya Noguchi2016-05-061-2/+3
* | Use a better message when milestone is newly createdchange_message_for_newly_created_milestoneArinde Eniola2016-04-291-1/+1