summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* GraphQL support for Notes created in discussions62826-graphql-note-mutationsLuke Duncalfe2019-07-101-0/+2
* Fix typo in code comments about ElasticsearchTakuya Noguchi2019-06-281-1/+1
* Do not rewrite relative links for system notesbug/63162-duplicate_path_in_linksMario de la Ossa2019-06-201-1/+1
* Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-141-1/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Hide "Edited" when note is transformed or resolvedHeinrich Lee Yu2019-03-141-0/+8
* Use parent instead of projectJarka Košanová2019-01-081-0/+4
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-1/+11
* Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto2018-12-101-1/+1
* Merge branch 'security-guest-comments' into 'master'Cindy Pallares2018-11-281-1/+1
* Add 'only history' option to notes filterFelipe Artur2018-11-051-0/+2
* Merge branch 'security-redact-links' into 'master'Jan Provaznik2018-10-291-0/+3
|\
| * Redact unsubscribe links in issuable textsJan Provaznik2018-10-231-0/+3
* | Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-231-0/+9
|/
* Fix comments in app/models/note.rbStan Hu2018-10-061-3/+3
* Filter system notes with public and private cross referencesBrett Walker2018-10-021-12/+15
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-0/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-12/+1
* Merge branch 'group-todos' into 'master'Sean McGivern2018-08-071-0/+4
|\
| * Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+4
* | Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\ \ | |/ |/|
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Show the status of a user in interactionsBob Van Landuyt2018-07-301-1/+1
|/
* Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into 'mas...Douwe Maan2018-07-171-1/+1
|\
| * Merge branch 'master' into satishperala/gitlab-ce-20720_webhooks_full_image_urlSean McGivern2018-07-061-0/+5
| |\
| * | Add base class for hook builders, and use it for notes and wikisSean McGivern2018-06-201-3/+1
| * | Passing absolute image urls in the markdown content in the webhooksSatish Perala2018-06-201-1/+3
* | | Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-4/+0
| |/ |/|
* | Use for_issuable? instead of for_issuable_with_ability?Jarka Kadlecová2018-07-031-1/+1
* | [backend] Addressed review commentsJan Provaznik2018-07-031-0/+4
* | Changes tab VUE refactoringFelipe Artur2018-06-211-0/+1
|/
* Fix an N+1 in avatar URLsSean McGivern2018-06-051-0/+4
* Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-1/+3
* Backport 5480-epic-notifications from EEMario de la Ossa2018-05-071-4/+0
* Merge branch 'jprovazn-comment-refs' into 'master'Sean McGivern2018-04-051-0/+4
|\
| * Better group support notes-related codeJan Provaznik2018-04-051-0/+4
* | Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-051-0/+4
|/
* Refactor discussions/notes codeJan Provaznik2018-04-031-2/+5
* Add discussion APIjprovazn-apiJan Provaznik2018-03-071-2/+7
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-0/+1
* Add foreign keys to todos table.Andreas Brandl2018-02-051-1/+1
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+1
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-0/+1
* Make discussion mail References all notes in the discussiontc-correct-email-in-reply-toToon Claes2017-12-131-4/+5
* Make mail notifications of discussion notes In-Reply-To of each otherToon Claes2017-12-131-0/+9
* Return the noteable in Note#touch_noteablenoteable-touch-return-objectYorick Peterse2017-12-121-0/+3
* cache the Note#commit methodmicael.bergeron2017-12-071-8/+6
* add support for commit (in mr) to reference filtermicael.bergeron2017-12-071-0/+4
* Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-1/+5