summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-7/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-231-11/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-0/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-3/+3
* Merge branch 'security-filter-related-branches-from-activity-feed' into 'master'GitLab Release Tools Bot2019-11-261-1/+14
|\
| * Restrict branches visible to guests in Issue feedKerri Miller2019-11-201-1/+14
* | Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-0/+4
|/
* Change Note#to_ability_name to 'note'Dylan Griffith2019-10-231-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Remove ignore_column occurence in CE coderemove-old-ignore-columnDmitriy Zaporozhets2019-09-101-2/+0
* Use delete_all for deleting eventsevents-delete-allJan Provaznik2019-09-071-1/+1
* Create an event on epic actionsJan Provaznik2019-09-031-0/+1
* Merge branch 'remove-ignorable-column-concern' into 'master'Michael Kozono2019-08-301-2/+1
|\
| * Use self.ignored_columns += instead of =Stan Hu2019-08-301-1/+1
| * Remove dependency on IgnorableColumn concerndineshpanda2019-08-301-2/+1
* | Merge branch 'security-epic-notes-api-reveals-historical-info-ce-master' into...GitLab Release Tools Bot2019-08-291-0/+4
|\ \
| * | Filter out old system notes for epicsPatrick Derichs2019-08-281-0/+4
| |/
* | Limit the size of issuable description and commentsAlexandru Croitor2019-08-221-0/+1
|/
* Fix first-time contributor notes not renderingsh-fix-special-role-error-500Stan Hu2019-07-311-0/+4
* Enable Rubocop Performance/InefficientHashSearchsh-enable-rubocop-hash-searchStan Hu2019-07-241-1/+1
* 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