summaryrefslogtreecommitdiff
path: root/app/models/concerns/issuable.rb
Commit message (Expand)AuthorAgeFilesLines
* Order milestone issues by position ascending in apiGeorge Andrinopoulos2017-03-091-0/+2
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Move up delegate callsDouwe Maan2017-02-231-11/+11
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-3/+3
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* Add merge request count to each issue on issues listblackst0ne2017-02-171-2/+2
* Merge branch 'issue_25900_2' into 'master' Sean McGivern2017-02-131-0/+5
|\
| * Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-0/+5
* | Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-2/+2
|/
* Backport backend work for time tracking.Ruben Davila2017-01-151-0/+1
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-3/+3
* Fix issuable assignee update bug when previous assignee is nullFelipe Artur2016-12-201-3/+4
* Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-1/+1
* Merge branch 'ee-870-backport' into 'master' Sean McGivern2016-11-211-0/+11
|\
| * Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-0/+11
* | Refactoring Subscribable concern to accept a projectDouglas Barbosa Alexandre2016-11-171-1/+1
|/
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-1/+5
* Added IssueCollectionYorick Peterse2016-11-071-0/+5
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-281-0/+1
* Add self.project_foreign_key on both Issue and MergeRequestDouglas Barbosa Alexandre2016-10-191-7/+1
* Fix sorting merge requests by priorityDouglas Barbosa Alexandre2016-10-191-1/+7
* Use keyword arguments on Sortable#highest_label_priorityDouglas Barbosa Alexandre2016-10-191-3/+8
* Fix sorting by label prioritiesDouglas Barbosa Alexandre2016-10-191-1/+2
* Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-12/+0
* Remove unused method Issuable#remove_labelsDouglas Barbosa Alexandre2016-10-191-4/+0
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-9/+3
* Fix Issuable#add_labels_by_names to validate if label exists on groupDouglas Barbosa Alexandre2016-10-191-2/+12
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+4
* Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-4/+0
|\
| * Start Frontend work, fix routing problemZ.J. van de Weg2016-09-191-4/+0
* | Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-201-0/+8
* | Remove extraneous code that was previously added for performance.Timothy Andrew2016-09-191-2/+0
* | wip: perfTimothy Andrew2016-09-141-0/+3
|/
* prevent authored awardable thumbs votesbarthc2016-08-281-0/+4
* Revert the revert of Optimistic Lockingrevert_revert_issuable_lockValery Sizov2016-08-221-0/+6
* 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
| |\