summaryrefslogtreecommitdiff
path: root/app/services/system_note_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Create system notes for group milestone changesSean McGivern2017-08-071-1/+2
* Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-211-6/+25
* Changes based on MR feedback.Ryan Scott2017-07-201-4/+4
* Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+19
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-5/+4
* Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-1/+23
* Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern2017-05-121-2/+2
|\
| * Extract generic parts of Gitlab::Diff::InlineDiffMarkerDouwe Maan2017-05-101-2/+2
* | fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-1/+1
|/
* Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-051-0/+17
|\
| * Prefer single quotesblackst0ne2017-05-041-1/+1
| * Add system note on description change of issue/merge requestblackst0ne2017-05-041-0/+17
* | [Multiple issue assignee] Fix a number of specsValery Sizov2017-05-051-1/+1
* | Multiple issue assignee: fixed services/issues/update_service by using new No...Valery Sizov2017-05-041-1/+1
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+38
|/
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-5/+3
* Split status and confidentiality actionJarka Kadlecova2017-04-041-3/+11
* Create metadata when creating system notesJarka Kadlecova2017-03-281-38/+41
* Revert "Disallow system notes for closed issuables"revert_disallow_system_notes_for_closed_issuablesFelipe Artur2017-03-021-1/+0
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-2/+2
* Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1
* Fix code for copsDouwe Maan2017-02-231-6/+7
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
* Disallow system notes for closed issuablesissue_19262Felipe Artur2017-02-061-0/+1
* Remove noteable object in time tracking system notes [ci-skip]Pedro Moreira da Silva2017-02-061-8/+8
* Make all system notes lowercasePedro Moreira da Silva2017-02-061-8/+12
* Mark MR as WIP when pushing WIP commitsjurre2017-01-191-0/+6
* Backport backend work for time tracking.Ruben Davila2017-01-151-0/+51
* Make 'unmarked as WIP' message more consistentjurre2016-12-201-1/+1
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-0/+8
* Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-251-43/+43
|\
| * Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-43/+43
* | Update some docs to reflect MWPS name changeGrzegorz Bizon2016-11-211-2/+2
* | Rename MWPS in system notes and related testsGrzegorz Bizon2016-11-211-1/+1
|/
* Use SELECT 1, instead SELECT COUNT(*) to ask for notes existencycleanup-mentionable-methods-argumentsPaco Guzman2016-10-041-1/+1
* Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-1/+1
* Refactor url_helpers for system note service and remove duplication of logic ...Matthew Dodds2016-09-301-5/+8
* Add link to comparison from system note, update changelogMatthew Dodds2016-09-291-1/+14
* Capitalize mentioned issue timeline notesClement Ho2016-08-251-5/+5
* Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-031-76/+78
|\
| * Refactor system notes service to make it singletonGrzegorz Bizon2016-07-191-76/+78
* | Add 'Resolved all discussions' system noteDouwe Maan2016-07-281-0/+6
|/
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-3/+4
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-1/+8
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-1/+8
* | Move #create_confidentiality_note to Issues::UpdateServicemooreniemi/gitlab-ce-issue_15236Rémy Coutable2016-05-181-12/+7
* | Changing the confidentiality of an issue now creates a new system noteAlex Moore-Niemi2016-05-181-0/+19
|/
* Escape HTML in commit titles in system note messagesStan Hu2016-05-071-1/+5