summaryrefslogtreecommitdiff
path: root/app/services/issuable_base_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix permission for setting an issue's due dateRémy Coutable2016-09-281-0/+1
* Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-211-0/+5
* if issue is not valid we revert back to the old labels when updatingtiagonbotelho2016-08-301-0/+13
* refactors update issue api request and some minor commentstiagonbotelho2016-08-301-1/+6
* Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-181-15/+79
|\
| * Fix behavior of label_ids and add/remove_label_idsDouwe Maan2016-08-181-7/+8
| * Address feedbackDouwe Maan2016-08-171-3/+1
| * Fix specs and implement fixes based on failing specsDouwe Maan2016-08-171-14/+27
| * Refactor slash command definitionDouwe Maan2016-08-121-2/+5
| * Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-2/+2
| * Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable2016-08-131-1/+1
| * Add the /title slash commandRémy Coutable2016-08-131-1/+1
| * New Notes::SlashCommandsService serviceRémy Coutable2016-08-131-9/+9
| * Support slash commands in noteable description and notesRémy Coutable2016-08-131-15/+64
* | Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-121-1/+2
|/
* Allow bulk (un)subscription from issues in issue indexCairo Noleto2016-07-141-0/+10
* Spec label add / delete in UpdateServiceSean McGivern2016-06-031-9/+8
* Fix statementAlfredo Sumaran2016-06-031-1/+1
* WIP: allow adding and removing labels in bulkSean McGivern2016-06-031-4/+31
* Use association search in issuable create serviceGrzegorz Bizon2016-04-221-6/+6
* Verify label affiliation before assigning to issueGrzegorz Bizon2016-04-221-2/+26
* 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