summaryrefslogtreecommitdiff
path: root/app/services/issuable_base_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-9/+8
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-1/+1
* Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre2016-02-201-1/+1
* Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre2016-02-201-0/+13
* Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre2016-02-201-1/+1
* Refactor creation of system notes for Issue/MR labels. #2296Rubén Dávila2015-11-201-10/+7
* Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila2015-11-191-0/+17
* Refactor similar code for Issue and MR update serviceDmitriy Zaporozhets2015-11-171-0/+35
* Dynamically check `:admin_*` ability in IssuableBaseServicers-issue-2092Robert Speicher2015-07-241-2/+4
* Simplify set of assignee, milestone and label to admin_issue ruleDmitriy Zaporozhets2015-06-261-7/+1
* Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets2015-06-251-0/+14
* Support editing target branch of merge requestStan Hu2015-05-291-0/+6
* Add a note when an Issue or Merge Request's title changesRobert Speicher2015-05-261-0/+5
* Update SystemNoteService method naming conventionsRobert Speicher2015-05-111-3/+3
* Add a SystemNoteService classRobert Speicher2015-05-111-3/+3
* Add labels notesNikita Verkhovin2015-02-081-0/+5
* Factor issue and merge request servicesCiro Santilli2014-10-071-0/+13