summaryrefslogtreecommitdiff
path: root/app/finders/notes_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded parenthesesPatrick Derichs2019-06-191-1/+1
* Separate conditions to increase readabilityPatrick Derichs2019-06-191-1/+2
* Use NotesFinder to fetch notes on API and ControllersPatrick Derichs2019-06-191-2/+13
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-231-0/+6
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-4/+8
|/
* Changes tab VUE refactoringFelipe Artur2018-06-211-1/+1
* Use limited count queries also for scoped searchesJan Provaznik2018-03-051-0/+12
* Always eagerly load a note's author.Andreas Brandl2018-02-131-1/+1
* Use Gitlab::SQL::Pattern where appropriateDouwe Maan2017-11-241-2/+1
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-1/+1
* Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-0/+2
* Fix specsDouwe Maan2017-04-051-2/+2
* Address review commentsDouwe Maan2017-04-051-8/+13
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-22/+32
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-19/+94
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-1/+1
* Fix notes on confidential issues through JSON to users without accessDouglas Barbosa Alexandre2016-06-141-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-1/+1
|\
| * Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-1/+1
* | move frontend logic from previous MR to new MRArinde Eniola2016-05-061-2/+2
|/
* css improvementsValery Sizov2015-11-191-2/+2
* Add index on order columnsDmitriy Zaporozhets2015-02-061-6/+5
* Apply default scope to labels and remove one for notesDmitriy Zaporozhets2015-02-051-1/+2
* Rubocop: Style/CaseIndentation enabledDmitriy Zaporozhets2015-02-021-12/+13
* Fix project snippet comments loadingDmitriy Zaporozhets2014-07-021-1/+1
* Default last_fetched_at to 0 for old clientsJacob Vosmaer2014-04-281-1/+2
* Serialize last_fetched_at as a string with secondsJacob Vosmaer2014-04-281-1/+1
* Filter out old notes in NotesFinderJacob Vosmaer2014-04-281-1/+7
* Fail faster on an invalid target_typeJacob Vosmaer2014-04-281-0/+2
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-0/+17