summaryrefslogtreecommitdiff
path: root/app/services/issuable_base_service.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-241-14/+18
|\ \ | |/
| * Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-14/+18
* | Allow issues in boards to be orderedDouwe Maan2017-02-171-1/+1
|/
* Add some API endpoints for time tracking.Ruben Davila2017-01-181-9/+1
* Backport backend work for time tracking.Ruben Davila2017-01-151-1/+25
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-12/+29
* Ensure issuable state changes only fire webhooks onceMark Fletcher2016-12-161-1/+6
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-2/+3
* Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-3/+5
* Remove event caching codeYorick Peterse2016-11-231-2/+0
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-2/+2
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
* User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-2/+2
* Fix IssuableBaseService#find_or_create_label_idsDouglas Barbosa Alexandre2016-10-191-1/+1
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-5/+10
* 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