summaryrefslogtreecommitdiff
path: root/app/models/concerns/issuable.rb
Commit message (Expand)AuthorAgeFilesLines
* Todos sorting dropdownissue_18135Felipe Artur2016-08-191-15/+4
* Reduce number of queries made for merge_requests/:id/diffsfix/use-fewer-queries-for-mr-notesAhmad Sherif2016-07-281-1/+1
* Revert "Optimistic locking for Issue and Merge Requests"revert-lock-for-issuableStan Hu2016-07-131-6/+0
* Optimistic locking for Issue and Merge RequestsValery Sizov2016-07-121-0/+6
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Preload notes/discussions associations (award_emoji: :user)optimize-award-emojiPaco Guzman2016-06-231-3/+15
* Fix pagination on sorts with lots of tiesSean McGivern2016-06-231-9/+12
* 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-031-8/+36
|\
| * 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-011-2/+6
| |\
| | * Refactor ParticipableYorick Peterse2016-06-011-2/+6
| * | 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
| * 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
* | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-3/+3
|\ \ | |/
| * API: Expose Issue#user_notes_countcnam-dep2016-05-091-0/+4
| * Use outer join for issues ordering by milestones due.Takuya Noguchi2016-05-061-2/+3
| * udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-201-1/+8
| * filter labels by including all filter titles as part of the queryJames Lopez2016-04-191-1/+1
* | Create table for award emojiZeger-Jan van de Weg2016-05-061-31/+1
|/
* Fix bug related to filtering Issues by Label/Milestone.issue_14853Rubén Dávila2016-04-021-1/+1
* Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-0/+1
* Fix sorting issues/mrs by votes on the groups pagefix-sorting-by-votes-on-groups-pageDouglas Barbosa Alexandre2016-03-211-1/+1
* Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-211-0/+9
|\
| * Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-0/+9
* | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-191-0/+2
|/
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-6/+4
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-23/+7
* Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-111-2/+19
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-0/+2
* Refactor GlobalMilestone queries.Rubén Dávila2016-03-041-0/+1
* Don't list issues from archived projects in Group view.Rubén Dávila2016-03-021-0/+1
* Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-171-0/+25
* Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-111-7/+4