summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in IssuesFinder commentSean McGivern2017-06-301-1/+1
* Clarify counter caching for users without project accessSean McGivern2017-06-301-0/+15
* Make finders responsible for counter cache keysSean McGivern2017-06-302-6/+31
* Don't count any confidential issues for non-project-membersSean McGivern2017-06-302-6/+9
* Cache total issue / MR counts for project by user typeSean McGivern2017-06-301-13/+13
* Only do complicated confidentiality checks when necessarySean McGivern2017-06-301-14/+28
* Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-2/+1
* Fix current feature related specsTiago Botelho2017-06-281-1/+4
* Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-5/+5
* Merge branch 'refactor-projects-finder-init-collection' into 'master'Rémy Coutable2017-06-203-40/+97
|\
| * Refactor GroupProjectsFinder#init_collectionYorick Peterse2017-06-193-38/+57
| * Refactor ProjectsFinder#init_collectionYorick Peterse2017-06-161-19/+57
* | Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable2017-06-191-0/+13
|\ \
| * | add since and until params to issuablesKyle Bishop2017-06-181-0/+13
| |/
* | Make the GroupFinder specs more strictToon Claes2017-06-151-4/+12
* | Subgroups page should show groups authorized through inheritanceToon Claes2017-06-151-1/+5
|/
* Introduce an Events APIMark Fletcher2017-06-061-0/+62
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Add :owned param to ProjectFinderToon Claes2017-05-301-2/+7
* Make it possible to combine :trending with other paramsToon Claes2017-05-301-6/+7
* UNION of SELECT/WHERE is faster than WHERE on UNIONToon Claes2017-05-301-8/+10
* Change ProjectFinder so starred can be combined with other filtersToon Claes2017-05-301-2/+5
* Create a Users FinderGeorge Andrinopoulos2017-05-151-0/+74
* Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-101-4/+16
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-102-48/+56
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+22
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-5/+16
* Add constant as ALLOWED_INDEXED_COLUMNSShinya Maeda2017-05-031-1/+3
* Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-031-16/+3
* Add a blank line between blocksShinya Maeda2017-05-031-0/+2
* Revert "Use JSON type for sorting parameter (halfway)"Shinya Maeda2017-05-031-15/+11
* Use JSON type for sorting parameter (halfway)Shinya Maeda2017-05-031-11/+15
* Use order instead of reorder. Improve tests.Shinya Maeda2017-05-031-1/+1
* Fix improper method name and spec descriptionShinya Maeda2017-05-031-2/+2
* Allow only indexed columns in #order_and_sort. Remove present (Because unnece...Shinya Maeda2017-05-031-2/+2
* Avoid hardcode table nameShinya Maeda2017-05-031-2/+2
* Add name. Improve order_and_sort.Shinya Maeda2017-05-031-7/+12
* Add name(User)Shinya Maeda2017-05-031-0/+8
* Change name to usernameShinya Maeda2017-05-031-1/+1
* Fix inappropriate regexShinya Maeda2017-05-031-1/+1
* Use 'case/when/end'Shinya Maeda2017-05-031-7/+5
* Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda2017-05-031-1/+1
* Fixed the following.Shinya Maeda2017-05-031-3/+4
* Fixed SQL injectionShinya Maeda2017-05-031-2/+2
* Fix rubocop offences and rspec failuresShinya Maeda2017-05-031-2/+2
* Add specs. Plus, minor fixes.Shinya Maeda2017-05-031-2/+6
* Fixed those points.Shinya Maeda2017-05-031-17/+10
* Remove unnecessary commentShinya Maeda2017-05-031-1/+1
* - Add new parameters for Pipeline APIShinya Maeda2017-05-031-20/+88