summaryrefslogtreecommitdiff
path: root/app/models/concerns/issuable.rb
Commit message (Expand)AuthorAgeFilesLines
* Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-0/+6
* Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-4/+2
* Add support for `twitter:label` meta tagsrs-opengraphRobert Speicher2015-12-241-0/+8
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-021-41/+12
|\
| * Strip attributes for Milestone and Issuable. #3428Jose Corcuera2015-11-261-0/+2
| * Merge branch 'issue_2296' into 'master' Douwe Maan2015-11-231-0/+5
| |\
| | * Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila2015-11-191-0/+5
| * | Add upvote/downvote fields to merge request and note API to preserve compatib...fix-award-emoji-apiRobert Schilling2015-11-211-0/+10
| |/
| * Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-191-49/+0
| |\
| | * award emojiValery Sizov2015-11-191-49/+0
| * | Use a JOIN in IssuableFinder#by_projectYorick Peterse2015-11-191-0/+3
| |/
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-191-1/+1
|\ \ | |/
| * Change "recent" scopes to sort by "id"Yorick Peterse2015-11-111-1/+1
* | Use faster, more appropriate pipeline for mentionable attributesDouwe Maan2015-10-221-1/+1
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-211-1/+9
|\ \ | |/
| * Merge branch 'cross-reference-mr-on-issues' into 'master' Douwe Maan2015-10-181-0/+4
| |\
| | * Only accept open issues and merge requestsZeger-Jan van de Weg2015-10-161-0/+4
| * | Merge branch 'master' into rs-redactor-filterrs-redactor-filterDouwe Maan2015-10-161-1/+5
| |\ \ | | |/
| | * Eager load various issue/note associationsYorick Peterse2015-10-151-1/+6
* | | Cache rendered contents of issues, MRs and notesDouwe Maan2015-10-141-1/+2
|/ /
* | Participable doesn't need to know about MentionableDouwe Maan2015-10-141-2/+2
|/
* add repository field to issue hook dataJungkook Park2015-09-171-0/+6
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-0/+1
* Add Issuable#to_ability_nameRobert Speicher2015-07-241-0/+10
* Move participants method to shared Participable concern.Douwe Maan2015-04-241-16/+2
* Clean up code somewhat.better-commit-mentionsDouwe Maan2015-04-171-5/+4
* Fix Snippet#participants.Douwe Maan2015-04-151-0/+1
* Only allow user to see participants from groups they have access to.Douwe Maan2015-04-021-4/+4
* testsValery Sizov2015-03-161-1/+7
* rename table subscribe; make it polymorficValery Sizov2015-03-161-5/+6
* code folding fixValery Sizov2015-03-161-3/+3
* SubscriptionValery Sizov2015-03-151-0/+10
* Refactor issuable sorting a bitDmitriy Zaporozhets2015-02-051-1/+8
* Refactor sorting in projectDmitriy Zaporozhets2015-02-051-9/+1
* Code improvements according to styleguideDmitriy Zaporozhets2015-01-221-2/+6
* Only count the user's last voteMichael Clarke2015-01-191-2/+14
* Add issueable actorKirill Zaitsev2014-10-051-1/+2
* Hook attributesKirill Zaitsev2014-10-021-1/+1
* Search by issue/mr title and descriptionDmitriy Zaporozhets2014-08-271-0/+4
* Improve labels validation and expose error messagesjubianchi2014-08-201-0/+4
* Do label validation for issues/merge requests APIRobert Schilling2014-08-141-1/+2
* Fix old api compatibility and testsDmitriy Zaporozhets2014-07-301-0/+11
* Migrate issue/mr labels from act_as_taggable to own labelsDmitriy Zaporozhets2014-07-291-0/+2
* Add only open/reopen scopes to issuesDmitriy Zaporozhets2014-06-041-0/+2
* Case-insensetive search for issue/mr titleDmitriy Zaporozhets2014-06-031-1/+1
* Remove author_id_of_changes from appDmitriy Zaporozhets2014-03-251-2/+0
* Feature: reopen closed merge requestDmitriy Zaporozhets2014-02-281-1/+2
* Fix wrong issues appears at Dashboard#issues pageDmitriy Zaporozhets2014-02-101-5/+5
* Move issues sort logic to Issuable concernDmitriy Zaporozhets2014-01-141-0/+12
* Prepare ProjectHooks to work with issues and merge_requestsDmitriy Zaporozhets2013-12-041-0/+7