summaryrefslogtreecommitdiff
path: root/spec/models/note_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Hide "Edited" when note is transformed or resolvedHeinrich Lee Yu2019-03-141-0/+18
* Use parent instead of projectJarka Košanová2019-01-081-0/+15
* Merge branch 'security-guest-comments' into 'master'Cindy Pallares2018-11-281-1/+1
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-231-0/+24
* Filter system notes with public and private cross referencesBrett Walker2018-10-021-20/+47
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-3/+3
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+10
* Fix N+1 queries when loading participants for a commit noteStan Hu2018-04-181-0/+17
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-051-0/+15
* 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/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Make discussion mail References all notes in the discussiontc-correct-email-in-reply-toToon Claes2017-12-131-11/+8
* Make mail notifications of discussion notes In-Reply-To of each otherToon Claes2017-12-131-0/+25
* Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-1/+1
* add the missing specmicael.bergeron2017-11-201-0/+31
* Commenting on image diffsFelipe Artur2017-10-071-0/+50
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-6/+6
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-17/+69
* Fix issue's note cache expiration after deletemhasbini2017-04-111-1/+11
* Address review commentsDouwe Maan2017-04-051-15/+15
* Fix specsDouwe Maan2017-04-051-6/+6
* Don't use original_discussion_idDouwe Maan2017-04-051-39/+0
* Add specsDouwe Maan2017-04-051-11/+214
* Fix some specsDouwe Maan2017-04-051-2/+2
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-25/+92
* Invalidate ETag cache when note changesAdam Niedzielski2017-03-011-0/+12
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-6/+6
* Merge branch 'rs-empty_project-for-associations' into 'master' Rémy Coutable2017-01-261-1/+1
|\
| * Use a project factory with a repository where necessaryrs-empty_project-for-associationsRobert Speicher2017-01-251-1/+1
* | address commentsJarka Kadlecova2017-01-251-1/+67
* | make mentions working when project not specifiedJarka Kadlecova2017-01-181-0/+2
* | Support notes without projectJarka Kadlecova2017-01-181-0/+13
|/
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-38/+0
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
* remove Ability.abilitieshttp://jneen.net/2016-08-301-10/+9
* remove six, and use a Set insteadhttp://jneen.net/2016-08-301-2/+1
* Capitalize mentioned issue timeline notesClement Ho2016-08-251-1/+1
* Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-0/+25
* Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-121-3/+3
|\
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* | Add specs for new Note and DiffNote methods.Douwe Maan2016-08-121-0/+54
|/
* Retrieve rendered HTML from cache in one requestfix/get-cached-rendered-html-using-single-redis-requestAhmad Sherif2016-07-211-16/+24
* Optimize system note visibility checking by hiding notes thatStan Hu2016-07-111-0/+14
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-041-0/+4